diff --git a/CHANGELOG.md b/CHANGELOG.md
index f88c8e76..4f872b92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+### v3.20.0 (Apr 08, 2024)
+
+## Improvements
+- Updated iOS deployment target to 12.0
+- Updated Xcode version to 15.0 for building SendbirdChatSDK framework
+- Added PrivacyInfo.xcprivacy for [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)
+- Improved UI updates for single stream message to work smoothly
+
### v3.19.1 (Mar 29, 2024)
## Improvements
diff --git a/Framework/SendbirdUIKit.xcframework/Info.plist b/Framework/SendbirdUIKit.xcframework/Info.plist
index 72334998..1c8e1cda 100644
--- a/Framework/SendbirdUIKit.xcframework/Info.plist
+++ b/Framework/SendbirdUIKit.xcframework/Info.plist
@@ -5,6 +5,8 @@
AvailableLibraries
+ BinaryPath
+ SendbirdUIKit.framework/SendbirdUIKit
DebugSymbolsPath
dSYMs
LibraryIdentifier
@@ -22,6 +24,8 @@
simulator
+ BinaryPath
+ SendbirdUIKit.framework/SendbirdUIKit
DebugSymbolsPath
dSYMs
LibraryIdentifier
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Assets.car b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Assets.car
index f3429254..f5931df3 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Assets.car and b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Assets.car differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Base.xcconfig b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Base.xcconfig
index a39beac2..5f8b61b9 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Base.xcconfig
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Base.xcconfig
@@ -9,6 +9,6 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974
-SBU_APP_VERSION = 3.19.1
-SBU_APP_BUNDLE_VERSION = 3.19.1
-SENDBIRD_CHAT_SDK_VERSION = 4.18.0
+SBU_APP_VERSION = 3.20.0
+SBU_APP_BUNDLE_VERSION = 3.20.0
+SENDBIRD_CHAT_SDK_VERSION = 4.19.1
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Headers/SendbirdUIKit-Swift.h b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Headers/SendbirdUIKit-Swift.h
index 20324a7d..abbd5c20 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Headers/SendbirdUIKit-Swift.h
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Headers/SendbirdUIKit-Swift.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
#ifndef SENDBIRDUIKIT_SWIFT_H
#define SENDBIRDUIKIT_SWIFT_H
#pragma clang diagnostic push
@@ -23,7 +23,6 @@
# include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
@@ -32,10 +31,30 @@
#include
#include
#include
+#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -71,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
-# define SWIFT_CLASS_PROPERTY(...)
+# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
#endif
#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
+# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
@@ -137,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
-# define OBJC_DESIGNATED_INITIALIZER
+# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
+# if __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
-# define SWIFT_ENUM_ATTR(_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility)
# endif
#endif
#if !defined(SWIFT_ENUM)
@@ -187,14 +216,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
-# define IBSegueAction
+# define IBSegueAction
#endif
#endif
#if !defined(SWIFT_EXTERN)
@@ -207,26 +238,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-}
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -447,30 +494,30 @@ SWIFT_CLASS_NAMED("List")
@end
-/// A module component that represent the list of SBURegisterOperatorModule
.
+/// A module component that represent the list of SBUInviteUserModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBURegisterOperatorModuleList : SBUBaseChannelSettingsModuleList
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule.List()'");
+@interface SBUInviteUserModuleList : SBUBaseChannelSettingsModuleList
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule.List()'");
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)didSelectRetry;
@end
-/// A module component that represent the list of SBUInviteUserModule
.
+/// A module component that represent the list of SBURegisterOperatorModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBUInviteUserModuleList : SBUBaseChannelSettingsModuleList
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule.List()'");
+@interface SBURegisterOperatorModuleList : SBUBaseChannelSettingsModuleList
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule.List()'");
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)didSelectRetry;
@end
@@ -496,63 +543,7 @@ SWIFT_CLASS_NAMED("List")
- (void)didSelectRetry;
@end
-
@class SBDBaseChannel;
-
-/// A module component that represent the list of SBUUserListModule
.
-SWIFT_CLASS_NAMED("List")
-@interface SBUUserListModuleList : UIView
-/// The table view that shows the list of the users.
-@property (nonatomic, strong) UITableView * _Nonnull tableView;
-/// A view that displays when the table view is empty.
-/// The default view type is SBUEmptyView
.
-@property (nonatomic, strong) UIView * _Nullable emptyView;
-/// The user cell for UITableViewCell
object. Use register(userCell:nib:)
to update.
-@property (nonatomic, strong) UITableViewCell * _Nullable userCell;
-@property (nonatomic, readonly, strong) SBDBaseChannel * _Nullable channel;
-@property (nonatomic, readonly, copy) NSArray * _Nonnull userList;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUUserListModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUUserListModule.List()'");
-- (void)setupViews;
-- (void)setupLayouts;
-/// Reloads table view. This method corresponds to UITableView reloadData()
.
-- (void)reloadTableView;
-/// Registers a custom cell as a user cell based on UITableViewCell
.
-/// important:
-/// To register custom user cell, please use this function before calling configure(delegate:dataSource:userListType:theme:componentTheme:)
-/// \code
-/// listComponent.register(userCell: MyUserCell)
-/// listComponent.configure(delegate: self, dataSource: self, userListType: .type, theme: theme, componentTheme: componentTheme)
-///
-/// \endcode\param channelCell Customized user cell
-///
-/// \param nib nib information. If the value is nil, the nib file is not used.
-///
-- (void)registerWithUserCell:(UITableViewCell * _Nonnull)userCell nib:(UINib * _Nullable)nib;
-/// Configures cell for a particular row.
-/// \param cell UITableViewCell
object
-///
-/// \param indexPath An index path representing the cell
-///
-- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
-/// Sets up the cell’s more menu button action.
-/// important:
-/// Only for the group channel
-/// \param user SBUUser
obejct
-///
-- (void)setMoreMenuTapAction:(SBUUser * _Nonnull)user;
-/// Sets up the user profile tap action.
-/// If you do not want to use the user profile function, override this function and leave it empty.
-/// \param user SBUUser
object used for user profile configuration
-///
-- (void)setUserProfileTapAction:(SBUUser * _Nonnull)user;
-@end
-
-
-@interface SBUUserListModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didSelectRetry;
-@end
-
@class SBDBaseMessage;
@class UIScrollView;
@class SBDFileMessage;
@@ -664,25 +655,222 @@ SWIFT_CLASS_NAMED("List")
/// Sets images in file message cell. (for not succeeded message)
/// \param cell File message cell
///
-/// \param fileMessage File message object
+/// \param fileMessage File message object
+///
+- (void)setFileMessageCellImage:(UITableViewCell * _Nonnull)cell fileMessage:(SBDFileMessage * _Nonnull)fileMessage;
+/// Gets the position of the message to be grouped.
+/// Only successful messages can be grouped.
+/// \param currentIndex Index of current message in the message list
+///
+///
+/// returns:
+/// Position of a message when grouped
+- (enum MessageGroupPosition)getMessageGroupingPositionWithCurrentIndex:(NSInteger)currentIndex SWIFT_WARN_UNUSED_RESULT;
+@end
+
+
+@interface SBUBaseChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+/// Reload data from the channel. This function invokes SBUBaseChannelModuleListDelegate baseChannelModuleDidSelectRetry(_:)
+- (void)didSelectRetry;
+@end
+
+@class SBUMessageSearchResultCell;
+
+/// A module component that represent the list of SBUMessageSearchModule
.
+SWIFT_CLASS_NAMED("List")
+@interface SBUMessageSearchModuleList : UIView
+/// The table view to show the list of searched messages.
+@property (nonatomic, strong) UITableView * _Nonnull tableView;
+/// A view that shows when there is no searched messages.
+/// The default view type is SBUEmptyView
.
+@property (nonatomic, strong) UIView * _Nullable emptyView;
+/// The search result cell for SBUMessageSearchResultCell
object. Use register(resultCell:nib:)
to update.
+@property (nonatomic, strong) SBUMessageSearchResultCell * _Nullable resultCell;
+/// The search result list object from messageSearchModule(_:searchResultsInTableView:)
data source method.
+@property (nonatomic, readonly, copy) NSArray * _Nonnull resultList;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUMessageSearchModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUMessageSearchModule.List()'");
+/// Set values of the views in the list component when it needs.
+- (void)setupViews;
+/// Sets layouts of the views in the list component.
+- (void)setupLayouts;
+/// Registers a custom cell as a search result cell based on SBUMessageSearchResultCell
.
+/// important:
+/// To register custom search result cell, please use this function before calling configure(delegate:dataSource:theme:)
+/// \code
+/// listComponent.register(resultCell: MyResultCell)
+/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
+///
+/// \endcode\param channelCell Customized search result cell
+///
+/// \param nib nib information. If the value is nil, the nib file is not used.
+///
+- (void)registerWithResultCell:(SBUMessageSearchResultCell * _Nonnull)resultCell nib:(UINib * _Nullable)nib;
+/// Configures cell for a particular row.
+/// \param cell UITableViewCell
object
+///
+/// \param indexPath An index path representing the searchResultCell
+///
+- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
+/// Reloads table view. This method corresponds to UITableView reloadData()
.
+- (void)reloadTableView;
+/// Retrives the BaseMessage
object from the given IndexPath
of the tableView.
+/// \param indexPath IndexPath
of which you want to retrieve the Message
object.
+///
+///
+/// returns:
+/// BaseMessage
object of the corresponding IndexPath
, or nil
if the message can’t be found.
+- (SBDBaseMessage * _Nullable)messageAt:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
+@end
+
+
+@interface SBUMessageSearchModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)didSelectRetry;
+@end
+
+
+@interface SBUBaseChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)didSelectRetry;
+@end
+
+
+/// A module component that represent the list of SBUUserListModule
.
+SWIFT_CLASS_NAMED("List")
+@interface SBUUserListModuleList : UIView
+/// The table view that shows the list of the users.
+@property (nonatomic, strong) UITableView * _Nonnull tableView;
+/// A view that displays when the table view is empty.
+/// The default view type is SBUEmptyView
.
+@property (nonatomic, strong) UIView * _Nullable emptyView;
+/// The user cell for UITableViewCell
object. Use register(userCell:nib:)
to update.
+@property (nonatomic, strong) UITableViewCell * _Nullable userCell;
+@property (nonatomic, readonly, strong) SBDBaseChannel * _Nullable channel;
+@property (nonatomic, readonly, copy) NSArray * _Nonnull userList;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUUserListModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUUserListModule.List()'");
+- (void)setupViews;
+- (void)setupLayouts;
+/// Reloads table view. This method corresponds to UITableView reloadData()
.
+- (void)reloadTableView;
+/// Registers a custom cell as a user cell based on UITableViewCell
.
+/// important:
+/// To register custom user cell, please use this function before calling configure(delegate:dataSource:userListType:theme:componentTheme:)
+/// \code
+/// listComponent.register(userCell: MyUserCell)
+/// listComponent.configure(delegate: self, dataSource: self, userListType: .type, theme: theme, componentTheme: componentTheme)
+///
+/// \endcode\param channelCell Customized user cell
+///
+/// \param nib nib information. If the value is nil, the nib file is not used.
+///
+- (void)registerWithUserCell:(UITableViewCell * _Nonnull)userCell nib:(UINib * _Nullable)nib;
+/// Configures cell for a particular row.
+/// \param cell UITableViewCell
object
+///
+/// \param indexPath An index path representing the cell
+///
+- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
+/// Sets up the cell’s more menu button action.
+/// important:
+/// Only for the group channel
+/// \param user SBUUser
obejct
+///
+- (void)setMoreMenuTapAction:(SBUUser * _Nonnull)user;
+/// Sets up the user profile tap action.
+/// If you do not want to use the user profile function, override this function and leave it empty.
+/// \param user SBUUser
object used for user profile configuration
+///
+- (void)setUserProfileTapAction:(SBUUser * _Nonnull)user;
+@end
+
+
+@interface SBUUserListModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)didSelectRetry;
+@end
+
+
+@class SBUBaseChannelCell;
+
+/// A module component that represent the list of SBUBaseChannelListModule
.
+SWIFT_CLASS_NAMED("List")
+@interface SBUBaseChannelListModuleList : UIView
+/// The table view to show the list of channels
+@property (nonatomic, strong) UITableView * _Nonnull tableView;
+/// A view that shows when there is no channel.
+/// The default view type is SBUEmptyView
.
+@property (nonatomic, strong) UIView * _Nullable emptyView;
+/// The channel cell for SBUBaseChannelCell
object. Use register(channelCell:nib:)
to update.
+@property (nonatomic, strong) SBUBaseChannelCell * _Nullable channelCell;
+/// The custom channel cell for SBUBaseChannelCell
object. Use register(customCell:nib:)
to update.
+@property (nonatomic, strong) SBUBaseChannelCell * _Nullable customCell;
+/// The current channel list object from channelListModule(_:channelsInTableView:)
data source method.
+@property (nonatomic, readonly, copy) NSArray * _Nullable baseChannelList;
+/// If this value is enabled, pull to refresh feature is enabled.
+/// since:
+/// 3.2.0
+@property (nonatomic) BOOL isPullToRefreshEnabled;
+/// Set values of the views in the list component when it needs.
+- (void)setupViews;
+/// Sets layouts of the views in the list component.
+- (void)setupLayouts;
+- (void)setupPullToRefresh;
+/// Configures cell for a particular row.
+/// \param channelCell SBUBaseChannelCell
object
+///
+/// \param indexPath An index path representing the channelCell
+///
+- (void)configureCell:(SBUBaseChannelCell * _Nullable)channelCell indexPath:(NSIndexPath * _Nonnull)indexPath;
+/// Registers a custom cell as a channel cell based on SBUBaseChannelCell
.
+/// important:
+/// To register custom channel cell, please use this function before calling configure(delegate:dataSource:theme:)
+/// \code
+/// listComponent.register(channelCell: MyChannelCell)
+/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
+///
+/// \endcode\param channelCell Customized channel cell
///
-- (void)setFileMessageCellImage:(UITableViewCell * _Nonnull)cell fileMessage:(SBDFileMessage * _Nonnull)fileMessage;
-/// Gets the position of the message to be grouped.
-/// Only successful messages can be grouped.
-/// \param currentIndex Index of current message in the message list
+/// \param nib nib information. If the value is nil, the nib file is not used.
+///
+- (void)registerWithChannelCell:(SBUBaseChannelCell * _Nonnull)channelCell nib:(UINib * _Nullable)nib;
+/// Registers a additional cell as a custom cell based on SBUBaseChannelCell
.
+/// important:
+/// To register additional channel cell, please use this function before calling configure(delegate:dataSource:theme:)
+/// \code
+/// listComponent.register(customCell: MyChannelCell)
+/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
///
+/// \endcode\param customCell Additional channel cell
///
-/// returns:
-/// Position of a message when grouped
-- (enum MessageGroupPosition)getMessageGroupingPositionWithCurrentIndex:(NSInteger)currentIndex SWIFT_WARN_UNUSED_RESULT;
+/// \param nib nib information. If the value is nil, the nib file is not used.
+///
+- (void)registerWithCustomCell:(SBUBaseChannelCell * _Nullable)customCell nib:(UINib * _Nullable)nib;
+/// Pulls to refresh.
+/// since:
+/// 3.2.0
+/// \param sender Sender
+///
+- (void)pullToRefresh:(id _Nonnull)sender;
+/// Reloads table view. This method corresponds to UITableView reloadData()
.
+- (void)reloadTableView;
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end
-@interface SBUBaseChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-/// Reload data from the channel. This function invokes SBUBaseChannelModuleListDelegate baseChannelModuleDidSelectRetry(_:)
+@interface SBUBaseChannelListModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)didSelectRetry;
@end
+@class SBUQuotedBaseMessageView;
+
+SWIFT_PROTOCOL("_TtP13SendbirdUIKit28SBUQuotedMessageViewDelegate_")
+@protocol SBUQuotedMessageViewDelegate
+/// Called when SBUQuotedBaseMessageView
was tapped.
+/// \param quotedMessageView The tapped quoted message view
+///
+- (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView;
+@end
+
@class SBUBaseMessageCell;
@class SBDGroupChannel;
@class SBUVoicePlayer;
@@ -861,173 +1049,32 @@ SWIFT_CLASS_NAMED("List")
- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
@end
-@class SBUThreadInfoView;
-
-@interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)threadInfoViewDidTap:(SBUThreadInfoView * _Nonnull)threadInfoView;
-@end
-
-@class SBUBaseChannelCell;
-
-/// A module component that represent the list of SBUBaseChannelListModule
.
-SWIFT_CLASS_NAMED("List")
-@interface SBUBaseChannelListModuleList : UIView
-/// The table view to show the list of channels
-@property (nonatomic, strong) UITableView * _Nonnull tableView;
-/// A view that shows when there is no channel.
-/// The default view type is SBUEmptyView
.
-@property (nonatomic, strong) UIView * _Nullable emptyView;
-/// The channel cell for SBUBaseChannelCell
object. Use register(channelCell:nib:)
to update.
-@property (nonatomic, strong) SBUBaseChannelCell * _Nullable channelCell;
-/// The custom channel cell for SBUBaseChannelCell
object. Use register(customCell:nib:)
to update.
-@property (nonatomic, strong) SBUBaseChannelCell * _Nullable customCell;
-/// The current channel list object from channelListModule(_:channelsInTableView:)
data source method.
-@property (nonatomic, readonly, copy) NSArray * _Nullable baseChannelList;
-/// If this value is enabled, pull to refresh feature is enabled.
-/// since:
-/// 3.2.0
-@property (nonatomic) BOOL isPullToRefreshEnabled;
-/// Set values of the views in the list component when it needs.
-- (void)setupViews;
-/// Sets layouts of the views in the list component.
-- (void)setupLayouts;
-- (void)setupPullToRefresh;
-/// Configures cell for a particular row.
-/// \param channelCell SBUBaseChannelCell
object
-///
-/// \param indexPath An index path representing the channelCell
-///
-- (void)configureCell:(SBUBaseChannelCell * _Nullable)channelCell indexPath:(NSIndexPath * _Nonnull)indexPath;
-/// Registers a custom cell as a channel cell based on SBUBaseChannelCell
.
-/// important:
-/// To register custom channel cell, please use this function before calling configure(delegate:dataSource:theme:)
-/// \code
-/// listComponent.register(channelCell: MyChannelCell)
-/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
-///
-/// \endcode\param channelCell Customized channel cell
-///
-/// \param nib nib information. If the value is nil, the nib file is not used.
-///
-- (void)registerWithChannelCell:(SBUBaseChannelCell * _Nonnull)channelCell nib:(UINib * _Nullable)nib;
-/// Registers a additional cell as a custom cell based on SBUBaseChannelCell
.
-/// important:
-/// To register additional channel cell, please use this function before calling configure(delegate:dataSource:theme:)
-/// \code
-/// listComponent.register(customCell: MyChannelCell)
-/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
-///
-/// \endcode\param customCell Additional channel cell
-///
-/// \param nib nib information. If the value is nil, the nib file is not used.
-///
-- (void)registerWithCustomCell:(SBUBaseChannelCell * _Nullable)customCell nib:(UINib * _Nullable)nib;
-/// Pulls to refresh.
-/// since:
-/// 3.2.0
-/// \param sender Sender
-///
-- (void)pullToRefresh:(id _Nonnull)sender;
-/// Reloads table view. This method corresponds to UITableView reloadData()
.
-- (void)reloadTableView;
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface SBUBaseChannelListModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didSelectRetry;
-@end
-
-
-@class SBUMessageSearchResultCell;
-
-/// A module component that represent the list of SBUMessageSearchModule
.
-SWIFT_CLASS_NAMED("List")
-@interface SBUMessageSearchModuleList : UIView
-/// The table view to show the list of searched messages.
-@property (nonatomic, strong) UITableView * _Nonnull tableView;
-/// A view that shows when there is no searched messages.
-/// The default view type is SBUEmptyView
.
-@property (nonatomic, strong) UIView * _Nullable emptyView;
-/// The search result cell for SBUMessageSearchResultCell
object. Use register(resultCell:nib:)
to update.
-@property (nonatomic, strong) SBUMessageSearchResultCell * _Nullable resultCell;
-/// The search result list object from messageSearchModule(_:searchResultsInTableView:)
data source method.
-@property (nonatomic, readonly, copy) NSArray * _Nonnull resultList;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUMessageSearchModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUMessageSearchModule.List()'");
-/// Set values of the views in the list component when it needs.
-- (void)setupViews;
-/// Sets layouts of the views in the list component.
-- (void)setupLayouts;
-/// Registers a custom cell as a search result cell based on SBUMessageSearchResultCell
.
-/// important:
-/// To register custom search result cell, please use this function before calling configure(delegate:dataSource:theme:)
-/// \code
-/// listComponent.register(resultCell: MyResultCell)
-/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
-///
-/// \endcode\param channelCell Customized search result cell
-///
-/// \param nib nib information. If the value is nil, the nib file is not used.
-///
-- (void)registerWithResultCell:(SBUMessageSearchResultCell * _Nonnull)resultCell nib:(UINib * _Nullable)nib;
-/// Configures cell for a particular row.
-/// \param cell UITableViewCell
object
-///
-/// \param indexPath An index path representing the searchResultCell
-///
-- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
-/// Reloads table view. This method corresponds to UITableView reloadData()
.
-- (void)reloadTableView;
-/// Retrives the BaseMessage
object from the given IndexPath
of the tableView.
-/// \param indexPath IndexPath
of which you want to retrieve the Message
object.
-///
-///
-/// returns:
-/// BaseMessage
object of the corresponding IndexPath
, or nil
if the message can’t be found.
-- (SBDBaseMessage * _Nullable)messageAt:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
-@end
-
-
-@interface SBUMessageSearchModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didSelectRetry;
-@end
-
-
-@interface SBUBaseChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didSelectRetry;
-@end
-
-@class SBUQuotedBaseMessageView;
-SWIFT_PROTOCOL("_TtP13SendbirdUIKit28SBUQuotedMessageViewDelegate_")
-@protocol SBUQuotedMessageViewDelegate
-/// Called when SBUQuotedBaseMessageView
was tapped.
-/// \param quotedMessageView The tapped quoted message view
-///
+@interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView;
@end
+@class SBUThreadInfoView;
-@interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView;
+@interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)threadInfoViewDidTap:(SBUThreadInfoView * _Nonnull)threadInfoView;
@end
-@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+
+@interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBUCreateChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUCreateChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
@@ -1073,41 +1120,41 @@ SWIFT_CLASS("_TtCC13SendbirdUIKit28SBUBaseChannelSettingsModule4List")
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end
-@class SBDOpenChannel;
-/// A module component that represent the list of SBUOpenChannelSettingsModule
.
+/// A module component that represent the list of SBUGroupChannelSettingsModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBUOpenChannelSettingsModuleList : List
-@property (nonatomic, readonly, weak) SBDOpenChannel * _Nullable channel;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUOpenChannelSettingsModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUOpenChannelSettingsModule.List()'");
+@interface SBUGroupChannelSettingsModuleList : List
+@property (nonatomic, readonly, weak) SBDGroupChannel * _Nullable channel;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUGroupChannelSettingsModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUGroupChannelSettingsModule.List()'");
- (void)setupViews;
+/// Sets up items for tableView cell configuration.
- (void)setupItems;
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUOpenChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBUGroupChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
+@class SBDOpenChannel;
-/// A module component that represent the list of SBUGroupChannelSettingsModule
.
+/// A module component that represent the list of SBUOpenChannelSettingsModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBUGroupChannelSettingsModuleList : List
-@property (nonatomic, readonly, weak) SBDGroupChannel * _Nullable channel;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUGroupChannelSettingsModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUGroupChannelSettingsModule.List()'");
+@interface SBUOpenChannelSettingsModuleList : List
+@property (nonatomic, readonly, weak) SBDOpenChannel * _Nullable channel;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUOpenChannelSettingsModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUOpenChannelSettingsModule.List()'");
- (void)setupViews;
-/// Sets up items for tableView cell configuration.
- (void)setupItems;
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUGroupChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBUOpenChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@@ -1121,6 +1168,8 @@ SWIFT_CLASS_NAMED("List")
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
@end
+
+
@class SBUParentMessageInfoView;
/// A module component that represent the list of SBUMessageThreadModule
.
@@ -1284,7 +1333,6 @@ SWIFT_CLASS_NAMED("List")
@end
-
/// A module component that represent the list of SBUOpenChannelListModule
.
SWIFT_CLASS_NAMED("List")
@interface SBUOpenChannelListModuleList : SBUBaseChannelListModuleList
@@ -1306,7 +1354,6 @@ SWIFT_CLASS_NAMED("List")
@end
-
@interface List (SWIFT_EXTENSION(SendbirdUIKit))
- (UIView * _Nullable)tableView:(UITableView * _Nonnull)tableView viewForHeaderInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForHeaderInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
@@ -1474,6 +1521,14 @@ SWIFT_CLASS_NAMED("List")
/// \param time The updated play time.
///
- (void)voicePlayerDidUpdatePlayTime:(SBUVoicePlayer * _Nonnull)player time:(NSTimeInterval)time;
+/// Methods for quickly applying a text value to a stream message
+/// since:
+/// 3.20.0
+/// \param messageId message id
+///
+/// \param value message text value
+///
+- (void)updateStreamMessage:(SBDBaseMessage * _Nonnull)message;
@end
@@ -1808,10 +1863,10 @@ SWIFT_CLASS("_TtC13SendbirdUIKit24SBUBaseChannelListModule")
@end
+
@interface SBUBaseChannelListModule (SWIFT_EXTENSION(SendbirdUIKit))
@end
-
@class Header;
@class SBUBaseChannelListViewModel;
@class SBDMessageListParams;
@@ -2724,6 +2779,7 @@ SWIFT_CLASS("_TtC13SendbirdUIKit9SBUConfig")
@end
+
@interface SBUConfig (SWIFT_EXTENSION(SendbirdUIKit))
@end
@@ -2732,12 +2788,11 @@ SWIFT_CLASS("_TtC13SendbirdUIKit9SBUConfig")
@end
-
-
@interface SBUConfig (SWIFT_EXTENSION(SendbirdUIKit))
@end
+
@class SBUStackView;
@class SBUSelectableStackView;
@class SBUMessageReactionView;
@@ -3652,6 +3707,7 @@ SWIFT_CLASS("_TtC13SendbirdUIKit29SBUGroupChannelViewController")
- (void)baseChannelViewModel:(SBUBaseChannelViewModel * _Nonnull)viewModel deletedMessages:(NSArray * _Nonnull)messages;
- (void)groupChannelViewModel:(SBUGroupChannelViewModel * _Nonnull)viewModel didReceiveSuggestedMentions:(NSArray * _Nullable)members;
- (void)groupChannelViewModel:(SBUGroupChannelViewModel * _Nonnull)viewModel didFinishUploadingFileAt:(NSInteger)index multipleFilesMessageRequestId:(NSString * _Nonnull)requestId;
+- (void)groupChannelViewModel:(SBUGroupChannelViewModel * _Nonnull)viewModel didReceiveStreamMessage:(SBDBaseMessage * _Nonnull)message forChannel:(SBDGroupChannel * _Nonnull)channel;
- (void)baseChannelModule:(Header * _Nonnull)headerComponent didTapLeftItem:(UIBarButtonItem * _Nonnull)leftItem;
- (void)baseChannelModule:(Header * _Nonnull)headerComponent didTapRightItem:(UIBarButtonItem * _Nonnull)rightItem;
- (void)groupChannelModule:(SBUGroupChannelModuleList * _Nonnull)listComponent didSelectFileAt:(NSInteger)index multipleFilesMessageCell:(SBUMultipleFilesMessageCell * _Nonnull)multipleFilesMessageCell forRowAt:(NSIndexPath * _Nonnull)cellIndexPath;
@@ -5956,6 +6012,8 @@ SWIFT_CLASS("_TtC13SendbirdUIKit16SBUVoiceRecorder")
+
+
@interface UINavigationController (SWIFT_EXTENSION(SendbirdUIKit))
@property (nonatomic, readonly) UIStatusBarStyle preferredStatusBarStyle;
/// Set up navigation bar with tint color. This method sets up standardAppearance
and scrollEdgeAppearance
with the tint color.
@@ -5991,12 +6049,12 @@ SWIFT_CLASS("_TtC13SendbirdUIKit16SBUVoiceRecorder")
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Info.plist b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Info.plist
index ccae9aa5..abff9126 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Info.plist and b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Info.plist differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.abi.json b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.abi.json
index 2385bf47..9ab95042 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.abi.json
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.abi.json
@@ -2447,6 +2447,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "SBUCommonDelegate",
@@ -3326,6 +3333,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -5417,8 +5431,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -6910,6 +6924,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -7232,6 +7253,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -7785,6 +7813,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -11646,6 +11681,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -12138,6 +12180,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -13807,6 +13856,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -14841,6 +14897,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -15032,9 +15095,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC9emojiListSay0A7ChatSDK5EmojiCGvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -15143,9 +15206,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC9reactionsSay0A7ChatSDK0D0CGvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -15246,9 +15309,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC8maxWidth12CoreGraphics7CGFloatVvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -15333,9 +15396,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC20enableEmojiLongPressSbvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -15514,9 +15577,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC010collectionE16HeightConstraintSo08NSLayoutH0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl"
],
@@ -15576,9 +15639,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC010collectionE17MinWidthContraintSo18NSLayoutConstraintCSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl"
],
@@ -16209,6 +16272,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -18054,6 +18124,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -18094,8 +18171,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -18213,8 +18290,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -18332,8 +18409,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -18864,6 +18941,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -20279,8 +20363,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -20382,8 +20466,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -20501,8 +20585,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -21942,6 +22026,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -21982,8 +22073,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -22101,8 +22192,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -22220,8 +22311,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -23063,6 +23154,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -24292,6 +24390,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -27954,6 +28059,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -29446,6 +29558,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -35370,6 +35489,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -36095,6 +36221,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -37247,6 +37380,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -37998,6 +38138,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -38321,6 +38468,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -38928,6 +39082,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -44354,6 +44515,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -51069,6 +51237,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -53395,6 +53570,37 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "updateStreamMessage",
+ "printedName": "updateStreamMessage(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:13SendbirdUIKit21SBUGroupChannelModuleC4ListC19updateStreamMessageyy0A7ChatSDK04BaseI0CF",
+ "mangledName": "$s13SendbirdUIKit21SBUGroupChannelModuleC4ListC19updateStreamMessageyy0A7ChatSDK04BaseI0CF",
+ "moduleName": "SendbirdUIKit",
+ "declAttributes": [
+ "Dynamic",
+ "Custom",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
@@ -53483,6 +53689,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -55754,6 +55967,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -56469,6 +56689,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -57172,6 +57399,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -62105,6 +62339,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -62255,6 +62496,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -63379,6 +63627,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -64682,6 +64937,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -66155,6 +66417,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -91578,6 +91847,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -92810,6 +93086,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -94470,6 +94753,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -96241,6 +96531,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -97576,6 +97873,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -98285,6 +98589,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -99178,6 +99489,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -99945,6 +100263,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -102049,6 +102374,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -102410,6 +102742,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -102499,6 +102838,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -103363,8 +103709,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"ReferenceOwnership",
"AccessControl",
"RawDocComment"
@@ -104358,6 +104704,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -110110,6 +110463,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -110522,6 +110882,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -112761,6 +113128,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -115041,6 +115415,47 @@
],
"funcSelfKind": "NonMutating"
},
+ {
+ "kind": "Function",
+ "name": "groupChannelViewModel",
+ "printedName": "groupChannelViewModel(_:didReceiveStreamMessage:forChannel:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "SBUGroupChannelViewModel",
+ "printedName": "SendbirdUIKit.SBUGroupChannelViewModel",
+ "usr": "c:@M@SendbirdUIKit@objc(cs)SBUGroupChannelViewModel"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GroupChannel",
+ "printedName": "SendbirdChatSDK.GroupChannel",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDGroupChannel"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@SendbirdUIKit@objc(cs)SBUGroupChannelViewController(im)groupChannelViewModel:didReceiveStreamMessage:forChannel:",
+ "mangledName": "$s13SendbirdUIKit29SBUGroupChannelViewControllerC05groupdE5Model_23didReceiveStreamMessage03forD0yAA0cdeH0C_0A7ChatSDK04BaseL0CAI05GroupD0CtF",
+ "moduleName": "SendbirdUIKit",
+ "isOpen": true,
+ "declAttributes": [
+ "Custom",
+ "AccessControl",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
{
"kind": "Function",
"name": "baseChannelModule",
@@ -117734,6 +118149,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -118024,6 +118446,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -119173,6 +119602,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -119667,6 +120103,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -120514,6 +120957,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -121322,6 +121772,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -121719,6 +122176,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -125825,6 +126289,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -125865,8 +126336,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -125984,8 +126455,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -126103,8 +126574,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -126222,8 +126693,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -126341,8 +126812,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -127695,6 +128166,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -128518,6 +128996,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -128549,9 +129034,9 @@
"mangledName": "$s13SendbirdUIKit20SBUOpenChannelModuleC5MediaC9mediaViewSo6UIViewCvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -129146,6 +129631,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -130601,6 +131093,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -131598,6 +132097,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -132216,9 +132722,9 @@
"mangledName": "$s13SendbirdUIKit22SBUSelectableStackViewC8positionAA15MessagePositionOvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -132615,6 +133121,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -136131,6 +136644,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -136531,6 +137051,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -138137,6 +138664,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -138584,9 +139118,9 @@
"mangledName": "$s13SendbirdUIKit23SBUSuggestedMentionListC16heightConstraintSo08NSLayoutG0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -138750,9 +139284,9 @@
"mangledName": "$s13SendbirdUIKit23SBUSuggestedMentionListC19isLimitGuideEnabledSbvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -138836,9 +139370,9 @@
"mangledName": "$s13SendbirdUIKit23SBUSuggestedMentionListC8delegateAA0cdE8Delegate_pSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"ReferenceOwnership",
"AccessControl",
"RawDocComment"
@@ -139620,6 +140154,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -142307,6 +142848,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -142564,6 +143112,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -149399,6 +149954,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -151011,6 +151573,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -155356,6 +155925,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -156051,8 +156627,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl"
],
@@ -156643,6 +157219,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -157565,6 +158148,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -159149,6 +159739,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -160712,6 +161309,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -161527,6 +162131,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -164445,6 +165056,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -164631,39 +165249,6 @@
"mangledName": "$s13SendbirdUIKit19ChannelCreationTypeO9broadcastyA2CmF",
"moduleName": "SendbirdUIKit"
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendbirdUIKit.ChannelCreationType?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "ChannelCreationType",
- "printedName": "SendbirdUIKit.ChannelCreationType",
- "usr": "s:13SendbirdUIKit19ChannelCreationTypeO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendbirdUIKit19ChannelCreationTypeO8rawValueACSgSi_tcfc",
- "mangledName": "$s13SendbirdUIKit19ChannelCreationTypeO8rawValueACSgSi_tcfc",
- "moduleName": "SendbirdUIKit",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
"name": "rawValue",
@@ -164702,6 +165287,39 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdUIKit.ChannelCreationType?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ChannelCreationType",
+ "printedName": "SendbirdUIKit.ChannelCreationType",
+ "usr": "s:13SendbirdUIKit19ChannelCreationTypeO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendbirdUIKit19ChannelCreationTypeO8rawValueACSgSi_tcfc",
+ "mangledName": "$s13SendbirdUIKit19ChannelCreationTypeO8rawValueACSgSi_tcfc",
+ "moduleName": "SendbirdUIKit",
+ "implicit": true,
+ "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -165962,6 +166580,38 @@
"mangledName": "$s13SendbirdUIKit12UserListTypeO16suggestedMentionyACSbcACmF",
"moduleName": "SendbirdUIKit"
},
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserListType",
+ "printedName": "SendbirdUIKit.UserListType",
+ "usr": "s:13SendbirdUIKit12UserListTypeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserListType",
+ "printedName": "SendbirdUIKit.UserListType",
+ "usr": "s:13SendbirdUIKit12UserListTypeO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:13SendbirdUIKit12UserListTypeO2eeoiySbAC_ACtFZ",
+ "mangledName": "$s13SendbirdUIKit12UserListTypeO2eeoiySbAC_ACtFZ",
+ "moduleName": "SendbirdUIKit",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
{
"kind": "Var",
"name": "hashValue",
@@ -166025,38 +166675,6 @@
"moduleName": "SendbirdUIKit",
"implicit": true,
"funcSelfKind": "NonMutating"
- },
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "UserListType",
- "printedName": "SendbirdUIKit.UserListType",
- "usr": "s:13SendbirdUIKit12UserListTypeO"
- },
- {
- "kind": "TypeNominal",
- "name": "UserListType",
- "printedName": "SendbirdUIKit.UserListType",
- "usr": "s:13SendbirdUIKit12UserListTypeO"
- }
- ],
- "declKind": "Func",
- "usr": "s:13SendbirdUIKit12UserListTypeO2eeoiySbAC_ACtFZ",
- "mangledName": "$s13SendbirdUIKit12UserListTypeO2eeoiySbAC_ACtFZ",
- "moduleName": "SendbirdUIKit",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
}
],
"declKind": "Enum",
@@ -167662,39 +168280,6 @@
],
"fixedbinaryorder": 4
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendbirdUIKit.MediaResourceType?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "MediaResourceType",
- "printedName": "SendbirdUIKit.MediaResourceType",
- "usr": "c:@M@SendbirdUIKit@E@MediaResourceType"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendbirdUIKit17MediaResourceTypeO8rawValueACSgSi_tcfc",
- "mangledName": "$s13SendbirdUIKit17MediaResourceTypeO8rawValueACSgSi_tcfc",
- "moduleName": "SendbirdUIKit",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
"name": "rawValue",
@@ -167733,6 +168318,39 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdUIKit.MediaResourceType?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "MediaResourceType",
+ "printedName": "SendbirdUIKit.MediaResourceType",
+ "usr": "c:@M@SendbirdUIKit@E@MediaResourceType"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendbirdUIKit17MediaResourceTypeO8rawValueACSgSi_tcfc",
+ "mangledName": "$s13SendbirdUIKit17MediaResourceTypeO8rawValueACSgSi_tcfc",
+ "moduleName": "SendbirdUIKit",
+ "implicit": true,
+ "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -172431,9 +173049,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC015baseFileContentF0AA07SBUBasehiF0Cvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -173398,9 +174016,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC21userProfileTapHandleryycSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -173543,9 +174161,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC19tapHandlerToContentyycSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -173702,9 +174320,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC17fileSelectHandlery0A7ChatSDK012UploadedFileE0C_SitcSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -173875,9 +174493,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC29moreButtonTapHandlerToContentyycSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -174021,9 +174639,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC15emojiTapHandlerySScSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -174168,9 +174786,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC19moreEmojiTapHandleryycSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -174314,9 +174932,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC21emojiLongPressHandlerySScSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -174462,9 +175080,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC17mentionTapHandleryAA7SBUUserCcSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -175301,6 +175919,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -177522,9 +178147,9 @@
"mangledName": "$s13SendbirdUIKit24SBUQuotedBaseMessageViewC5themeAA19SBUMessageCellThemeCvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -177610,9 +178235,9 @@
"mangledName": "$s13SendbirdUIKit24SBUQuotedBaseMessageViewC9messageIds5Int64Vvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -178166,9 +178791,9 @@
"mangledName": "$s13SendbirdUIKit24SBUQuotedBaseMessageViewC6paramsAA0cdeF6ParamsCSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl",
"RawDocComment"
@@ -178632,9 +179257,9 @@
"mangledName": "$s13SendbirdUIKit24SBUQuotedBaseMessageViewC013mainContainerF0AA018SBUSelectableStackF0Cvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -179120,6 +179745,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -179487,6 +180119,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -179648,8 +180287,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -182185,6 +182824,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -184895,39 +185541,6 @@
],
"fixedbinaryorder": 8
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendbirdUIKit.ChannelMemberListType?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "ChannelMemberListType",
- "printedName": "SendbirdUIKit.ChannelMemberListType",
- "usr": "c:@M@SendbirdUIKit@E@ChannelMemberListType"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendbirdUIKit21ChannelMemberListTypeO8rawValueACSgSi_tcfc",
- "mangledName": "$s13SendbirdUIKit21ChannelMemberListTypeO8rawValueACSgSi_tcfc",
- "moduleName": "SendbirdUIKit",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
"name": "rawValue",
@@ -184966,6 +185579,39 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdUIKit.ChannelMemberListType?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ChannelMemberListType",
+ "printedName": "SendbirdUIKit.ChannelMemberListType",
+ "usr": "c:@M@SendbirdUIKit@E@ChannelMemberListType"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendbirdUIKit21ChannelMemberListTypeO8rawValueACSgSi_tcfc",
+ "mangledName": "$s13SendbirdUIKit21ChannelMemberListTypeO8rawValueACSgSi_tcfc",
+ "moduleName": "SendbirdUIKit",
+ "implicit": true,
+ "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -186515,6 +187161,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -186850,6 +187503,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -188387,6 +189047,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -188744,6 +189411,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -189598,8 +190272,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -193244,6 +193918,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -194720,8 +195401,8 @@
"mangledName": "$s13SendbirdUIKit21SBUMessageProfileViewC9urlStringSSvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -194929,9 +195610,9 @@
"mangledName": "$s13SendbirdUIKit21SBUMessageProfileViewC17imageDownloadTaskSo012NSURLSessionH0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -195325,6 +196006,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -198339,6 +199027,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -198996,6 +199691,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -200201,6 +200903,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -203619,6 +204328,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -204476,6 +205192,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -205306,6 +206029,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -214030,6 +214760,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -218507,6 +219244,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -221044,6 +221788,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -222114,8 +222865,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -222233,8 +222984,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -222352,8 +223103,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -222937,6 +223688,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -223903,6 +224661,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -224661,6 +225426,13 @@
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
}
]
},
@@ -227545,6 +228317,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -227585,8 +228364,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -228527,6 +229306,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -229160,9 +229946,9 @@
"mangledName": "$s13SendbirdUIKit19SBUMessageStateViewC9timeLabelSo7UILabelCvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -229761,6 +230547,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -230438,6 +231231,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -231135,6 +231935,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -232690,6 +233497,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -233075,6 +233889,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -237426,6 +238247,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -240186,6 +241014,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -240689,6 +241524,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -242348,6 +243190,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -243514,6 +244363,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -247755,6 +248611,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -248317,6 +249180,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -249923,6 +250793,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -250947,6 +251824,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -251120,6 +252004,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -253720,6 +254611,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -255053,6 +255951,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -255425,6 +256330,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -255658,6 +256570,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -261614,6 +262533,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -262407,6 +263333,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -263059,6 +263992,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -263711,6 +264651,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -267536,6 +268483,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -269234,6 +270188,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -270166,6 +271127,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -271309,6 +272277,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -271800,6 +272775,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -273301,6 +274283,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -273522,6 +274511,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -274313,6 +275309,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -275688,6 +276691,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -278038,6 +279048,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -278762,6 +279779,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -288344,6 +289368,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -289869,6 +290900,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -289951,8 +290989,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -290131,8 +291169,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -290282,8 +291320,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -291005,6 +292043,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -292399,9 +293444,9 @@
"mangledName": "$s13SendbirdUIKit22SBUBaseFileContentViewC7message0A7ChatSDK0D7MessageCSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -292502,9 +293547,9 @@
"mangledName": "$s13SendbirdUIKit22SBUBaseFileContentViewC8positionAA15MessagePositionOvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -292742,6 +293787,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -293287,9 +294339,9 @@
"mangledName": "$s13SendbirdUIKit22SBUNavigationTitleViewC4textSSSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -293390,9 +294442,9 @@
"mangledName": "$s13SendbirdUIKit22SBUNavigationTitleViewC13textAlignmentSo06NSTextG0Vvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -293766,6 +294818,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -296772,9 +297831,9 @@
"mangledName": "$s13SendbirdUIKit27SBUSuggestedReplyOptionViewC4textSSSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl",
"RawDocComment"
@@ -297096,6 +298155,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -297785,6 +298851,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -298110,6 +299183,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -298618,6 +299698,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -348250,9 +349337,9 @@
"mangledName": "$s13SendbirdUIKit19SBUImageContentViewC05imageE0So07UIImageE0Cvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -348432,9 +349519,9 @@
"mangledName": "$s13SendbirdUIKit19SBUImageContentViewC15widthConstraintSo08NSLayoutG0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -348543,9 +349630,9 @@
"mangledName": "$s13SendbirdUIKit19SBUImageContentViewC16heightConstraintSo08NSLayoutG0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -348977,6 +350064,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -350597,6 +351691,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -351387,9 +352488,9 @@
"mangledName": "$s13SendbirdUIKit22SBUUserMessageTextViewC04textF0AA016SBULinkClickableeF0Cvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -351887,9 +352988,9 @@
"mangledName": "$s13SendbirdUIKit22SBUUserMessageTextViewC8delegateAA0cdeF8Delegate_pSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"ReferenceOwnership",
"AccessControl"
],
@@ -352773,6 +353874,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -359080,6 +360188,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -363281,6 +364396,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -364052,6 +365174,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -367604,8 +368733,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -368331,6 +369460,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -368659,8 +369795,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -368778,8 +369914,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -368982,8 +370118,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -370590,6 +371726,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -371692,6 +372835,48 @@
"protocolReq": true,
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "groupChannelViewModel",
+ "printedName": "groupChannelViewModel(_:didReceiveStreamMessage:forChannel:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "SBUGroupChannelViewModel",
+ "printedName": "SendbirdUIKit.SBUGroupChannelViewModel",
+ "usr": "c:@M@SendbirdUIKit@objc(cs)SBUGroupChannelViewModel"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GroupChannel",
+ "printedName": "SendbirdChatSDK.GroupChannel",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDGroupChannel"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:13SendbirdUIKit32SBUGroupChannelViewModelDelegateP05groupdeF0_23didReceiveStreamMessage03forD0yAA0cdeF0C_0A7ChatSDK04BaseL0CAI05GroupD0CtF",
+ "mangledName": "$s13SendbirdUIKit32SBUGroupChannelViewModelDelegateP05groupdeF0_23didReceiveStreamMessage03forD0yAA0cdeF0C_0A7ChatSDK04BaseL0CAI05GroupD0CtF",
+ "moduleName": "SendbirdUIKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : SendbirdUIKit.SBUGroupChannelViewModelDelegate>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Protocol",
@@ -374954,6 +376139,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -376149,6 +377341,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -377421,6 +378620,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -377605,6 +378811,34 @@
}
]
},
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "SendbirdUIKit"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "SendbirdUIKit"
+ },
+ {
+ "kind": "Import",
+ "name": "SwiftUI",
+ "printedName": "SwiftUI",
+ "declKind": "Import",
+ "moduleName": "SendbirdUIKit"
+ },
+ {
+ "kind": "Import",
+ "name": "DeveloperToolsSupport",
+ "printedName": "DeveloperToolsSupport",
+ "declKind": "Import",
+ "moduleName": "SendbirdUIKit"
+ },
{
"kind": "TypeDecl",
"name": "UIColor",
@@ -378902,6 +380136,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -383670,6 +384911,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -383855,6 +385103,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -384045,6 +385300,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -384224,6 +385486,53 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "hasStreamMessageOnly",
+ "printedName": "hasStreamMessageOnly(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdChatSDK.BaseMessage?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdChatSDK.BaseMessage?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:Sa13SendbirdUIKit0A7ChatSDK11BaseMessageCRbzlE09hasStreamF4Only4withADSgAG_tF",
+ "mangledName": "$sSa13SendbirdUIKit0A7ChatSDK11BaseMessageCRbzlE09hasStreamF4Only4withADSgAG_tF",
+ "moduleName": "SendbirdUIKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : SendbirdChatSDK.BaseMessage>",
+ "sugared_genericSig": "",
+ "declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Struct",
@@ -384244,6 +385553,13 @@
"usr": "s:s24_DestructorSafeContainerP",
"mangledName": "$ss24_DestructorSafeContainerP"
},
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
{
"kind": "Conformance",
"name": "_ArrayProtocol",
@@ -384700,13 +386016,6 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
{
"kind": "Conformance",
"name": "Hashable",
@@ -384751,48 +386060,39 @@
},
{
"kind": "Conformance",
- "name": "DataProtocol",
- "printedName": "DataProtocol",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
"children": [
{
"kind": "TypeWitness",
- "name": "Regions",
- "printedName": "Regions",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
"children": [
{
"kind": "TypeNominal",
- "name": "CollectionOfOne",
- "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Array",
- "printedName": "[Swift.UInt8]",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UInt8",
- "printedName": "Swift.UInt8",
- "usr": "s:s5UInt8V"
- }
- ],
- "usr": "s:Sa"
- }
- ],
- "usr": "s:s15CollectionOfOneV"
+ "name": "NSArray",
+ "printedName": "Foundation.NSArray",
+ "usr": "c:objc(cs)NSArray"
}
]
}
],
- "usr": "s:10Foundation12DataProtocolP",
- "mangledName": "$s10Foundation12DataProtocolP"
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
},
{
"kind": "Conformance",
- "name": "MutableDataProtocol",
- "printedName": "MutableDataProtocol",
- "usr": "s:10Foundation19MutableDataProtocolP",
- "mangledName": "$s10Foundation19MutableDataProtocolP"
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ContiguousBytes",
+ "printedName": "ContiguousBytes",
+ "usr": "s:10Foundation15ContiguousBytesP",
+ "mangledName": "$s10Foundation15ContiguousBytesP"
},
{
"kind": "Conformance",
@@ -384838,39 +386138,48 @@
},
{
"kind": "Conformance",
- "name": "_ObjectiveCBridgeable",
- "printedName": "_ObjectiveCBridgeable",
+ "name": "DataProtocol",
+ "printedName": "DataProtocol",
"children": [
{
"kind": "TypeWitness",
- "name": "_ObjectiveCType",
- "printedName": "_ObjectiveCType",
+ "name": "Regions",
+ "printedName": "Regions",
"children": [
{
"kind": "TypeNominal",
- "name": "NSArray",
- "printedName": "Foundation.NSArray",
- "usr": "c:objc(cs)NSArray"
+ "name": "CollectionOfOne",
+ "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.UInt8]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s15CollectionOfOneV"
}
]
}
],
- "usr": "s:s21_ObjectiveCBridgeableP",
- "mangledName": "$ss21_ObjectiveCBridgeableP"
- },
- {
- "kind": "Conformance",
- "name": "CVarArg",
- "printedName": "CVarArg",
- "usr": "s:s7CVarArgP",
- "mangledName": "$ss7CVarArgP"
+ "usr": "s:10Foundation12DataProtocolP",
+ "mangledName": "$s10Foundation12DataProtocolP"
},
{
"kind": "Conformance",
- "name": "ContiguousBytes",
- "printedName": "ContiguousBytes",
- "usr": "s:10Foundation15ContiguousBytesP",
- "mangledName": "$s10Foundation15ContiguousBytesP"
+ "name": "MutableDataProtocol",
+ "printedName": "MutableDataProtocol",
+ "usr": "s:10Foundation19MutableDataProtocolP",
+ "mangledName": "$s10Foundation19MutableDataProtocolP"
}
]
},
@@ -385157,8 +386466,8 @@
"moduleName": "SendbirdUIKit",
"static": true,
"declAttributes": [
- "Custom",
"Final",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -386114,30 +387423,18 @@
"usr": "s:10Foundation4DateV",
"mangledName": "$s10Foundation4DateV",
"moduleName": "Foundation",
+ "intro_Macosx": "10.10",
+ "intro_iOS": "8.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "2.0",
+ "declAttributes": [
+ "Available",
+ "Available",
+ "Available",
+ "Available"
+ ],
"isExternal": true,
"conformances": [
- {
- "kind": "Conformance",
- "name": "ReferenceConvertible",
- "printedName": "ReferenceConvertible",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "ReferenceType",
- "printedName": "ReferenceType",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "NSDate",
- "printedName": "Foundation.NSDate",
- "usr": "c:objc(cs)NSDate"
- }
- ]
- }
- ],
- "usr": "s:10Foundation20ReferenceConvertibleP",
- "mangledName": "$s10Foundation20ReferenceConvertibleP"
- },
{
"kind": "Conformance",
"name": "Comparable",
@@ -386145,6 +387442,13 @@
"usr": "s:SL",
"mangledName": "$sSL"
},
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -386159,35 +387463,6 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
- {
- "kind": "Conformance",
- "name": "Strideable",
- "printedName": "Strideable",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "Stride",
- "printedName": "Stride",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Double",
- "printedName": "Swift.Double",
- "usr": "s:Sd"
- }
- ]
- }
- ],
- "usr": "s:Sx",
- "mangledName": "$sSx"
- },
{
"kind": "Conformance",
"name": "CustomDebugStringConvertible",
@@ -386209,6 +387484,42 @@
"usr": "s:s17CustomReflectableP",
"mangledName": "$ss17CustomReflectableP"
},
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ReferenceConvertible",
+ "printedName": "ReferenceConvertible",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ReferenceType",
+ "printedName": "ReferenceType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDate",
+ "printedName": "Foundation.NSDate",
+ "usr": "c:objc(cs)NSDate"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation20ReferenceConvertibleP",
+ "mangledName": "$s10Foundation20ReferenceConvertibleP"
+ },
{
"kind": "Conformance",
"name": "_ObjectiveCBridgeable",
@@ -386240,17 +387551,25 @@
},
{
"kind": "Conformance",
- "name": "Decodable",
- "printedName": "Decodable",
- "usr": "s:Se",
- "mangledName": "$sSe"
- },
- {
- "kind": "Conformance",
- "name": "Encodable",
- "printedName": "Encodable",
- "usr": "s:SE",
- "mangledName": "$sSE"
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
}
]
},
@@ -386476,6 +387795,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -386489,6 +387815,104 @@
"json_format_version": 8
},
"ConstValues": [
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1733,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2158,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3282,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4695,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4705,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4713,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4724,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6732,
+ "length": 32,
+ "value": "\"[Failed] Channel object is nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7316,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7595,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7628,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7631,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9982,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10037,
+ "length": 2,
+ "value": "\"\""
+ },
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
"kind": "StringLiteral",
@@ -386503,6 +387927,118 @@
"length": 1,
"value": "8"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1547,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1558,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1567,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1578,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1653,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1665,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1753,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1843,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1874,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1936,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2054,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3206,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3822,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5478,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5819,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "Array",
+ "offset": 5891,
+ "length": 2,
+ "value": "[]"
+ },
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
@@ -386610,13163 +388146,55562 @@
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 19470,
- "length": 4,
- "value": "true"
+ "kind": "Array",
+ "offset": 18853,
+ "length": 2,
+ "value": "[]"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 19510,
- "length": 5,
- "value": "false"
+ "kind": "Array",
+ "offset": 19206,
+ "length": 2,
+ "value": "[]"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 25360,
+ "offset": 19470,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 53929,
+ "offset": 19510,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 57605,
+ "offset": 20306,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 57668,
+ "offset": 20411,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 57751,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 59376,
+ "offset": 20467,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 59439,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 20552,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 59522,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 341,
- "length": 11,
- "value": "\"templates\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 440,
- "length": 11,
- "value": "\"templates\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 4000,
- "length": 58,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 4032,
- "length": 1,
- "value": "\".queue.diskcache.template\""
+ "kind": "IntegerLiteral",
+ "offset": 20558,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 4131,
+ "offset": 20686,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 4170,
- "length": 30,
- "value": "\"sbu_template_list_updated_at\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "BooleanLiteral",
- "offset": 5119,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "Dictionary",
- "offset": 13780,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Common.swift",
- "kind": "BooleanLiteral",
- "offset": 517,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1326,
+ "offset": 20692,
"length": 2,
- "value": "16"
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1760,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 20827,
"length": 4,
- "value": "true"
+ "value": "44.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 984,
+ "offset": 20881,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 996,
+ "offset": 21874,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 488,
+ "offset": 21884,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 557,
+ "offset": 21892,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 648,
+ "offset": 21903,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "FloatLiteral",
- "offset": 700,
- "length": 5,
- "value": "380.0"
+ "offset": 24161,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 750,
- "length": 5,
- "value": "276.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24390,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 810,
- "length": 5,
- "value": "294.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24439,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 869,
- "length": 5,
- "value": "274.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25360,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1114,
- "length": 5,
- "value": "false"
+ "offset": 25690,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1141,
+ "offset": 25891,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2814,
- "length": 1,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 27230,
+ "length": 44,
+ "value": "\"Couldn't find cell for row at \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2955,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 27273,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 2996,
+ "offset": 27355,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 3172,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28677,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 3246,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 30234,
+ "length": 50,
+ "value": "\"[Request] Delete message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 3326,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 30283,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
- "kind": "FloatLiteral",
- "offset": 3267,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32419,
"length": 4,
- "value": "76.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
- "kind": "StringLiteral",
- "offset": 6967,
- "length": 24,
- "value": "\"uploadableFileInfoList\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34465,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
- "kind": "StringLiteral",
- "offset": 7023,
- "length": 7,
- "value": "\"image\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "Array",
+ "offset": 34974,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
- "kind": "StringLiteral",
- "offset": 7060,
- "length": 5,
- "value": "\"gif\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37814,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
- "kind": "StringLiteral",
- "offset": 7097,
- "length": 7,
- "value": "\"video\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38530,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 7445,
+ "offset": 45029,
"length": 1,
- "value": "1"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "StringLiteral",
- "offset": 997,
+ "offset": 45348,
"length": 32,
- "value": "\"SendbirdUIKit.SBUGroupChannelSettingsViewModel\""
+ "value": "\"Needs to implement this method\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUHighlightMessageInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1102,
+ "offset": 46743,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 385,
- "length": 21,
- "value": "\"notificationSetting\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47082,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "StringLiteral",
- "offset": 494,
- "length": 21,
- "value": "\"notificationSetting\""
+ "offset": 47864,
+ "length": 14,
+ "value": "\"unknown Type\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 4601,
- "length": 55,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48438,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 4633,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48504,
"length": 1,
- "value": "\".queue.diskcache.theme\""
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 4729,
+ "offset": 48639,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48689,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 4774,
- "length": 45,
- "value": "\"sbu_global_notification_settings_updated_at\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48810,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 4847,
- "length": 45,
- "value": "\"sbu_global_notification_settings_theme_mode\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48864,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "BooleanLiteral",
- "offset": 5799,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49016,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUAdminMessageCellParams.swift",
- "kind": "StringLiteral",
- "offset": 201,
- "length": 25,
- "value": "\"SendbirdUIKit.SBUAdminMessageCellParams\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49086,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
- "kind": "StringLiteral",
- "offset": 614,
- "length": 28,
- "value": "\"SendbirdUIKit.SBURegisterOperatorViewModel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49639,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
- "kind": "BooleanLiteral",
- "offset": 3064,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49829,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUDashboardConfig.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 440,
+ "offset": 50013,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50553,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
- "kind": "StringLiteral",
- "offset": 567,
- "length": 22,
- "value": "\"SendbirdUIKit.SBUInviteUserViewModel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50647,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 496,
+ "offset": 50735,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 505,
+ "offset": 50796,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 516,
+ "offset": 50900,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 526,
+ "offset": 51004,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
- "kind": "Array",
- "offset": 572,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 52386,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
- "kind": "Array",
- "offset": 614,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 53380,
"length": 2,
- "value": "[]"
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 916,
- "length": 4,
- "value": "true"
+ "offset": 53572,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1398,
+ "offset": 53740,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1407,
+ "offset": 53775,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1418,
+ "offset": 53916,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1428,
+ "offset": 54110,
"length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
- "kind": "BooleanLiteral",
- "offset": 1611,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.Header.swift",
- "kind": "BooleanLiteral",
- "offset": 5908,
- "length": 4,
- "value": "true"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1084,
+ "offset": 54367,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1192,
+ "offset": 54800,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1366,
+ "offset": 54812,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1529,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 54847,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1908,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 55249,
+ "length": 46,
+ "value": "\"New messages inserted : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 2413,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 55294,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 2454,
+ "offset": 55408,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 2500,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 2554,
+ "offset": 55849,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
- "kind": "FloatLiteral",
- "offset": 790,
- "length": 4,
- "value": "64.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 56235,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 4411,
+ "offset": 57248,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/ChannelSettingItem\/SBUChannelSettingItem.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1048,
- "length": 4,
- "value": "true"
+ "offset": 57311,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/ChannelSettingItem\/SBUChannelSettingItem.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1098,
+ "offset": 57394,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 382,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 57563,
+ "length": 45,
+ "value": "\"Couldn't find message with ID: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 433,
- "length": 4,
- "value": "16.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 57607,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 489,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 57749,
"length": 5,
- "value": "16.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 545,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 57966,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 595,
+ "offset": 59019,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 756,
+ "offset": 59082,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 59165,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
- "kind": "BooleanLiteral",
- "offset": 1439,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 59342,
+ "length": 53,
+ "value": "\"Couldn't find message with ID: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
- "kind": "IntegerLiteral",
- "offset": 1826,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 59394,
"length": 2,
- "value": "24"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1706,
+ "offset": 59532,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1988,
+ "offset": 59749,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 2204,
- "length": 4,
- "value": "34.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 59935,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 2251,
- "length": 4,
- "value": "24.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 60381,
+ "length": 62,
+ "value": "\"The cell for row at \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "StringLiteral",
- "offset": 936,
- "length": 24,
- "value": "\"SendbirdUIKit.SBUChannelInfoHeaderView\""
+ "offset": 60414,
+ "length": 2,
+ "value": "\" is not `SBUBaseMessageCell`\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 397,
+ "offset": 61053,
"length": 1,
- "value": "8"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 293,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 61069,
"length": 5,
- "value": "219.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 301,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 61200,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 315,
- "length": 5,
- "value": "209.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 61947,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 323,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 61963,
"length": 5,
- "value": "255.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 336,
- "length": 3,
- "value": "1.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 348,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 62094,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 401,
- "length": 5,
- "value": "194.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63069,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 409,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 341,
+ "length": 11,
+ "value": "\"templates\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 423,
- "length": 5,
- "value": "169.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 440,
+ "length": 11,
+ "value": "\"templates\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 431,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 1525,
+ "length": 28,
+ "value": "\"No have templates in cache\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 444,
- "length": 5,
- "value": "250.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 4000,
+ "length": 58,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 452,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 4032,
+ "length": 1,
+ "value": "\".queue.diskcache.template\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 466,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4131,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 519,
- "length": 5,
- "value": "116.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 4170,
+ "length": 30,
+ "value": "\"sbu_template_list_updated_at\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 527,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4866,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 541,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5119,
"length": 4,
- "value": "45.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 548,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6912,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 561,
- "length": 5,
- "value": "221.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "Dictionary",
+ "offset": 6955,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 569,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7095,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 583,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 7788,
+ "length": 49,
+ "value": "\"Failed to save template to disk cache: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 636,
- "length": 4,
- "value": "98.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 7836,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 643,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8471,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 657,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8863,
"length": 4,
- "value": "17.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 664,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 9443,
+ "length": 33,
+ "value": "\"Could not remove file: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 677,
- "length": 5,
- "value": "200.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 9475,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 685,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 9942,
+ "length": 33,
+ "value": "\"Could not remove path: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 699,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 9974,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 752,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10274,
"length": 4,
- "value": "73.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 759,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 10315,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 773,
- "length": 4,
- "value": "19.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 10406,
+ "length": 20,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 780,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 10424,
+ "length": 1,
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 793,
- "length": 5,
- "value": "137.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 11523,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 801,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11977,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 815,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 12059,
+ "length": 43,
+ "value": "\"Error writing to file: lastTokenKey value\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "Dictionary",
+ "offset": 12854,
"length": 3,
- "value": "1.0"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 900,
- "length": 5,
- "value": "168.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "Dictionary",
+ "offset": 13780,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 908,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 13950,
+ "length": 27,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 922,
- "length": 5,
- "value": "226.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 13963,
+ "length": 1,
+ "value": "\"_\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 930,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 13976,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 943,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Common.swift",
+ "kind": "BooleanLiteral",
+ "offset": 517,
"length": 5,
- "value": "171.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 951,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1326,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 965,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1760,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1020,
- "length": 5,
- "value": "105.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3602,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1028,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4151,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1042,
- "length": 5,
- "value": "192.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4162,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1050,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4227,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1063,
- "length": 5,
- "value": "133.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4766,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1071,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4770,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1085,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4822,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1140,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5102,
"length": 4,
- "value": "37.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1147,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 1673,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1161,
- "length": 5,
- "value": "156.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 984,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1169,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 996,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1182,
- "length": 5,
- "value": "114.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1055,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1190,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1186,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1204,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1197,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1259,
- "length": 3,
- "value": "2.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1234,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1265,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1264,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1279,
- "length": 5,
- "value": "125.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1331,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1287,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 383,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1300,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 648,
"length": 5,
- "value": "105.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1308,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 682,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1322,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 774,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1377,
- "length": 3,
- "value": "6.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 998,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1383,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1111,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1397,
- "length": 5,
- "value": "104.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1271,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1405,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1440,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1418,
- "length": 4,
- "value": "88.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1869,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1425,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1933,
+ "length": 2,
+ "value": "46"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1439,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2045,
+ "length": 2,
+ "value": "54"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1527,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2057,
+ "length": 2,
+ "value": "30"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1539,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2239,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1597,
- "length": 5,
- "value": "238.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2338,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1605,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 488,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1619,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 557,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1677,
- "length": 5,
- "value": "224.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 648,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 1685,
+ "offset": 700,
"length": 5,
- "value": "255.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1699,
- "length": 3,
- "value": "1.0"
+ "value": "380.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 1757,
+ "offset": 750,
"length": 5,
- "value": "189.0"
+ "value": "276.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 1765,
+ "offset": 810,
"length": 5,
- "value": "255.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1779,
- "length": 3,
- "value": "1.0"
+ "value": "294.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 1837,
- "length": 4,
- "value": "57.0"
+ "offset": 869,
+ "length": 5,
+ "value": "274.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1844,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1114,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1858,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1141,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1916,
- "length": 4,
- "value": "44.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2057,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1923,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2814,
+ "length": 1,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1937,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2955,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1995,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2996,
"length": 4,
- "value": "22.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2002,
- "length": 5,
- "value": "255.0"
+ "offset": 3172,
+ "length": 3,
+ "value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2016,
+ "offset": 3246,
"length": 3,
- "value": "1.0"
+ "value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2074,
+ "offset": 3326,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2086,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 4313,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2168,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 4380,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2180,
- "length": 4,
- "value": "0.55"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 4537,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2235,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 4747,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2247,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5185,
"length": 4,
- "value": "0.32"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2331,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5374,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2343,
- "length": 4,
- "value": "0.88"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6939,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6965,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2398,
+ "offset": 7259,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2410,
+ "offset": 7288,
"length": 3,
- "value": "0.5"
+ "value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2464,
+ "offset": 7318,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2476,
- "length": 4,
- "value": "0.38"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7526,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2531,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7555,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2543,
- "length": 4,
- "value": "0.12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7742,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2625,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7771,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2637,
- "length": 4,
- "value": "0.88"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7844,
+ "length": 2,
+ "value": "26"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2691,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7849,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2703,
- "length": 3,
- "value": "0.5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7854,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2756,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8165,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2768,
- "length": 4,
- "value": "0.38"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8192,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2822,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8775,
"length": 3,
- "value": "1.0"
+ "value": "251"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2834,
- "length": 4,
- "value": "0.12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8863,
+ "length": 2,
+ "value": "26"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2912,
- "length": 5,
- "value": "253.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8875,
+ "length": 2,
+ "value": "26"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2920,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8932,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2934,
- "length": 5,
- "value": "170.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8989,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2942,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9120,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2955,
- "length": 5,
- "value": "170.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10704,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2963,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 11189,
+ "length": 10,
+ "value": "\"sub_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2977,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 11215,
"length": 3,
- "value": "1.0"
+ "value": "\"0\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3028,
- "length": 5,
- "value": "246.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11254,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3036,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 11364,
+ "length": 10,
+ "value": "\"sub_data\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3050,
- "length": 4,
- "value": "97.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11468,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3057,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12018,
"length": 5,
- "value": "255.0"
+ "value": "\"\\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3070,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12031,
+ "length": 7,
+ "value": "\"\\\\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12106,
"length": 4,
- "value": "97.0"
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3077,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12118,
"length": 5,
- "value": "255.0"
+ "value": "\"\\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3091,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12294,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3142,
- "length": 5,
- "value": "222.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12361,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3150,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12499,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3164,
- "length": 4,
- "value": "54.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12548,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3171,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12572,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3184,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12662,
"length": 4,
- "value": "11.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3191,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13839,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3205,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14385,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3256,
- "length": 5,
- "value": "191.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 16293,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3264,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16681,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3278,
- "length": 3,
- "value": "7.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "Array",
+ "offset": 16783,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3284,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "Array",
+ "offset": 16932,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3297,
- "length": 4,
- "value": "17.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17010,
+ "length": 14,
+ "value": "\"template_key\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3304,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17071,
+ "length": 6,
+ "value": "\"tags\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3318,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "Array",
+ "offset": 17095,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3369,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17202,
"length": 5,
- "value": "157.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3377,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17327,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3391,
- "length": 3,
- "value": "9.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17363,
+ "length": 12,
+ "value": "\"noti:stats\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3397,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17397,
+ "length": 9,
+ "value": "\"clicked\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3410,
- "length": 4,
- "value": "30.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17428,
+ "length": 14,
+ "value": "\"notification\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3417,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17563,
+ "length": 8,
+ "value": "\"action\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3431,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17597,
+ "length": 14,
+ "value": "\"template_key\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3517,
- "length": 5,
- "value": "173.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17642,
+ "length": 13,
+ "value": "\"channel_url\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3525,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17693,
+ "length": 6,
+ "value": "\"tags\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3539,
- "length": 5,
- "value": "201.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17723,
+ "length": 12,
+ "value": "\"message_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3547,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17772,
+ "length": 8,
+ "value": "\"source\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3560,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17806,
+ "length": 12,
+ "value": "\"message_ts\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3572,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17855,
+ "length": 29,
+ "value": "\"notification_event_deadline\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3650,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17973,
+ "length": 79,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3662,
- "length": 5,
- "value": "242.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17989,
+ "length": 9,
+ "value": "\"Succeed\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3670,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 18001,
+ "length": 8,
+ "value": "\"Failed\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3683,
- "length": 5,
- "value": "182.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 18010,
+ "length": 1,
+ "value": "\"] SendbirdStatistics - \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3691,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 18040,
+ "length": 1,
+ "value": "\", \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3705,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 18051,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 1102,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 3267,
+ "length": 4,
+ "value": "76.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
- "kind": "BooleanLiteral",
- "offset": 484,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "Array",
+ "offset": 4037,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
- "kind": "BooleanLiteral",
- "offset": 1363,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 4449,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1512,
- "length": 4,
- "value": "true"
+ "offset": 5627,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 2129,
- "length": 4,
- "value": "true"
+ "offset": 5683,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
- "kind": "BooleanLiteral",
- "offset": 2283,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 5916,
"length": 4,
- "value": "true"
+ "value": "44.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1163,
- "length": 2,
- "value": "10"
+ "offset": 5970,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1201,
- "length": 2,
- "value": "20"
+ "offset": 6362,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1352,
+ "offset": 6372,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "FloatLiteral",
- "offset": 1705,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6380,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "Array",
- "offset": 1993,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6391,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 3006,
+ "offset": 9582,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "FloatLiteral",
- "offset": 3151,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 9985,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10440,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11528,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 6967,
+ "length": 24,
+ "value": "\"uploadableFileInfoList\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7023,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7060,
+ "length": 5,
+ "value": "\"gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7097,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7445,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9675,
+ "length": 105,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 9090,
+ "offset": 9768,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9775,
+ "length": 1,
+ "value": "\".jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9812,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 10108,
+ "length": 24,
+ "value": "\"Failed to get mimeType\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 10231,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 20107,
+ "offset": 12116,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "Dictionary",
+ "offset": 12348,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 13299,
+ "length": 118,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 20858,
+ "offset": 13392,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 13399,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 13416,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 14648,
+ "length": 118,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 21621,
+ "offset": 14741,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 14748,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 14765,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 27195,
+ "offset": 17355,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 17533,
+ "length": 105,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 37229,
+ "offset": 17626,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 17633,
+ "length": 1,
+ "value": "\".jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 17851,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 45165,
+ "offset": 18769,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "StringLiteral",
- "offset": 54472,
- "length": 23,
- "value": "\"SendbirdUIKit.MessageTemplateBaseView\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19771,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "FloatLiteral",
- "offset": 57458,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20268,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "Dictionary",
+ "offset": 24279,
"length": 3,
- "value": "0.0"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 65806,
+ "offset": 25503,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "StringLiteral",
- "offset": 1095,
- "length": 23,
- "value": "\"SendbirdUIKit.MessageTemplateRenderer\""
+ "offset": 25621,
+ "length": 22,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "IntegerLiteral",
- "offset": 70359,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25633,
"length": 1,
- "value": "0"
+ "value": "\"_\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "IntegerLiteral",
- "offset": 70595,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25642,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "IntegerLiteral",
- "offset": 71043,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25730,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25742,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
- "kind": "IntegerLiteral",
- "offset": 2466,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25759,
"length": 1,
- "value": "4"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 957,
+ "offset": 27647,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27741,
+ "length": 22,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27753,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27762,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27826,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27838,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27855,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 28679,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 1100,
+ "offset": 28766,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 3883,
+ "offset": 28828,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUMessageWebViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 786,
+ "offset": 30628,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUMessageWebViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 815,
+ "offset": 30687,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUStackView.swift",
- "kind": "FloatLiteral",
- "offset": 512,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31293,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
- "kind": "IntegerLiteral",
- "offset": 2557,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31653,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "IntegerLiteral",
- "offset": 2731,
+ "offset": 32206,
"length": 1,
- "value": "3"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "IntegerLiteral",
- "offset": 3257,
+ "offset": 32211,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
- "kind": "StringLiteral",
- "offset": 1826,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 1865,
+ "offset": 32267,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
- "kind": "IntegerLiteral",
- "offset": 4557,
- "length": 2,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32329,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 4884,
- "length": 4,
- "value": "true"
+ "offset": 32408,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 6364,
+ "offset": 32471,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 34271,
+ "length": 41,
+ "value": "\"`SBUGlobals.userMentionConfig` is `nil`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 34474,
+ "length": 92,
+ "value": "\"User mention features are disabled. See `SBUGlobals.isMentionEnabled` for more information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 9130,
+ "offset": 34707,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
- "kind": "StringLiteral",
- "offset": 246,
- "length": 15,
- "value": "\"Group Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35065,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
- "kind": "StringLiteral",
- "offset": 300,
- "length": 14,
- "value": "\"Open Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35294,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 2537,
+ "offset": 35459,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 842,
- "length": 5,
- "value": "\"key\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35545,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 925,
- "length": 27,
- "value": "\"messages_after_submission\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35677,
+ "length": 2,
+ "value": "44"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 842,
- "length": 5,
- "value": "\"key\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35868,
+ "length": 3,
+ "value": "164"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 925,
- "length": 27,
- "value": "\"messages_after_submission\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35921,
+ "length": 3,
+ "value": "196"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36056,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 3980,
+ "offset": 36771,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 4466,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36839,
"length": 5,
- "value": "\"key\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 4524,
- "length": 12,
- "value": "\"input_type\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36959,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 4466,
- "length": 5,
- "value": "\"key\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37064,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 4524,
- "length": 12,
- "value": "\"input_type\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37077,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 339,
- "length": 8,
- "value": "\"Cancel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37334,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 375,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37403,
+ "length": 3,
+ "value": "196"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37471,
"length": 4,
- "value": "\"OK\""
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 410,
- "length": 7,
- "value": "\"Retry\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "Array",
+ "offset": 37766,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 447,
- "length": 6,
- "value": "\"Save\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38279,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 483,
- "length": 6,
- "value": "\"Copy\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38875,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 521,
- "length": 8,
- "value": "\"Delete\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39053,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 559,
- "length": 6,
- "value": "\"Edit\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39456,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 597,
- "length": 8,
- "value": "\"Remove\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39937,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 637,
- "length": 8,
- "value": "\"Camera\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40733,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 688,
- "length": 15,
- "value": "\"Photo library\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41058,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 737,
- "length": 7,
- "value": "\"Files\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42251,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "StringLiteral",
- "offset": 777,
- "length": 12,
- "value": "\"Loading...\""
+ "offset": 43423,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 821,
- "length": 8,
- "value": "\"Invite\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 45001,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUOpenChannelViewController.Deprecated.swift",
"kind": "StringLiteral",
- "offset": 864,
- "length": 12,
- "value": "\"Take photo\""
+ "offset": 3791,
+ "length": 26,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUOpenChannelViewController.Deprecated.swift",
"kind": "StringLiteral",
- "offset": 913,
- "length": 14,
- "value": "\"Choose photo\""
+ "offset": 3812,
+ "length": 4,
+ "value": "\"Cell\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.Deprecated.swift",
"kind": "StringLiteral",
- "offset": 964,
- "length": 14,
- "value": "\"Remove photo\""
+ "offset": 1180,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1015,
- "length": 14,
- "value": "\"View library\""
+ "offset": 2179,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1061,
- "length": 8,
- "value": "\"Search\""
+ "offset": 2225,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1103,
- "length": 10,
- "value": "\"Settings\""
+ "offset": 2245,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1144,
- "length": 7,
- "value": "\"Reply\""
+ "offset": 2639,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1183,
- "length": 8,
- "value": "\"Submit\""
+ "offset": 2685,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1265,
- "length": 34,
- "value": "\"Are you sure you want to delete?\""
+ "offset": 2705,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 1393,
- "length": 41,
- "value": "\"Do you want to delete all \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 3282,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1425,
- "length": 6,
- "value": "\" photos?\""
+ "offset": 3910,
+ "length": 26,
+ "value": "\"[Request] Channel update\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 1491,
- "length": 41,
- "value": "\"Please allow camera usage from settings\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3986,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 1589,
- "length": 34,
- "value": "\"Please Allow PhotoLibrary Access\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4138,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 1688,
- "length": 60,
- "value": "\"PhotoLibrary access required to get your photos and videos\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4310,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4969,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5149,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1872,
- "length": 45,
- "value": "\"Please allow microphone usage from settings\""
+ "offset": 997,
+ "length": 32,
+ "value": "\"SendbirdUIKit.SBUGroupChannelSettingsViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUHighlightMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1102,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUHighlightMessageInfo.swift",
"kind": "StringLiteral",
- "offset": 1985,
- "length": 11,
- "value": "\"Yesterday\""
+ "offset": 1508,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUHighlightMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1605,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2092,
- "length": 8,
- "value": "\"%lld%@\""
+ "offset": 385,
+ "length": 21,
+ "value": "\"notificationSetting\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 2122,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 494,
+ "length": 21,
+ "value": "\"notificationSetting\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2127,
- "length": 7,
- "value": "\"years\""
+ "offset": 1977,
+ "length": 25,
+ "value": "\"No have themes in cache\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2137,
- "length": 6,
- "value": "\"year\""
+ "offset": 4601,
+ "length": 55,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2245,
- "length": 8,
- "value": "\"%lld%@\""
+ "offset": 4633,
+ "length": 1,
+ "value": "\".queue.diskcache.theme\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "IntegerLiteral",
- "offset": 2275,
+ "offset": 4729,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2280,
- "length": 6,
- "value": "\"days\""
+ "offset": 4774,
+ "length": 45,
+ "value": "\"sbu_global_notification_settings_updated_at\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2289,
- "length": 5,
- "value": "\"day\""
+ "offset": 4847,
+ "length": 45,
+ "value": "\"sbu_global_notification_settings_theme_mode\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2398,
- "length": 11,
- "value": "\"%lldmonth\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5546,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2522,
- "length": 7,
- "value": "\"%lldh\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5799,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2641,
- "length": 7,
- "value": "\"%lldm\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7648,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2699,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "Dictionary",
+ "offset": 7688,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7825,
"length": 5,
- "value": "\"ago\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2737,
- "length": 4,
- "value": "\"on\""
+ "offset": 8502,
+ "length": 46,
+ "value": "\"Failed to save theme to disk cache: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2820,
- "length": 10,
- "value": "\"Channels\""
+ "offset": 8547,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2885,
- "length": 18,
- "value": "\"uploaded a file.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9182,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2973,
- "length": 15,
- "value": "\"Group Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9574,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3037,
- "length": 14,
- "value": "\"(No members)\""
+ "offset": 10154,
+ "length": 33,
+ "value": "\"Could not remove file: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3100,
- "length": 11,
- "value": "\"Last seen\""
+ "offset": 10186,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3407,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 10653,
+ "length": 33,
+ "value": "\"Could not remove path: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3446,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 10685,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3476,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10985,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3490,
- "length": 8,
- "value": "\"Member\""
+ "offset": 11026,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3533,
- "length": 17,
- "value": "\"%@ is typing...\""
+ "offset": 11117,
+ "length": 20,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3575,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 11135,
"length": 1,
- "value": "2"
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "IntegerLiteral",
- "offset": 3615,
+ "offset": 12082,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "IntegerLiteral",
- "offset": 3645,
+ "offset": 12367,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3659,
- "length": 8,
- "value": "\"Member\""
+ "offset": 12801,
+ "length": 10,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 12810,
"length": 1,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3735,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12901,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3749,
- "length": 8,
- "value": "\"Member\""
+ "offset": 12983,
+ "length": 49,
+ "value": "\"Error writing to file: lastUpdatedTimeKey value\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3792,
- "length": 25,
- "value": "\"%@ and %@ are typing...\""
+ "offset": 13904,
+ "length": 9,
+ "value": "\"default\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 3877,
- "length": 30,
- "value": "\"Several people are typing...\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14362,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3978,
- "length": 13,
- "value": "\"File saved.\""
+ "offset": 14444,
+ "length": 43,
+ "value": "\"Error writing to file: themeModeKey value\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4046,
- "length": 27,
- "value": "\"Couldn’t download file.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "Dictionary",
+ "offset": 15289,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUAdminMessageCellParams.swift",
"kind": "StringLiteral",
- "offset": 4124,
- "length": 23,
- "value": "\"Couldn’t open file.\""
+ "offset": 201,
+ "length": 25,
+ "value": "\"SendbirdUIKit.SBUAdminMessageCellParams\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4197,
- "length": 17,
- "value": "\"uploaded a file\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2731,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4323,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2757,
+ "length": 38,
+ "value": "\"[Request] Register users: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
"kind": "StringLiteral",
- "offset": 4345,
- "length": 15,
- "value": "\"1 new message\""
+ "offset": 2794,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4374,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2978,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4378,
- "length": 2,
- "value": "99"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3100,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
"kind": "StringLiteral",
- "offset": 4401,
- "length": 23,
- "value": "\"\""
+ "offset": 3181,
+ "length": 42,
+ "value": "\"[Succeed] Register users request success\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
"kind": "StringLiteral",
- "offset": 4410,
- "length": 3,
- "value": "\" new messages\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4438,
- "length": 3,
- "value": "100"
+ "offset": 614,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBURegisterOperatorViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4465,
- "length": 18,
- "value": "\"99+ new messages\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2656,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4520,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2733,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4591,
- "length": 16,
- "value": "\"Channel frozen\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2797,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4691,
- "length": 14,
- "value": "\"Open Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3064,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 4756,
- "length": 14,
- "value": "\"Participants\""
+ "offset": 4317,
+ "length": 105,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4891,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4410,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 4913,
- "length": 15,
- "value": "\"1 participant\""
+ "offset": 4417,
+ "length": 1,
+ "value": "\".jpg\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 4965,
- "length": 23,
- "value": "\"\""
+ "offset": 4454,
+ "length": 12,
+ "value": "\"image\/jpeg\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 4974,
- "length": 12,
- "value": "\" participants\""
+ "offset": 4695,
+ "length": 24,
+ "value": "\"Failed to get mimeType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5194,
- "length": 44,
- "value": "\"SENDBIRD_NOTIFICATION_CHANNEL_NOTIFICATION\""
+ "offset": 4818,
+ "length": 11,
+ "value": "\"image\/gif\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6492,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "Dictionary",
+ "offset": 6724,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5531,
- "length": 59,
+ "offset": 7633,
+ "length": 118,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7726,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5579,
+ "offset": 7733,
"length": 1,
- "value": "\"_\""
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5589,
+ "offset": 7750,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5732,
- "length": 15,
- "value": "\"Notifications\""
+ "offset": 8759,
+ "length": 118,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 5833,
- "length": 21,
- "value": "\"Channel information\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8852,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5907,
- "length": 13,
- "value": "\"Change name\""
+ "offset": 8859,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5974,
- "length": 22,
- "value": "\"Change channel image\""
+ "offset": 8876,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6052,
- "length": 12,
- "value": "\"Enter name\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11283,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 6128,
- "length": 20,
- "value": "\"Enter channel name\""
+ "offset": 11461,
+ "length": 105,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6203,
- "length": 15,
- "value": "\"Notifications\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11554,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 6276,
- "length": 4,
- "value": "\"On\""
+ "offset": 11561,
+ "length": 1,
+ "value": "\".jpg\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 6339,
+ "offset": 11777,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12587,
"length": 5,
- "value": "\"Off\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6414,
- "length": 15,
- "value": "\"Mentions only\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13444,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6489,
- "length": 9,
- "value": "\"Members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13503,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6558,
- "length": 14,
- "value": "\"Participants\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14085,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14144,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUDashboardConfig.swift",
"kind": "IntegerLiteral",
- "offset": 6686,
+ "offset": 440,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
"kind": "StringLiteral",
- "offset": 6708,
- "length": 9,
- "value": "\"members\""
+ "offset": 3540,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6754,
- "length": 18,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4040,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6763,
- "length": 7,
- "value": "\" members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4096,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6835,
- "length": 15,
- "value": "\"Leave channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 4329,
+ "length": 4,
+ "value": "44.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6898,
- "length": 16,
- "value": "\"Delete channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4383,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6976,
- "length": 17,
- "value": "\"Delete channel?\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4756,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7053,
- "length": 47,
- "value": "\"Once deleted, this channel can't be restored.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4766,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7148,
- "length": 19,
- "value": "\"Search in channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4774,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7225,
- "length": 13,
- "value": "\"Moderations\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4785,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7289,
- "length": 11,
- "value": "\"Operators\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5599,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
"kind": "StringLiteral",
- "offset": 7355,
- "length": 15,
- "value": "\"Muted members\""
+ "offset": 7961,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7430,
- "length": 20,
- "value": "\"Muted participants\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8354,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7513,
- "length": 14,
- "value": "\"Banned users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8501,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2593,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
"kind": "StringLiteral",
- "offset": 7583,
- "length": 16,
- "value": "\"Freeze channel\""
+ "offset": 2619,
+ "length": 34,
+ "value": "\"Request invite users: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
"kind": "StringLiteral",
- "offset": 7649,
+ "offset": 2652,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2855,
"length": 5,
- "value": "\"URL\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7752,
- "length": 15,
- "value": "\"Notifications\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2977,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
"kind": "StringLiteral",
- "offset": 7831,
- "length": 15,
- "value": "\"Notifications\""
+ "offset": 3058,
+ "length": 40,
+ "value": "\"[Succeed] Invite users request success\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
"kind": "StringLiteral",
- "offset": 7900,
- "length": 18,
- "value": "\"All new messages\""
+ "offset": 567,
+ "length": 22,
+ "value": "\"SendbirdUIKit.SBUInviteUserViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7982,
- "length": 15,
- "value": "\"Mentions only\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 496,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8067,
- "length": 100,
- "value": "\"Turn on push notifications if you wish to be notified when messages are delivered to this channel.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 505,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8252,
- "length": 15,
- "value": "\"Enter message\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 516,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8322,
- "length": 37,
- "value": "\"Chat is unavailable in this channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 526,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8408,
- "length": 15,
- "value": "\"You are muted\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 758,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8472,
- "length": 18,
- "value": "\"Reply to message\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 800,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8599,
- "length": 35,
- "value": "\"Reply to \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 971,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8633,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 983,
"length": 1,
- "value": "\"\""
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8698,
- "length": 7,
- "value": "\"Photo\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1034,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8761,
- "length": 5,
- "value": "\"GIF\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1045,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8824,
- "length": 7,
- "value": "\"Video\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1499,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.List.swift",
"kind": "StringLiteral",
- "offset": 8895,
- "length": 10,
- "value": "\"(edited)\""
+ "offset": 2550,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8945,
- "length": 16,
- "value": "\"System message\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3872,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9008,
- "length": 24,
- "value": "\"(Unknown message type)\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3933,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9085,
- "length": 26,
- "value": "\"Can't read this message.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3994,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9242,
- "length": 56,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2893,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9261,
- "length": 7,
- "value": "\" replied to \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3123,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9297,
- "length": 1,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3195,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9341,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3789,
"length": 5,
- "value": "\"You\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9533,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3911,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9555,
- "length": 9,
- "value": "\"1 reply\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4716,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9578,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4838,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9582,
- "length": 2,
- "value": "99"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5750,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9605,
- "length": 30,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5892,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9626,
- "length": 7,
- "value": "\" replies\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6009,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9649,
- "length": 3,
- "value": "100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6545,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9689,
- "length": 13,
- "value": "\"99+ replies\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6931,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9705,
- "length": 30,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7075,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9726,
- "length": 7,
- "value": "\" replies\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7192,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9772,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7730,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "Array",
+ "offset": 572,
"length": 2,
- "value": "\"\""
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9879,
- "length": 52,
- "value": "\"Couldn't find the original message for this reply.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "Array",
+ "offset": 614,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10004,
- "length": 21,
- "value": "\"Message unavailable\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 916,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 10182,
+ "offset": 1398,
"length": 1,
- "value": "1"
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10329,
- "length": 26,
- "value": "\"+\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1407,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10354,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1418,
"length": 1,
- "value": "\"\""
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 10402,
+ "offset": 1428,
"length": 1,
- "value": "1"
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10428,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1611,
"length": 5,
- "value": "\"+99\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10470,
- "length": 2,
- "value": "\"\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10575,
- "length": 18,
- "value": "\"(Template error)\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2041,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10655,
- "length": 31,
- "value": "\"Can't read this notification.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2050,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10751,
- "length": 13,
- "value": "\"No channels\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2061,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10807,
- "length": 13,
- "value": "\"No messages\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2071,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10868,
- "length": 18,
- "value": "\"No notifications\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2120,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10926,
- "length": 10,
- "value": "\"No users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2163,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10984,
- "length": 18,
- "value": "\"No muted members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2495,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11055,
- "length": 23,
- "value": "\"No muted participants\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2562,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11125,
- "length": 17,
- "value": "\"No banned users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2627,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11187,
- "length": 18,
- "value": "\"No results found\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2679,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11242,
- "length": 22,
- "value": "\"Something went wrong\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2933,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 11405,
+ "offset": 2943,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11427,
- "length": 8,
- "value": "\"Create\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2951,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11472,
- "length": 17,
- "value": "\"Create \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2962,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11488,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3086,
"length": 1,
- "value": "\"\""
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11557,
- "length": 13,
- "value": "\"New Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3223,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11631,
- "length": 16,
- "value": "\"Select members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3542,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11707,
- "length": 21,
- "value": "\"New channel profile\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3645,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11818,
- "length": 8,
- "value": "\"Create\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3681,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11882,
- "length": 13,
- "value": "\"New channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4213,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11963,
- "length": 20,
- "value": "\"Enter channel name\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4247,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12066,
- "length": 14,
- "value": "\"Invite users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4339,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12139,
- "length": 14,
- "value": "\"Select users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4368,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 12263,
+ "offset": 4663,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12285,
- "length": 8,
- "value": "\"Invite\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12330,
- "length": 17,
- "value": "\"Invite \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4823,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12346,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4992,
"length": 1,
- "value": "\"\""
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 12475,
+ "offset": 5554,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12497,
- "length": 10,
- "value": "\"Register\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5558,
+ "length": 2,
+ "value": "54"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12544,
- "length": 19,
- "value": "\"Register \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5563,
+ "length": 2,
+ "value": "36"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12562,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5575,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5747,
"length": 1,
- "value": "\"\""
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12642,
- "length": 7,
- "value": "\"(You)\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5809,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12687,
- "length": 5,
- "value": "\"Ban\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5901,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12732,
- "length": 7,
- "value": "\"Unban\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6084,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12778,
- "length": 6,
- "value": "\"Mute\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6273,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12825,
- "length": 8,
- "value": "\"Unmute\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6372,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12887,
- "length": 21,
- "value": "\"Unregister operator\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7200,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12960,
- "length": 22,
- "value": "\"Register as operator\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7477,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13030,
- "length": 9,
- "value": "\"Members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7512,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13089,
- "length": 11,
- "value": "\"Operators\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7916,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8175,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9252,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9328,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5908,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1084,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1192,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1366,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1529,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1908,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2413,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2454,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2500,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2554,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3094,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4973,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5244,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5257,
+ "length": 2,
+ "value": "-8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5266,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5309,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5688,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5752,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7094,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11971,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 13050,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13392,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13398,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 13566,
+ "length": 29,
+ "value": "\"There are no message cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15547,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16203,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17525,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 790,
+ "length": 4,
+ "value": "64.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1500,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1506,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1516,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1855,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1910,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1978,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2022,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2074,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2163,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2213,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2343,
+ "length": 1,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3062,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3155,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3223,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3396,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3490,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3571,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3624,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3688,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3810,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3973,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4067,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4147,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4319,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4413,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4498,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4673,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4767,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4847,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4900,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4967,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5095,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5877,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5989,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7040,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4886,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 5132,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5186,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5474,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5484,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5492,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5503,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 9810,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10126,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10368,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10942,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/ChannelSettingItem\/SBUChannelSettingItem.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1048,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/ChannelSettingItem\/SBUChannelSettingItem.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1098,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 382,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 433,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 489,
+ "length": 5,
+ "value": "-16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 545,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 595,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1384,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1438,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1769,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1822,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2245,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2314,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 690,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 713,
+ "length": 2,
+ "value": "27"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 734,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 901,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1315,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1457,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2026,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3258,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateChannelModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4731,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5722,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 756,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1439,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1826,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2533,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2615,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2801,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2892,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2905,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2960,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3036,
+ "length": 4,
+ "value": "60.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3101,
+ "length": 4,
+ "value": "60.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3165,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3288,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3399,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3853,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "StringLiteral",
+ "offset": 5034,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1988,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2204,
+ "length": 4,
+ "value": "34.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2251,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3012,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3123,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3247,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3846,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3999,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4126,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4264,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4349,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4362,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4469,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4600,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4690,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4798,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4866,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5003,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5016,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 5027,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 5077,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7203,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7315,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "StringLiteral",
+ "offset": 936,
+ "length": 24,
+ "value": "\"SendbirdUIKit.SBUChannelInfoHeaderView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCollectionViewFlowLayout.swift",
+ "kind": "BooleanLiteral",
+ "offset": 382,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCollectionViewFlowLayout.swift",
+ "kind": "Array",
+ "offset": 654,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCollectionViewFlowLayout.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1057,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 835,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 850,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 934,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 940,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1176,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 1247,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1985,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2032,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2045,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2050,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2062,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2066,
+ "length": 3,
+ "value": "0xF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2073,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2084,
+ "length": 3,
+ "value": "0xF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2091,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2108,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2155,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2167,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2178,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2182,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2194,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2213,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2268,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2279,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2284,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2297,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2301,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2313,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2424,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2449,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2473,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2498,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 397,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 856,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 946,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 977,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1039,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1157,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1438,
+ "length": 3,
+ "value": "749"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1596,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1608,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1729,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1752,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1773,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1796,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "Dictionary",
+ "offset": 4264,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5139,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5480,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "Array",
+ "offset": 5552,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 293,
+ "length": 5,
+ "value": "219.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 301,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 315,
+ "length": 5,
+ "value": "209.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 323,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 336,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 348,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 401,
+ "length": 5,
+ "value": "194.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 409,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 423,
+ "length": 5,
+ "value": "169.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 431,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 444,
+ "length": 5,
+ "value": "250.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 452,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 466,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 519,
+ "length": 5,
+ "value": "116.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 527,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 541,
+ "length": 4,
+ "value": "45.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 548,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 561,
+ "length": 5,
+ "value": "221.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 569,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 583,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 636,
+ "length": 4,
+ "value": "98.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 643,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 657,
+ "length": 4,
+ "value": "17.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 664,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 677,
+ "length": 5,
+ "value": "200.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 685,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 699,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 752,
+ "length": 4,
+ "value": "73.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 759,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 773,
+ "length": 4,
+ "value": "19.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 780,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 793,
+ "length": 5,
+ "value": "137.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 801,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 815,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 900,
+ "length": 5,
+ "value": "168.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 908,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 922,
+ "length": 5,
+ "value": "226.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 930,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 943,
+ "length": 5,
+ "value": "171.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 951,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 965,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1020,
+ "length": 5,
+ "value": "105.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1028,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1042,
+ "length": 5,
+ "value": "192.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1050,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1063,
+ "length": 5,
+ "value": "133.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1071,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1085,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1140,
+ "length": 4,
+ "value": "37.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1147,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1161,
+ "length": 5,
+ "value": "156.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1169,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1182,
+ "length": 5,
+ "value": "114.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1190,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1204,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1259,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1265,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1279,
+ "length": 5,
+ "value": "125.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1287,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1300,
+ "length": 5,
+ "value": "105.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1308,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1322,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1377,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1383,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1397,
+ "length": 5,
+ "value": "104.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1405,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1418,
+ "length": 4,
+ "value": "88.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1425,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1439,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1527,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1539,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1597,
+ "length": 5,
+ "value": "238.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1605,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1619,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1677,
+ "length": 5,
+ "value": "224.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1685,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1699,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1757,
+ "length": 5,
+ "value": "189.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1765,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1779,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1837,
+ "length": 4,
+ "value": "57.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1844,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1858,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1916,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1923,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1937,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1995,
+ "length": 4,
+ "value": "22.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2002,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2016,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2074,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2086,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2168,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2180,
+ "length": 4,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2235,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2247,
+ "length": 4,
+ "value": "0.32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2331,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2343,
+ "length": 4,
+ "value": "0.88"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2398,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2410,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2464,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2476,
+ "length": 4,
+ "value": "0.38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2531,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2543,
+ "length": 4,
+ "value": "0.12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2625,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2637,
+ "length": 4,
+ "value": "0.88"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2691,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2703,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2756,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2768,
+ "length": 4,
+ "value": "0.38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2822,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2834,
+ "length": 4,
+ "value": "0.12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2912,
+ "length": 5,
+ "value": "253.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2920,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2934,
+ "length": 5,
+ "value": "170.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2942,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2955,
+ "length": 5,
+ "value": "170.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2963,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2977,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3028,
+ "length": 5,
+ "value": "246.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3036,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3050,
+ "length": 4,
+ "value": "97.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3057,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3070,
+ "length": 4,
+ "value": "97.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3077,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3091,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3142,
+ "length": 5,
+ "value": "222.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3150,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3164,
+ "length": 4,
+ "value": "54.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3171,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3184,
+ "length": 4,
+ "value": "11.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3191,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3205,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3256,
+ "length": 5,
+ "value": "191.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3264,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3278,
+ "length": 3,
+ "value": "7.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3284,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3297,
+ "length": 4,
+ "value": "17.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3304,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3318,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3369,
+ "length": 5,
+ "value": "157.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3377,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3391,
+ "length": 3,
+ "value": "9.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3397,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3410,
+ "length": 4,
+ "value": "30.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3417,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3431,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3517,
+ "length": 5,
+ "value": "173.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3525,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3539,
+ "length": 5,
+ "value": "201.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3547,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3560,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3572,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3650,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3662,
+ "length": 5,
+ "value": "242.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3670,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3683,
+ "length": 5,
+ "value": "182.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3691,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3705,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1102,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1702,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2304,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3419,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3429,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3437,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3448,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4182,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8263,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8921,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9506,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9840,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10276,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11053,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11086,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11089,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13260,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 13618,
+ "length": 59,
+ "value": "\"[Failed] Create channel request: There is no channel url.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14782,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15544,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "Dictionary",
+ "offset": 15833,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 484,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1363,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1512,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2129,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2283,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1163,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1201,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1352,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 1705,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 1993,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 2842,
+ "length": 39,
+ "value": "\"init(coder:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 3151,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3730,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3826,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3878,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4544,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4569,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4589,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4612,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4872,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4897,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4917,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4940,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5048,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5176,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5377,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5402,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5422,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5445,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5672,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5697,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5717,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5740,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5848,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5870,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6266,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9090,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9299,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10205,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10867,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10909,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10946,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11040,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13681,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13849,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13890,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14068,
+ "length": 3,
+ "value": "250"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14303,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14314,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14414,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14425,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14539,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 14864,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 15652,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15689,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15885,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15979,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16132,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16255,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16367,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16486,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16568,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 16717,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 16903,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17069,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17079,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17180,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17190,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17303,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17406,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 17630,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17663,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 18425,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18462,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18656,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18751,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18906,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19030,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19143,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19264,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19347,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 19498,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20107,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20858,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21621,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21956,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22016,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22912,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23145,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23639,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23772,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26361,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26601,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27195,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27327,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27834,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27900,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27980,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29419,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29494,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 29976,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30005,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30169,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30268,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30546,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30708,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30719,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30919,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31018,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31296,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31684,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32064,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32477,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32790,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32962,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33218,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33729,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 33854,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33909,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33942,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 33988,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35815,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37229,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37367,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38050,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38125,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 38684,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38713,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38877,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38976,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39258,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39422,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39433,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39675,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40057,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40461,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40738,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41013,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41448,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41838,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41917,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41992,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42593,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 43432,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 43862,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 45165,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45764,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 45896,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 45922,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 46084,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 46240,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 46517,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 47399,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 48171,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 48860,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 48887,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 49045,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 49205,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 49609,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50524,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 51239,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 52500,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 53376,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 53822,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 55176,
+ "length": 39,
+ "value": "\"init(coder:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 55702,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 55800,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 55944,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 56043,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 54472,
+ "length": 23,
+ "value": "\"SendbirdUIKit.MessageTemplateBaseView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 57332,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 57373,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 57458,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 57538,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 57580,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 59667,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 59741,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 60255,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60627,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 61176,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 61789,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 61927,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 62866,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 62936,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63034,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63117,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63199,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63285,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63675,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 64135,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 64479,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 65071,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 65806,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 66074,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 66843,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 66857,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 67457,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 67471,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 1095,
+ "length": 23,
+ "value": "\"SendbirdUIKit.MessageTemplateRenderer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 68656,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 69041,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 69098,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 69104,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 69582,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 69641,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 70155,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 70359,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 70458,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 70595,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 71043,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 71211,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 71217,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 72012,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2466,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3252,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3261,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3272,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3311,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3383,
+ "length": 2,
+ "value": "42"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3395,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3466,
+ "length": 2,
+ "value": "42"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3478,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3563,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3573,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3581,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3592,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3849,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3891,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4013,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4054,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4137,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4209,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4651,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5044,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5462,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5850,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6247,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6622,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 957,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1100,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2962,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2975,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2983,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2994,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3883,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4714,
+ "length": 22,
+ "value": "\"didSelectChannelInfo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4991,
+ "length": 30,
+ "value": "\"didSelectChannelParticipants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUMessageWebViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 786,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUMessageWebViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 815,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "Array",
+ "offset": 1611,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1916,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2215,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2758,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4093,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 5418,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7217,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7225,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7236,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8582,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8842,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9250,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10263,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10589,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10622,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10625,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14770,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15778,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "Array",
+ "offset": 16033,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16488,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 16543,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18232,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18602,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUStackView.swift",
+ "kind": "FloatLiteral",
+ "offset": 512,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 362,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 453,
+ "length": 27,
+ "value": "\"Class name couldn't find.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 696,
+ "length": 3,
+ "value": "\":\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 745,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 853,
+ "length": 27,
+ "value": "\"Class name couldn't find.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2557,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3257,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4782,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5505,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6059,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6117,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6181,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6234,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6245,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6299,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6310,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6378,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6445,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6457,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6554,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6563,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6631,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6643,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6734,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6744,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6783,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6892,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6900,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6953,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6964,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7861,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7914,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8635,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "StringLiteral",
+ "offset": 8772,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9094,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9138,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9322,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9439,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "StringLiteral",
+ "offset": 9493,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9762,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9816,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11072,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11287,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11505,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12117,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12150,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12363,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12396,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12609,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12649,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12689,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12730,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 1826,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1865,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2834,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4557,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4884,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6364,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6622,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7878,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7926,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7940,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9130,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 9402,
+ "length": 8,
+ "value": "\"thumb_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12873,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14043,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14296,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 246,
+ "length": 15,
+ "value": "\"Group Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 300,
+ "length": 14,
+ "value": "\"Open Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1367,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1407,
+ "length": 5,
+ "value": "\"svg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1489,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1542,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1664,
+ "length": 7,
+ "value": "\"voice\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1781,
+ "length": 5,
+ "value": "\"pdf\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 2005,
+ "length": 3,
+ "value": "\";\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2039,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 2104,
+ "length": 3,
+ "value": "\"=\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 2949,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 2989,
+ "length": 5,
+ "value": "\"svg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3096,
+ "length": 6,
+ "value": "\"jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3121,
+ "length": 5,
+ "value": "\"png\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3229,
+ "length": 5,
+ "value": "\"gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3358,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3453,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3575,
+ "length": 7,
+ "value": "\"voice\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 4728,
+ "length": 4,
+ "value": "\", \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7735,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7811,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8341,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8381,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8960,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9000,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 9360,
+ "length": 10,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9413,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "FloatLiteral",
+ "offset": 9451,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10005,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10009,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10784,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11364,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11371,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11404,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11412,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 11452,
+ "length": 11,
+ "value": "\"%02d:%02d\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 695,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 741,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1048,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1074,
+ "length": 3,
+ "value": "-12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1096,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1119,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1176,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1312,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1338,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1360,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1383,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 1748,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2160,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2302,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2537,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 842,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 27,
+ "value": "\"messages_after_submission\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 842,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 27,
+ "value": "\"messages_after_submission\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1195,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1264,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1560,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1708,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1760,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1798,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1829,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3980,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4030,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4061,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4139,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4246,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4342,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4369,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4466,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4524,
+ "length": 12,
+ "value": "\"input_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4466,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4524,
+ "length": 12,
+ "value": "\"input_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "Array",
+ "offset": 5927,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6439,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 7923,
+ "length": 81,
+ "value": "\"This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "Array",
+ "offset": 8652,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 9450,
+ "length": 81,
+ "value": "\"This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 11667,
+ "length": 81,
+ "value": "\"This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 339,
+ "length": 8,
+ "value": "\"Cancel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 375,
+ "length": 4,
+ "value": "\"OK\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 7,
+ "value": "\"Retry\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 447,
+ "length": 6,
+ "value": "\"Save\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 483,
+ "length": 6,
+ "value": "\"Copy\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 521,
+ "length": 8,
+ "value": "\"Delete\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 559,
+ "length": 6,
+ "value": "\"Edit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 597,
+ "length": 8,
+ "value": "\"Remove\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 637,
+ "length": 8,
+ "value": "\"Camera\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 688,
+ "length": 15,
+ "value": "\"Photo library\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 737,
+ "length": 7,
+ "value": "\"Files\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 777,
+ "length": 12,
+ "value": "\"Loading...\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 821,
+ "length": 8,
+ "value": "\"Invite\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 864,
+ "length": 12,
+ "value": "\"Take photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 14,
+ "value": "\"Choose photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 964,
+ "length": 14,
+ "value": "\"Remove photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1015,
+ "length": 14,
+ "value": "\"View library\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1061,
+ "length": 8,
+ "value": "\"Search\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1103,
+ "length": 10,
+ "value": "\"Settings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1144,
+ "length": 7,
+ "value": "\"Reply\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1183,
+ "length": 8,
+ "value": "\"Submit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1265,
+ "length": 34,
+ "value": "\"Are you sure you want to delete?\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1393,
+ "length": 41,
+ "value": "\"Do you want to delete all \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1425,
+ "length": 6,
+ "value": "\" photos?\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1491,
+ "length": 41,
+ "value": "\"Please allow camera usage from settings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1589,
+ "length": 34,
+ "value": "\"Please Allow PhotoLibrary Access\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1688,
+ "length": 60,
+ "value": "\"PhotoLibrary access required to get your photos and videos\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1872,
+ "length": 45,
+ "value": "\"Please allow microphone usage from settings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1985,
+ "length": 11,
+ "value": "\"Yesterday\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2092,
+ "length": 8,
+ "value": "\"%lld%@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2122,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2127,
+ "length": 7,
+ "value": "\"years\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2137,
+ "length": 6,
+ "value": "\"year\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2245,
+ "length": 8,
+ "value": "\"%lld%@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2275,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2280,
+ "length": 6,
+ "value": "\"days\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2289,
+ "length": 5,
+ "value": "\"day\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2398,
+ "length": 11,
+ "value": "\"%lldmonth\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2522,
+ "length": 7,
+ "value": "\"%lldh\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2641,
+ "length": 7,
+ "value": "\"%lldm\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2699,
+ "length": 5,
+ "value": "\"ago\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2737,
+ "length": 4,
+ "value": "\"on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2820,
+ "length": 10,
+ "value": "\"Channels\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2885,
+ "length": 18,
+ "value": "\"uploaded a file.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2973,
+ "length": 15,
+ "value": "\"Group Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3037,
+ "length": 14,
+ "value": "\"(No members)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3100,
+ "length": 11,
+ "value": "\"Last seen\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3407,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3446,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3490,
+ "length": 8,
+ "value": "\"Member\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3533,
+ "length": 17,
+ "value": "\"%@ is typing...\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3575,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3615,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3645,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3659,
+ "length": 8,
+ "value": "\"Member\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3705,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3735,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3749,
+ "length": 8,
+ "value": "\"Member\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3792,
+ "length": 25,
+ "value": "\"%@ and %@ are typing...\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3877,
+ "length": 30,
+ "value": "\"Several people are typing...\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3978,
+ "length": 13,
+ "value": "\"File saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4046,
+ "length": 27,
+ "value": "\"Couldn’t download file.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4124,
+ "length": 23,
+ "value": "\"Couldn’t open file.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4197,
+ "length": 17,
+ "value": "\"uploaded a file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4323,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4345,
+ "length": 15,
+ "value": "\"1 new message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4374,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4378,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4401,
+ "length": 23,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4410,
+ "length": 3,
+ "value": "\" new messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4438,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4465,
+ "length": 18,
+ "value": "\"99+ new messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4520,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4591,
+ "length": 16,
+ "value": "\"Channel frozen\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4691,
+ "length": 14,
+ "value": "\"Open Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4756,
+ "length": 14,
+ "value": "\"Participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4891,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4913,
+ "length": 15,
+ "value": "\"1 participant\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4965,
+ "length": 23,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4974,
+ "length": 12,
+ "value": "\" participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5194,
+ "length": 44,
+ "value": "\"SENDBIRD_NOTIFICATION_CHANNEL_NOTIFICATION\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5531,
+ "length": 59,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5579,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5589,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5732,
+ "length": 15,
+ "value": "\"Notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5833,
+ "length": 21,
+ "value": "\"Channel information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5907,
+ "length": 13,
+ "value": "\"Change name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5974,
+ "length": 22,
+ "value": "\"Change channel image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6052,
+ "length": 12,
+ "value": "\"Enter name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6128,
+ "length": 20,
+ "value": "\"Enter channel name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6203,
+ "length": 15,
+ "value": "\"Notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6276,
+ "length": 4,
+ "value": "\"On\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6339,
+ "length": 5,
+ "value": "\"Off\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6414,
+ "length": 15,
+ "value": "\"Mentions only\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6489,
+ "length": 9,
+ "value": "\"Members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6558,
+ "length": 14,
+ "value": "\"Participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6686,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6708,
+ "length": 9,
+ "value": "\"members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6754,
+ "length": 18,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6763,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6835,
+ "length": 15,
+ "value": "\"Leave channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6898,
+ "length": 16,
+ "value": "\"Delete channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6976,
+ "length": 17,
+ "value": "\"Delete channel?\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7053,
+ "length": 47,
+ "value": "\"Once deleted, this channel can't be restored.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7148,
+ "length": 19,
+ "value": "\"Search in channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7225,
+ "length": 13,
+ "value": "\"Moderations\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7289,
+ "length": 11,
+ "value": "\"Operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7355,
+ "length": 15,
+ "value": "\"Muted members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7430,
+ "length": 20,
+ "value": "\"Muted participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7513,
+ "length": 14,
+ "value": "\"Banned users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7583,
+ "length": 16,
+ "value": "\"Freeze channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7649,
+ "length": 5,
+ "value": "\"URL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7752,
+ "length": 15,
+ "value": "\"Notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7831,
+ "length": 15,
+ "value": "\"Notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7900,
+ "length": 18,
+ "value": "\"All new messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7982,
+ "length": 15,
+ "value": "\"Mentions only\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8067,
+ "length": 100,
+ "value": "\"Turn on push notifications if you wish to be notified when messages are delivered to this channel.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8252,
+ "length": 15,
+ "value": "\"Enter message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8322,
+ "length": 37,
+ "value": "\"Chat is unavailable in this channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8408,
+ "length": 15,
+ "value": "\"You are muted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8472,
+ "length": 18,
+ "value": "\"Reply to message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8599,
+ "length": 35,
+ "value": "\"Reply to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8633,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8698,
+ "length": 7,
+ "value": "\"Photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8761,
+ "length": 5,
+ "value": "\"GIF\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8824,
+ "length": 7,
+ "value": "\"Video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8895,
+ "length": 10,
+ "value": "\"(edited)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8945,
+ "length": 16,
+ "value": "\"System message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9008,
+ "length": 24,
+ "value": "\"(Unknown message type)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9085,
+ "length": 26,
+ "value": "\"Can't read this message.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9242,
+ "length": 56,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9261,
+ "length": 7,
+ "value": "\" replied to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9297,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9341,
+ "length": 5,
+ "value": "\"You\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9533,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9555,
+ "length": 9,
+ "value": "\"1 reply\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9578,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9582,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9605,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9626,
+ "length": 7,
+ "value": "\" replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9649,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9689,
+ "length": 13,
+ "value": "\"99+ replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9705,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9726,
+ "length": 7,
+ "value": "\" replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9772,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9879,
+ "length": 52,
+ "value": "\"Couldn't find the original message for this reply.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10004,
+ "length": 21,
+ "value": "\"Message unavailable\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10182,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10329,
+ "length": 26,
+ "value": "\"+\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10354,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10402,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10428,
+ "length": 5,
+ "value": "\"+99\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10470,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10575,
+ "length": 18,
+ "value": "\"(Template error)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10655,
+ "length": 31,
+ "value": "\"Can't read this notification.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10751,
+ "length": 13,
+ "value": "\"No channels\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10807,
+ "length": 13,
+ "value": "\"No messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10868,
+ "length": 18,
+ "value": "\"No notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10926,
+ "length": 10,
+ "value": "\"No users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10984,
+ "length": 18,
+ "value": "\"No muted members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11055,
+ "length": 23,
+ "value": "\"No muted participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11125,
+ "length": 17,
+ "value": "\"No banned users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11187,
+ "length": 18,
+ "value": "\"No results found\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11242,
+ "length": 22,
+ "value": "\"Something went wrong\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11405,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11427,
+ "length": 8,
+ "value": "\"Create\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11472,
+ "length": 17,
+ "value": "\"Create \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11488,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11557,
+ "length": 13,
+ "value": "\"New Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11631,
+ "length": 16,
+ "value": "\"Select members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11707,
+ "length": 21,
+ "value": "\"New channel profile\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11818,
+ "length": 8,
+ "value": "\"Create\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11882,
+ "length": 13,
+ "value": "\"New channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11963,
+ "length": 20,
+ "value": "\"Enter channel name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12066,
+ "length": 14,
+ "value": "\"Invite users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12139,
+ "length": 14,
+ "value": "\"Select users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12285,
+ "length": 8,
+ "value": "\"Invite\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12330,
+ "length": 17,
+ "value": "\"Invite \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12346,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12475,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12497,
+ "length": 10,
+ "value": "\"Register\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12544,
+ "length": 19,
+ "value": "\"Register \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12562,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12642,
+ "length": 7,
+ "value": "\"(You)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12687,
+ "length": 5,
+ "value": "\"Ban\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12732,
+ "length": 7,
+ "value": "\"Unban\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12778,
+ "length": 6,
+ "value": "\"Mute\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12825,
+ "length": 8,
+ "value": "\"Unmute\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12887,
+ "length": 21,
+ "value": "\"Unregister operator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12960,
+ "length": 22,
+ "value": "\"Register as operator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13030,
+ "length": 9,
+ "value": "\"Members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13089,
+ "length": 11,
+ "value": "\"Operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
"offset": 13154,
"length": 15,
- "value": "\"Muted members\""
+ "value": "\"Muted members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13228,
+ "length": 20,
+ "value": "\"Muted Participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13310,
+ "length": 14,
+ "value": "\"Banned users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13377,
+ "length": 14,
+ "value": "\"Participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13454,
+ "length": 11,
+ "value": "\"(No name)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13504,
+ "length": 10,
+ "value": "\"Operator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13598,
+ "length": 10,
+ "value": "\"Operator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13657,
+ "length": 8,
+ "value": "\"Member\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13709,
+ "length": 9,
+ "value": "\"User ID\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13763,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13818,
+ "length": 10,
+ "value": "\"Register\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13876,
+ "length": 12,
+ "value": "\"Unregister\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13930,
+ "length": 6,
+ "value": "\"Mute\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13980,
+ "length": 8,
+ "value": "\"Unmute\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14029,
+ "length": 5,
+ "value": "\"Ban\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14110,
+ "length": 7,
+ "value": "\"Group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14165,
+ "length": 13,
+ "value": "\"Super group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14225,
+ "length": 11,
+ "value": "\"Broadcast\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14309,
+ "length": 12,
+ "value": "\"(optional)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14379,
+ "length": 24,
+ "value": "\"Please check the value\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14490,
+ "length": 40,
+ "value": "\"Provide additional feedback (optional)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14594,
+ "length": 17,
+ "value": "\"Leave a comment\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14668,
+ "length": 14,
+ "value": "\"Edit comment\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14733,
+ "length": 17,
+ "value": "\"Remove feedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14806,
+ "length": 22,
+ "value": "\"Successfully changed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14935,
+ "length": 3,
+ "value": "\"@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15050,
+ "length": 95,
+ "value": "\"You can mention up to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15121,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15124,
+ "length": 5,
+ "value": "\" times per message. \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15321,
+ "length": 17,
+ "value": "\"Reply in thread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15441,
+ "length": 17,
+ "value": "\"Reply in thread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15505,
+ "length": 17,
+ "value": "\"Reply to thread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15611,
+ "length": 8,
+ "value": "\"Thread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15842,
+ "length": 8,
+ "value": "\"Cancel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 16100,
+ "length": 20,
+ "value": "\"Channel is frozen.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 16324,
+ "length": 31,
+ "value": "\"You're muted by the operator.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 16570,
+ "length": 15,
+ "value": "\"Voice message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17188,
+ "length": 15,
+ "value": "\"Voice message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17319,
+ "length": 15,
+ "value": "\"Voice_message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17577,
+ "length": 7,
+ "value": "\"Photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17621,
+ "length": 5,
+ "value": "\"GIF\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17665,
+ "length": 7,
+ "value": "\"Video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17711,
+ "length": 7,
+ "value": "\"Audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17757,
+ "length": 15,
+ "value": "\"Voice message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17810,
+ "length": 6,
+ "value": "\"File\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17863,
+ "length": 7,
+ "value": "\"Photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 18092,
+ "length": 67,
+ "value": "\"The maximum size per file is \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 18155,
+ "length": 2,
+ "value": "\"MB.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 369,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 464,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 676,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 711,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 868,
+ "length": 4,
+ "value": "-0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 999,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1142,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1361,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1396,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1688,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1908,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1943,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2234,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2453,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2488,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2776,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2992,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3027,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3329,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3553,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3588,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3750,
+ "length": 4,
+ "value": "0.38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3888,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4110,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4145,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 4307,
+ "length": 4,
+ "value": "-0.4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 4445,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4667,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4702,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 4975,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5195,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5230,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 5532,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5754,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5789,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 6067,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6292,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6327,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 6602,
+ "length": 4,
+ "value": "11.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6824,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6859,
+ "length": 2,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 7137,
+ "length": 4,
+ "value": "11.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7362,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7397,
+ "length": 2,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 7722,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7948,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7983,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8147,
+ "length": 4,
+ "value": "-0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8288,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8515,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8550,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8714,
+ "length": 4,
+ "value": "-0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8855,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9082,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9117,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 9281,
+ "length": 4,
+ "value": "-0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "Array",
+ "offset": 1042,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "Array",
+ "offset": 1126,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2279,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2970,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4494,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4504,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4512,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4523,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6212,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6245,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6248,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9021,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9719,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10308,
+ "length": 59,
+ "value": "\"[Failed] Create channel request: There is no channel url.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 5629,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6789,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 421,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 471,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "FloatLiteral",
+ "offset": 789,
+ "length": 3,
+ "value": "0.4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 827,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1037,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1766,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1793,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1817,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1844,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2030,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2042,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2080,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2092,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2215,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2263,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2639,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2686,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2775,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2866,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 3935,
+ "length": 42,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 3976,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5239,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 5291,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5669,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 351,
+ "length": 3,
+ "value": "136"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 399,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 446,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 497,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 546,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 660,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 774,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1135,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1501,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1740,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1844,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1988,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2092,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3033,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3808,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4219,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4276,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4336,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4392,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4566,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4628,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4810,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4878,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5041,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5101,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/MemberList\/SBUMemberListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5205,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/MemberList\/SBUMemberListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7940,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/ChatSDK\/MultipleFilesMessage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 648,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 228,
+ "length": 3,
+ "value": "244"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 3,
+ "value": "240"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 297,
+ "length": 3,
+ "value": "160"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 350,
+ "length": 3,
+ "value": "240"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 363,
+ "length": 3,
+ "value": "160"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 433,
+ "length": 3,
+ "value": "156"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 446,
+ "length": 3,
+ "value": "104"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 515,
+ "length": 3,
+ "value": "136"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 528,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 3,
+ "value": "311"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 613,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 677,
+ "length": 3,
+ "value": "311"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 690,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 750,
+ "length": 5,
+ "value": "144.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 765,
+ "length": 4,
+ "value": "38.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 823,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 837,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 897,
+ "length": 4,
+ "value": "38.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 911,
+ "length": 4,
+ "value": "38.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 977,
+ "length": 5,
+ "value": "144.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 992,
+ "length": 4,
+ "value": "38.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1052,
+ "length": 3,
+ "value": "244"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1120,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1132,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1171,
+ "length": 42,
+ "value": "\"https:\/\/static.sendbird.com\/sample\/cover\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1254,
+ "length": 10,
+ "value": "\"sb_uikit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1304,
+ "length": 20,
+ "value": "\"com.sendbird.uikit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1378,
+ "length": 44,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1398,
+ "length": 1,
+ "value": "\".delegate.channel.group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1470,
+ "length": 43,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1490,
+ "length": 1,
+ "value": "\".delegate.channel.open\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1561,
+ "length": 43,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1581,
+ "length": 1,
+ "value": "\".delegate.channel.feed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1656,
+ "length": 41,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1676,
+ "length": 1,
+ "value": "\".delegate.connection\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1734,
+ "length": 15,
+ "value": "\"SBUAppVersion\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1789,
+ "length": 11,
+ "value": "\"audio\/m4a\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1849,
+ "length": 16,
+ "value": "\"sbu_type=voice\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1907,
+ "length": 28,
+ "value": "\"KEY_VOICE_MESSAGE_DURATION\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1976,
+ "length": 27,
+ "value": "\"KEY_INTERNAL_MESSAGE_TYPE\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 2109,
+ "length": 41,
+ "value": "\"com.sendbird.uikit.groupchannel.message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2239,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2281,
+ "length": 3,
+ "value": "102"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 580,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 628,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 771,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 802,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 838,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1003,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1142,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "FloatLiteral",
+ "offset": 1794,
+ "length": 3,
+ "value": "0.4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1845,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2764,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3562,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3949,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3983,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4121,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4398,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "FloatLiteral",
+ "offset": 4444,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4504,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4515,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4674,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5071,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5693,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6355,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "FloatLiteral",
+ "offset": 8795,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "FloatLiteral",
+ "offset": 9186,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 939,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "Array",
+ "offset": 1198,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2798,
+ "length": 46,
+ "value": "\"Requires a channel object for message search\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2852,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3670,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4580,
+ "length": 29,
+ "value": "\"Keyword shouldn't be empty.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4716,
+ "length": 15,
+ "value": "\"Same keyword.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4791,
+ "length": 42,
+ "value": "\"new search keyword : [\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4831,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5030,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5153,
+ "length": 56,
+ "value": "\"query : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5208,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5432,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5497,
+ "length": 20,
+ "value": "\"loading next page.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5710,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5830,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6368,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 515,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1538,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/UserList\/SBUBaseSelectUserViewController.Deprecated.swift",
+ "kind": "Array",
+ "offset": 2306,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/UserList\/SBUBaseSelectUserViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7646,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1910,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2469,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2994,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3044,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3440,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 831,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 854,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 903,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "StringLiteral",
+ "offset": 1139,
+ "length": 39,
+ "value": "\"init(coder:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1723,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1747,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1772,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1798,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "StringLiteral",
+ "offset": 178,
+ "length": 15,
+ "value": "\"SendbirdUIKit.SBUPaddingLabel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 518,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 846,
+ "length": 5,
+ "value": "10001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2076,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2410,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3029,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3790,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3848,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4520,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4542,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4553,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1089,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1338,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1567,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "StringLiteral",
+ "offset": 2102,
+ "length": 24,
+ "value": "\"UIRemoteKeyboardWindow\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2660,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2738,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2744,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2916,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4052,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5272,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "FloatLiteral",
+ "offset": 5340,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5380,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5720,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5757,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5978,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6154,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6352,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7211,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7252,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7526,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "Array",
+ "offset": 1281,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1436,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1793,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1946,
+ "length": 3,
+ "value": "-12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2007,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2145,
+ "length": 3,
+ "value": "311"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2346,
+ "length": 3,
+ "value": "311"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3846,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4065,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4404,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4596,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4635,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4747,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4853,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4950,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5016,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5052,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5185,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5241,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5343,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6371,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1312,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "StringLiteral",
+ "offset": 1641,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1692,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1721,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 1763,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 1935,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 1972,
+ "length": 4,
+ "value": "64.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3752,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3758,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3844,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3850,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4320,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4331,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 4745,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 4786,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 4839,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5617,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 434,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 953,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 957,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2566,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2640,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2646,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2838,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3433,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4712,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5380,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5822,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6120,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6307,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6456,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6462,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6742,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6786,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6890,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7309,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7314,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7381,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7714,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7863,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7869,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8482,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "StringLiteral",
+ "offset": 8759,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8965,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9038,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9671,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9889,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10184,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "StringLiteral",
+ "offset": 11233,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "StringLiteral",
+ "offset": 11271,
+ "length": 40,
+ "value": "\"https:\/\/sendbird.com\/main\/img\/profiles\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "StringLiteral",
+ "offset": 11334,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 606,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 720,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 841,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 961,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1607,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2343,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2710,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 2965,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 3170,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3381,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Array",
+ "offset": 3463,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 3570,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 3738,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3939,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4078,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 2943,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "Array",
+ "offset": 4540,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5031,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5776,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6423,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 395,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 426,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 867,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 921,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1252,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1305,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1167,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1112,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1558,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "StringLiteral",
+ "offset": 729,
+ "length": 11,
+ "value": "\"SendbirdUIKit.SBUMenuItem\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "Array",
+ "offset": 2542,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2674,
+ "length": 5,
+ "value": "180.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2710,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2745,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2779,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2814,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2854,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2903,
+ "length": 4,
+ "value": "15.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2950,
+ "length": 4,
+ "value": "36.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3086,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4796,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4831,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 5745,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5770,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5914,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5951,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6003,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6189,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6657,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6686,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6728,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6781,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6814,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "Array",
+ "offset": 7252,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8238,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8368,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9445,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9466,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9531,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "Array",
+ "offset": 9722,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10258,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10270,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10702,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10772,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10783,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10830,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10877,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10923,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 6155,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2251,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4536,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4541,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4566,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4571,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6437,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6450,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6458,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6469,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7933,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1759,
+ "length": 32,
+ "value": "\"SendbirdUIKit.SBUSelectablePhotoViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8761,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9254,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9258,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9299,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9501,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9705,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10218,
+ "length": 5,
+ "value": "\"jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10255,
+ "length": 118,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10348,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10355,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10372,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11048,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11798,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12459,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 12598,
+ "length": 15,
+ "value": "\"not supported\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12654,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1194,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1239,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1259,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1648,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1693,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1713,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 2288,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2911,
+ "length": 26,
+ "value": "\"[Request] Channel update\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2987,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3138,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3310,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3969,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4149,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 537,
+ "length": 31,
+ "value": "\"SendbirdUIKit.SBUOpenChannelSettingsViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "StringLiteral",
+ "offset": 463,
+ "length": 21,
+ "value": "\"com.sendbird.atomic\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1642,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1992,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2890,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3705,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3728,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3705,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3728,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3705,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3728,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2900,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 3617,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 3741,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4109,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4200,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5075,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5123,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5169,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5210,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5395,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5436,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5617,
+ "length": 65,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5661,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5681,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5840,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6019,
+ "length": 65,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6063,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6083,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7680,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 7716,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8533,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8597,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 8641,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9844,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10572,
+ "length": 29,
+ "value": "\"[Request] Send user message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11265,
+ "length": 40,
+ "value": "\"A filtered user message has been sent.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11370,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11776,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12987,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13035,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13049,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13691,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14481,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14951,
+ "length": 79,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14983,
+ "length": 1,
+ "value": "\";\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15029,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15475,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16152,
+ "length": 29,
+ "value": "\"[Request] Send file message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16270,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16344,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16474,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16519,
+ "length": 56,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16557,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16574,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16638,
+ "length": 39,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16676,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17222,
+ "length": 72,
+ "value": "\"File message transfer progress: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17267,
+ "length": 1,
+ "value": "\" - \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17293,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18269,
+ "length": 56,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18307,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18324,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18361,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18373,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18390,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19403,
+ "length": 40,
+ "value": "\"A filtered file message has been sent.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19508,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19806,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20367,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 20411,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22031,
+ "length": 31,
+ "value": "\"[Request] Update user message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22853,
+ "length": 38,
+ "value": "\"[Request] Resend failed user message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23640,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23678,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24100,
+ "length": 38,
+ "value": "\"[Request] Resend failed file message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25102,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25140,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25899,
+ "length": 50,
+ "value": "\"[Request] Delete message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25948,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27253,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27372,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27521,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28074,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28134,
+ "length": 94,
+ "value": "\"First : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28181,
+ "length": 1,
+ "value": "\", Last : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28227,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28268,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29521,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29733,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30979,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 32043,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 32091,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35449,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35610,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36530,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 37016,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37303,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37448,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37587,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38054,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 38462,
+ "length": 24,
+ "value": "\"[Request] Add Reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39109,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39179,
+ "length": 49,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39215,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39218,
+ "length": 8,
+ "value": "\" reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39607,
+ "length": 27,
+ "value": "\"[Request] Delete Reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39845,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39899,
+ "length": 49,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39935,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39938,
+ "length": 8,
+ "value": "\" reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40516,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40713,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41168,
+ "length": 41,
+ "value": "\"flushing cache with : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41208,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41579,
+ "length": 26,
+ "value": "\"Did succeed reconnection\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41725,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41782,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42210,
+ "length": 38,
+ "value": "\"Did receive user message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42247,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42303,
+ "length": 38,
+ "value": "\"Did receive file message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42340,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42397,
+ "length": 39,
+ "value": "\"Did receive admin message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42435,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 277,
+ "length": 14,
+ "value": "[\"\", \"K\", \"M\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 341,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 375,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 415,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 449,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 480,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 530,
+ "length": 53,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 548,
+ "length": 6,
+ "value": "\"%.1f\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 571,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 582,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 622,
+ "length": 4,
+ "value": "\".0\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 634,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 402,
+ "length": 3,
+ "value": "164"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 458,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 514,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 568,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 625,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 681,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 733,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1430,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1474,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1587,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1643,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2174,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2673,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2719,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 363,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1576,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 812,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1086,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2715,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2727,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2751,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3009,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3031,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3075,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3097,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3199,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3531,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3598,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3650,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3978,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3988,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3996,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4007,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4274,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4495,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5033,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5132,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5378,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6520,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6725,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6818,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7246,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7283,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7359,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7415,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7640,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7692,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7765,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 221,
+ "length": 26,
+ "value": "\"SendbirdUIKit.SBUEmojiListViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1376,
+ "length": 3,
+ "value": "1.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "StringLiteral",
+ "offset": 740,
+ "length": 16,
+ "value": "\"SendbirdUIKit.SBUToastViewItem\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2664,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2760,
+ "length": 4,
+ "value": "0.64"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2796,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2847,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2857,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2869,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2880,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2914,
+ "length": 4,
+ "value": "48.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2966,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2976,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2988,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2999,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3058,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3068,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3080,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3091,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3183,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3807,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4510,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4709,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5462,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5705,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5802,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6032,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6105,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6356,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6403,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6415,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7282,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7657,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7667,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7675,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7686,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8273,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8433,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8726,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8761,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8815,
+ "length": 4,
+ "value": "0.15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8885,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9016,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9076,
+ "length": 3,
+ "value": "1.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9361,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9443,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9505,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9548,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9589,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9651,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9729,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9913,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1426,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2025,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2341,
+ "length": 27,
+ "value": "\"Cannot use `init(coder:)`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2656,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3632,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4601,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4905,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5070,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5115,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5482,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 5532,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6591,
+ "length": 45,
+ "value": "\"Unread message count: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6635,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8213,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8342,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8620,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8671,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8767,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10556,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10582,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10606,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11831,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11864,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11867,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12592,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12673,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12802,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12814,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12893,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12905,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13059,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13104,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14005,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14068,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15165,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15800,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15871,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15929,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17170,
+ "length": 63,
+ "value": "\"Fetched : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17203,
+ "length": 1,
+ "value": "\", keepScroll : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17232,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17376,
+ "length": 30,
+ "value": "\"Fetched empty notifications.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17663,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 18633,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21315,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21608,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21712,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22073,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22126,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22888,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22947,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23184,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23339,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23742,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 24560,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24785,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25003,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25520,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 305,
+ "length": 40,
+ "value": "\"SendbirdUIKit.SBUChatNotificationChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1884,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2429,
+ "length": 31,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2459,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6479,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6732,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7117,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7402,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7658,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7709,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7805,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9076,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9142,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9198,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9252,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9307,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9685,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9838,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9994,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10070,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10125,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10178,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10232,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10381,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10454,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10517,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10578,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10640,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10856,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11039,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11216,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11396,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11479,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11541,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11601,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11662,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12187,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12427,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12544,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12621,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12680,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12720,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13579,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13641,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 14302,
+ "length": 30,
+ "value": "\"listComponent is not set up.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15661,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15821,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15856,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15904,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15950,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16726,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17283,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17414,
+ "length": 75,
+ "value": "\"Up to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17471,
+ "length": 3,
+ "value": "\" can be attached.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17589,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19682,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19804,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20016,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20811,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Array",
+ "offset": 21569,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22561,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Array",
+ "offset": 22731,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23304,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23509,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23687,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24066,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24373,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24605,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Dictionary",
+ "offset": 25012,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25173,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25579,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26038,
+ "length": 37,
+ "value": "\"Failed to read video file. \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26074,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26122,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27473,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27717,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 28343,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28487,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28542,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28968,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29112,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Array",
+ "offset": 31548,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 33738,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 33748,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 33822,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34274,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35091,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36228,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36274,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 36574,
+ "length": 79,
+ "value": "\"There is no cached linked message. Reloads messages based on linked messages.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36816,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36964,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37064,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 37207,
+ "length": 62,
+ "value": "\"The cell for row at \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 37240,
+ "length": 2,
+ "value": "\" is not `SBUBaseMessageCell`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41240,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41294,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41659,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41713,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42225,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42273,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42559,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 45842,
+ "length": 30,
+ "value": "\"Record permission was denied\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Array",
+ "offset": 46877,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 47300,
+ "length": 79,
+ "value": "\"There is no cached linked message. Reloads messages based on linked messages.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47517,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 47693,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47784,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 29,
+ "value": "\"SendbirdUIKit.SBUGroupChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 29,
+ "value": "\"SendbirdUIKit.SBUGroupChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1106,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1484,
+ "length": 2,
+ "value": "-5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1497,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1510,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1521,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1615,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1655,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1695,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1770,
+ "length": 2,
+ "value": "-3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1783,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1796,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1807,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1850,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1889,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1962,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1974,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1987,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1998,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2041,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2080,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2228,
+ "length": 2,
+ "value": "-5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2241,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2254,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2265,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2338,
+ "length": 2,
+ "value": "-3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2351,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2364,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2375,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2446,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2458,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2471,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2482,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3886,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4013,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4778,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4863,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4917,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5010,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5055,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5100,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5187,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 5192,
+ "length": 4,
+ "value": "\"99\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5274,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 5279,
+ "length": 5,
+ "value": "\"99+\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5954,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5958,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 353,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 441,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 464,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 485,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 569,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 581,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Unavailable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 757,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Unavailable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5938,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 3195,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5298,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 5350,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 5473,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5696,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5844,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5886,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6038,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7005,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 7057,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 7237,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7595,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7743,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7785,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8765,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9571,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 9620,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9656,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9736,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10704,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10764,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10796,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11163,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11220,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11454,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "Array",
+ "offset": 11717,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 955,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1659,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1669,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1677,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1688,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 683,
+ "length": 6,
+ "value": "\"file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4438,
+ "length": 25,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4450,
+ "length": 1,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4462,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4508,
+ "length": 35,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4520,
+ "length": 1,
+ "value": "\"\/File.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4542,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "Array",
+ "offset": 887,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3940,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4111,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4501,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4691,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4704,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4712,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4723,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 372,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "FloatLiteral",
+ "offset": 734,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2840,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 2858,
+ "length": 20,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 2877,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3550,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3606,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3620,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4444,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4642,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4704,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4714,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4829,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4847,
+ "length": 20,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4866,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 5858,
+ "length": 9,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 5945,
+ "length": 9,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 5962,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 6054,
+ "length": 8,
+ "value": "\"thumb_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 6070,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6820,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7147,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7415,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7427,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7444,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7490,
+ "length": 13,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7502,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8173,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8346,
+ "length": 53,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8357,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8378,
+ "length": 3,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8384,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8387,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8398,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1470,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1632,
+ "length": 5,
+ "value": "270.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1674,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1717,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1757,
+ "length": 4,
+ "value": "32.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1797,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1839,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1874,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1909,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1949,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1984,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2018,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2053,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2093,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2134,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2230,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3117,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "StringLiteral",
+ "offset": 3229,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3286,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4353,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "StringLiteral",
+ "offset": 4453,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4504,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4904,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6434,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6491,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6789,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8086,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8670,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9538,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9544,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9554,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9565,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "StringLiteral",
+ "offset": 9910,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10290,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10304,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10361,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10555,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10594,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11342,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 11683,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11691,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11731,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12573,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13199,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13211,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13690,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13701,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 14300,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14329,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 14380,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 14427,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14647,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14794,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 16154,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16342,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 16472,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
+ "kind": "FloatLiteral",
+ "offset": 332,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1460,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
+ "kind": "StringLiteral",
+ "offset": 205,
+ "length": 12,
+ "value": "\"SendbirdUIKit.SBUDebouncer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1140,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "Array",
+ "offset": 1411,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "Array",
+ "offset": 1487,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "Array",
+ "offset": 1798,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2312,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3566,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3571,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3876,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4110,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4186,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4512,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4596,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4757,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5640,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6186,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "Array",
+ "offset": 6367,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6452,
+ "length": 21,
+ "value": "\"[Request] User List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6516,
+ "length": 26,
+ "value": "\"[Request] Next user List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6646,
+ "length": 50,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6661,
+ "length": 10,
+ "value": "\" customized users have been added.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6740,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8071,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8112,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8174,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8205,
+ "length": 29,
+ "value": "\"All users have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8467,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8533,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8671,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8814,
+ "length": 33,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8840,
+ "length": 5,
+ "value": "\" users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9096,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9158,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9572,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9866,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10003,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10124,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10129,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10261,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10571,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11483,
+ "length": 36,
+ "value": "\"Cannot create the memberListQuery.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11527,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11610,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11804,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11845,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11907,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11938,
+ "length": 31,
+ "value": "\"All members have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12206,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12272,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12410,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12566,
+ "length": 37,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12594,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12867,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13767,
+ "length": 41,
+ "value": "\"Cannot create the participantListQuery.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13816,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13899,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14098,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14139,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14201,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14232,
+ "length": 36,
+ "value": "\"All participants have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14545,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14611,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14749,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14901,
+ "length": 40,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14927,
+ "length": 12,
+ "value": "\" participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15244,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15580,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15701,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15868,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16023,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16166,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16312,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16471,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16700,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17164,
+ "length": 24,
+ "value": "\"Selected user: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17187,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1047,
+ "length": 26,
+ "value": "\"SendbirdUIKit.SBUBaseSelectUserViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5016,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8174,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8187,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8195,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8206,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14091,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15840,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16104,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/ChatSDK\/BaseMessage+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 371,
+ "length": 19,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/ChatSDK\/BaseMessage+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 389,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/ChatSDK\/BaseMessage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 722,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 590,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1496,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1506,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1514,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1525,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1427,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "Array",
+ "offset": 1813,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2021,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3627,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4375,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5631,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5660,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5684,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5711,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7896,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8002,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8416,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8681,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8787,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10497,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10776,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10809,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10812,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12549,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15130,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15185,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15805,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 459,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 937,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1003,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1246,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1374,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1400,
+ "length": 3,
+ "value": "-12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1422,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1445,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1998,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1430,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1745,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1896,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2281,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2995,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4300,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4322,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4342,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4365,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5834,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7876,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7931,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.OpenChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1349,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "Array",
+ "offset": 721,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "BooleanLiteral",
+ "offset": 767,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "BooleanLiteral",
+ "offset": 947,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1633,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1685,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "FloatLiteral",
+ "offset": 1847,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2348,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2354,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "FloatLiteral",
+ "offset": 2390,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2598,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2608,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2616,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2627,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3758,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "Array",
+ "offset": 5696,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "StringLiteral",
+ "offset": 340,
+ "length": 23,
+ "value": "\"SendbirdUIKit.SBUSuggestedMentionList\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 429,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1094,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1104,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1112,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1123,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 257,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "Array",
+ "offset": 370,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 466,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 13,
+ "value": "\"loadInitial\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1081,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1117,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1522,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 1587,
+ "length": 41,
+ "value": "\"loadNext from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 1627,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1667,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 1703,
+ "length": 46,
+ "value": "\"lastest updatedAt is 0. loadInitial instead.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1970,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2317,
+ "length": 62,
+ "value": "\"loaded next messages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2352,
+ "length": 1,
+ "value": "\", size : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2378,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2585,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2756,
+ "length": 82,
+ "value": "\"update latestUpdatedAt to : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2806,
+ "length": 4,
+ "value": "\" from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2837,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3045,
+ "length": 32,
+ "value": "\"fetched to the newest. \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3076,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3485,
+ "length": 25,
+ "value": "\"add : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3509,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3878,
+ "length": 108,
+ "value": "\"applyChangeLog. updated : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3935,
+ "length": 1,
+ "value": "\", deleted : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3977,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3985,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 4846,
+ "length": 41,
+ "value": "\"flushing cache with : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 4886,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 5288,
+ "length": 44,
+ "value": "\"flush merged message : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 5331,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 597,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1053,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1065,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1116,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1127,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1293,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1302,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1313,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1323,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1377,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1721,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3284,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3539,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4015,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4202,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4587,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5087,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7185,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "StringLiteral",
+ "offset": 7369,
+ "length": 73,
+ "value": "\"`isMultipleFilesMessageEnabled` can only be enabled in iOS 14 or above.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7124,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10077,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10776,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10998,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12029,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 244,
+ "length": 5541,
+ "value": "\"{\n \"version\": \"1\",\n \"body\": {\n \"items\": [\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"items\": [\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"items\": [\n {\n \"type\": \"image\",\n \"imageUrl\": \"https:\/\/dxstmhyqfqr1o.cloudfront.net\/notifications\/preset-notification-channel-cover.png\",\n \"imageStyle\": {\n \"contentMode\": \"aspectFill\"\n },\n \"viewStyle\": {},\n \"metaData\": {\n \"pixelWidth\": \"168\",\n \"pixelHeight\": \"168\"\n }\n },\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"viewStyle\": {\n \"radius\": \"8\",\n \"padding\": {\n \"top\": \"12\",\n \"bottom\": \"12\",\n \"left\": \"12\",\n \"right\": \"12\"\n }\n },\n \"items\": [\n {\n \"type\": \"text\",\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n },\n \"viewStyle\": {},\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"text\": \"Hello tez\",\n \"textStyle\": {\n \"color\": \"#ffbdb8bd\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"1\"\n },\n {\n \"type\": \"text\",\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n },\n \"viewStyle\": {},\n \"width\": {\n \"type\": \"fixed\",\n \"value\": \"1\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"text\": \"Your order #123123 has been shipped.\",\n \"textStyle\": {\n \"color\": \"#ffbdb8bd\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"1\"\n },\n {\n \"type\": \"textButton\",\n \"viewStyle\": {\n \"backgroundColor\": \"#E0E0E0\",\n \"padding\": {\n \"top\": \"10\",\n \"bottom\": \"10\",\n \"left\": \"20\",\n \"right\": \"20\"\n }\n },\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"text\": \"Check status\",\n \"textStyle\": {\n \"color\": \"#742DDD\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"5\",\n \"action\": {\n \"type\": \"web\",\n \"data\": \"https:\/\/naver.com\"\n }\n }\n ],\n \"height\": {\n \"type\": \"fixed\",\n \"value\": \"300\"\n },\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n }\n }\n ],\n \"viewStyle\": {}\n }\n ],\n \"viewStyle\": {}\n }\n ]\n }\n }\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 5934,
+ "length": 1803,
+ "value": "\"{\"version\": 1,\"body\": {\"items\": [{\"type\": \"box\",\"layout\": \"column\",\"items\": [{\"type\": \"image\",\"metaData\": {\"pixelWidth\": 4000,\"pixelHeight\": 3000},\"width\": {\"type\": \"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6117,
+ "length": 3,
+ "value": "\"\",\"value\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6137,
+ "length": 1,
+ "value": "\"},\"height\": {\"type\": \"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6169,
+ "length": 3,
+ "value": "\"\",\"value\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6190,
+ "length": 1,
+ "value": "\"},\"imageStyle\": {\"contentMode\": \"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6237,
+ "length": 4,
+ "value": "\"\"},\"imageUrl\": \"https:\/\/images.unsplash.com\/photo-1579393329936-4bc9bc673651?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format\"},{\"type\": \"box\",\"viewStyle\": {\"padding\": {\"top\": 12,\"right\": 12,\"bottom\": 12,\"left\": 12}},\"layout\": \"column\",\"items\": [{\"type\": \"box\",\"layout\": \"row\",\"items\": [{\"type\": \"box\",\"layout\": \"column\",\"items\": [{\"type\": \"text\",\"text\": \"Notification channel creation guide\",\"maxTextLines\": 3,\"viewStyle\": {\"padding\": {\"top\": 0,\"bottom\": 6,\"left\": 0,\"right\": 0}},\"textStyle\": {\"size\": 16,\"weight\": \"bold\"}},{\"type\": \"text\",\"text\": \"Notification Center is basically a group channel to which a single user, the receiver of a notification, belongs. A notification channel, which is a single group channel dedicated to the Notification Center, must be created for each user.\",\"maxTextLines\": 10,\"textStyle\": {\"size\": 14}}]}]},{\"type\": \"box\",\"layout\": \"column\",\"items\": [{\"type\": \"box\",\"viewStyle\": {\"margin\": {\"top\": 16,\"bottom\": 0,\"left\": 0,\"right\": 0}},\"align\": {\"horizontal\": \"left\",\"vertical\": \"center\"},\"layout\": \"row\",\"action\": {\"type\": \"web\",\"data\": \"www.sendbird.com\"},\"items\": [{\"type\": \"box\",\"viewStyle\": {\"margin\": {\"top\": 0,\"bottom\": 0,\"left\": 12,\"right\": 0}},\"layout\": \"column\",\"items\": [{\"type\": \"text\",\"text\": \"Title\",\"maxTextLines\": 1,\"textStyle\": {\"size\": 16,\"weight\": \"bold\"}},{\"type\": \"text\",\"viewStyle\": {\"margin\": {\"top\": 4,\"bottom\": 0,\"left\": 0,\"right\": 0}},\"text\": \"Hi\",\"maxTextLines\": 1,\"textStyle\": {\"size\": 14}}]}]}]}]}]}]}}\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8441,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9517,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9887,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10100,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 10270,
+ "length": 19,
+ "value": "\"TEMPLATE_DOWNLOAD\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10469,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11812,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11839,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15642,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15782,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16616,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 13748,
+ "length": 3,
+ "value": "\"SendbirdUIKit.Box\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17294,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17313,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 16645,
+ "length": 4,
+ "value": "\"SendbirdUIKit.Text\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 18403,
+ "length": 5,
+ "value": "\"SendbirdUIKit.Image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20471,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20490,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20697,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 20748,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 20762,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 20774,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 20787,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 19851,
+ "length": 10,
+ "value": "\"SendbirdUIKit.TextButton\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 20824,
+ "length": 11,
+ "value": "\"SendbirdUIKit.ImageButton\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28434,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32620,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32620,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32620,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34400,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34546,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34736,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 35337,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 35494,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35694,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36443,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36507,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36770,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36781,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36790,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36800,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37009,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37081,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37371,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37391,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37401,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38023,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38035,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38045,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38056,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39337,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39348,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39357,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39367,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39455,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39519,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "Dictionary",
+ "offset": 6124,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7387,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8194,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8200,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8268,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8274,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9386,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9399,
+ "length": 2,
+ "value": "-8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9408,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9451,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16648,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16920,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19749,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 26442,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26630,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28055,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28583,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28810,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28853,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29521,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29751,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30561,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31256,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31295,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31338,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32193,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32342,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 33922,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 34395,
+ "length": 29,
+ "value": "\"There are no message cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36851,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36921,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37122,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37285,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37320,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37457,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37573,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37688,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37700,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37788,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37925,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38148,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38160,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38244,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38685,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38697,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38732,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 39133,
+ "length": 46,
+ "value": "\"New messages inserted : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 39178,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39292,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39703,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39775,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39852,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40219,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40396,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40593,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40638,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40783,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40910,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42339,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42523,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42532,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42583,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42835,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43105,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43222,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 43382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43444,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43696,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44681,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 44782,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45766,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45907,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45954,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45963,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 46014,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 46266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46536,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46653,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 46813,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46875,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47127,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 48106,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49062,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 49111,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50128,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50177,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 51040,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 51089,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 52282,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 418,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 682,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 732,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 899,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1381,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1567,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1614,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1758,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2357,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2391,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2545,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2857,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3278,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3362,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4146,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4176,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4202,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4229,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4618,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4696,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4914,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4922,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4993,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5069,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5174,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5275,
+ "length": 4,
+ "value": "-0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5305,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5359,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5709,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6056,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6217,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8070,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8122,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8390,
+ "length": 30,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8419,
+ "length": 5,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8423,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8504,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8563,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8979,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9189,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9310,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9355,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9395,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9436,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9553,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9743,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 9891,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10525,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10713,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 447,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 614,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 905,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1224,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 335,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationEmptyView.swift",
+ "kind": "FloatLiteral",
+ "offset": 539,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationEmptyView.swift",
+ "kind": "FloatLiteral",
+ "offset": 694,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 987,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1051,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1107,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1166,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1227,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1286,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1347,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1592,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1647,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1701,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2055,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3264,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4803,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4853,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5002,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6008,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7464,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8282,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/InviteUser\/SBUInviteUserModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3150,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/InviteUser\/SBUInviteUserModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4284,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/InviteUser\/SBUInviteUserModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 558,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 926,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1150,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1544,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1643,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1678,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1839,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2296,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2335,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2486,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2528,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2574,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3279,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3405,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3418,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3426,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3496,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3558,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3570,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3646,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3670,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3790,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3804,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3813,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3824,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4919,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4972,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 5996,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6244,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6701,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 6823,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 7669,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8043,
+ "length": 34,
+ "value": "\"Failed state image configuration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8531,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8586,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8619,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 8665,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9640,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9687,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9738,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10253,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10300,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10351,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1715,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "Array",
+ "offset": 2111,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2721,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2767,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4383,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4388,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4522,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4694,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4885,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5081,
+ "length": 67,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5127,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5147,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5304,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5349,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5369,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5630,
+ "length": 67,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5676,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5696,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5788,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5833,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5853,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6024,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6254,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6326,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6657,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7195,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8280,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8333,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8368,
+ "length": 26,
+ "value": "\"[Request] Next user List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8488,
+ "length": 50,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8503,
+ "length": 10,
+ "value": "\" customized users have been added.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8617,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8675,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8779,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8947,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9005,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9109,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10472,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10513,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10602,
+ "length": 31,
+ "value": "\"All members have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10870,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10932,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11195,
+ "length": 37,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11223,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11369,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12034,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12075,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12133,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12164,
+ "length": 33,
+ "value": "\"All operators have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12438,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12500,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12767,
+ "length": 41,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12797,
+ "length": 9,
+ "value": "\" operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12947,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13681,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13722,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13780,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13811,
+ "length": 37,
+ "value": "\"All muted members have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14090,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14152,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14415,
+ "length": 37,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14443,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14589,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15347,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15388,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15446,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15477,
+ "length": 42,
+ "value": "\"All muted participants have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15803,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15865,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16128,
+ "length": 37,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16156,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16345,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17001,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17042,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17100,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17131,
+ "length": 36,
+ "value": "\"All banned users have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17431,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17493,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17752,
+ "length": 33,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17778,
+ "length": 5,
+ "value": "\" users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17920,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18651,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18692,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18750,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18781,
+ "length": 36,
+ "value": "\"All participants have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19101,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19163,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19436,
+ "length": 47,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19469,
+ "length": 12,
+ "value": "\" participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20002,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20093,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20130,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20342,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20624,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20905,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21024,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21112,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21249,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21477,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "Array",
+ "offset": 21956,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22295,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22321,
+ "length": 36,
+ "value": "\"[Request] Register user: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22356,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22760,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22786,
+ "length": 42,
+ "value": "\"[Request] Unregister operator: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22827,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23236,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23426,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23495,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23867,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24098,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24487,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24589,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24824,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24925,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25298,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25574,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1628,
+ "length": 20,
+ "value": "\"SendbirdUIKit.SBUUserListViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "StringLiteral",
+ "offset": 259,
+ "length": 20,
+ "value": "\"cached_sbu_version\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "StringLiteral",
+ "offset": 951,
+ "length": 7,
+ "value": "\"3.9.1\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "StringLiteral",
+ "offset": 1270,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1313,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "FloatLiteral",
+ "offset": 1473,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "FloatLiteral",
+ "offset": 1479,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "FloatLiteral",
+ "offset": 1486,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1237,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1333,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1522,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1733,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1942,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2152,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2553,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2631,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2759,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3517,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4039,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4053,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4063,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4075,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4322,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4361,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4734,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4785,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5020,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5031,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5102,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5141,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6233,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 6279,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7353,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 2,
+ "value": "72"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 930,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1129,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1371,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2418,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2460,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3475,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3576,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3587,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3599,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4245,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4464,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5029,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5087,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5153,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "StringLiteral",
+ "offset": 5335,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5857,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6208,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6220,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6342,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Sequence+SBUIKit.swift",
+ "kind": "Dictionary",
+ "offset": 395,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Sequence+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 445,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SBUViewModelDelegate.swift",
+ "kind": "BooleanLiteral",
+ "offset": 809,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 1080,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2145,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2749,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2762,
+ "length": 2,
+ "value": "-0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2771,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2782,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2898,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2977,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 484,
+ "length": 25,
+ "value": "\"SendbirdUIKit.SBUMessageThreadTitleView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1166,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1416,
+ "length": 2,
+ "value": "46"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1848,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2448,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2764,
+ "length": 27,
+ "value": "\"Cannot use `init(coder:)`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3078,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3661,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4317,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5457,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5761,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5922,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5967,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6183,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 6280,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6443,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6586,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6636,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7738,
+ "length": 45,
+ "value": "\"Unread message count: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7782,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8068,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8677,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8856,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 9406,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9447,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 9604,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9645,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10178,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10274,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11190,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11216,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11240,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11440,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11466,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11617,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13131,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15143,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15176,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15179,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15908,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15989,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16118,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16130,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16209,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16221,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16291,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16311,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16375,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16420,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17320,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17391,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19020,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19783,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19854,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19912,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 21219,
+ "length": 63,
+ "value": "\"Fetched : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 21252,
+ "length": 1,
+ "value": "\", keepScroll : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 21281,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 21425,
+ "length": 30,
+ "value": "\"Fetched empty notifications.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21712,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 22680,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22921,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25952,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26245,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26349,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26710,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26763,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27525,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27584,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27821,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27976,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28113,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28379,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 29625,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29850,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30068,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30588,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31508,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 246,
+ "length": 40,
+ "value": "\"SendbirdUIKit.SBUFeedNotificationChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "Array",
+ "offset": 9533,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9747,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9803,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11774,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12028,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12133,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12189,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 12398,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12909,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13191,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13217,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13241,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13385,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13541,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13657,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14438,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14463,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14490,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14516,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 17974,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18162,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18474,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20564,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20763,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21520,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21661,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22045,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22198,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 22827,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 23328,
+ "length": 34,
+ "value": "\"There are no notification cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 25086,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "Array",
+ "offset": 25419,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26233,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26425,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26527,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26562,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26701,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26893,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27150,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27796,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27808,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27843,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27965,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28393,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28783,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 665,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 854,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1042,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1237,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1303,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1642,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 622,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1067,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1752,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5146,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5171,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5194,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5331,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5455,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5480,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5500,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5632,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5657,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5677,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5700,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5788,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5905,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5987,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6071,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6145,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6284,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6522,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6658,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6773,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7405,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9124,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9485,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "StringLiteral",
+ "offset": 1160,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUCreateChannelTypeSelector\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 562,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 876,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 939,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 982,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1403,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1528,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 612,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 662,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 845,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1001,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1075,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1260,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 1671,
+ "length": 39,
+ "value": "\"init(coder:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 2557,
+ "length": 37,
+ "value": "\"Multiple files message has no files\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 2977,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3105,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 3475,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 3485,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3674,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 3759,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3887,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4343,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4630,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4659,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4683,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4710,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4875,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4904,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4928,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4955,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5091,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5103,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5141,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5153,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5314,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5357,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5482,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5824,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 444,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3358,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 3427,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7816,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 7885,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12963,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 13032,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16911,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 16980,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18472,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 18541,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20227,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 20296,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23846,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 23915,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28248,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 28317,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33342,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 33411,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37279,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 37348,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38877,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 38946,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40524,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 40593,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41812,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "Array",
+ "offset": 1246,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "Array",
+ "offset": 1334,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1810,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2699,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2709,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2717,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2728,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3584,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3634,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3908,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4015,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4258,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4308,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4438,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4717,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4750,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4753,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5778,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6871,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 321,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 341,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 321,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 341,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 321,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 341,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 577,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 633,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1108,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1144,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1182,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1214,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1381,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 577,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 633,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 577,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 633,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1677,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1677,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1677,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2079,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2101,
+ "length": 11,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2122,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2145,
+ "length": 17,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2241,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2079,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2101,
+ "length": 11,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2122,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2145,
+ "length": 17,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2079,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2101,
+ "length": 11,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2122,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2145,
+ "length": 17,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2241,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4024,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4041,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4060,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4075,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4091,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4178,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4260,
+ "length": 12,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4341,
+ "length": 13,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4024,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4041,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4060,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4075,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4091,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4024,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4041,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4060,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4075,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4091,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4178,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4260,
+ "length": 12,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4341,
+ "length": 13,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4545,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4545,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4545,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4770,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4770,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4770,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4901,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4921,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4941,
+ "length": 15,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4966,
+ "length": 9,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4985,
+ "length": 14,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5009,
+ "length": 19,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5038,
+ "length": 13,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 15,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5086,
+ "length": 5,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5172,
+ "length": 15,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5265,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5294,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4901,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4921,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4941,
+ "length": 15,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4966,
+ "length": 9,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4985,
+ "length": 14,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5009,
+ "length": 19,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5038,
+ "length": 13,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 15,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5086,
+ "length": 5,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4901,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4921,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4941,
+ "length": 15,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4966,
+ "length": 9,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4985,
+ "length": 14,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5009,
+ "length": 19,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5038,
+ "length": 13,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 15,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5086,
+ "length": 5,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5172,
+ "length": 15,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5452,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5469,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5487,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5504,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5452,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5469,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5487,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5504,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5646,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5646,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5783,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5798,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5783,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5798,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5959,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5988,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5959,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5988,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6302,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6317,
+ "length": 5,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6332,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6347,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6360,
+ "length": 3,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6302,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6317,
+ "length": 5,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6332,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6347,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6360,
+ "length": 3,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6553,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6600,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6644,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6723,
+ "length": 11,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6811,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6553,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6600,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6644,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7106,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7120,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7106,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7120,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7853,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7853,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7917,
+ "length": 10,
+ "value": "0b00000000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7947,
+ "length": 10,
+ "value": "0b00000001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7977,
+ "length": 10,
+ "value": "0b00000010"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8007,
+ "length": 10,
+ "value": "0b00000100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8037,
+ "length": 10,
+ "value": "0b00000111"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7917,
+ "length": 10,
+ "value": "0b00000000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7947,
+ "length": 10,
+ "value": "0b00000001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7977,
+ "length": 10,
+ "value": "0b00000010"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8007,
+ "length": 10,
+ "value": "0b00000100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8037,
+ "length": 10,
+ "value": "0b00000111"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8172,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8186,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8172,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8186,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8172,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8186,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "StringLiteral",
+ "offset": 9261,
+ "length": 49,
+ "value": "\"Data could not be decoded as `String` or `Int`.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10655,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11766,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11772,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 666,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1653,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2120,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2129,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2140,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2150,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2194,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2232,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2395,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3024,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3264,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3513,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4325,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4999,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5261,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5338,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8444,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8486,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8523,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8565,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8600,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8643,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8780,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9125,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9134,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9191,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9312,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9417,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9430,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9438,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9476,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9488,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9588,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9601,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9651,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9663,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9941,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10008,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10124,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10324,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10378,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10587,
+ "length": 3,
+ "value": "240"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10600,
+ "length": 3,
+ "value": "160"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11144,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11200,
+ "length": 2,
+ "value": "-8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11319,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11620,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11676,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11738,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12146,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12203,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12501,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12923,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13002,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13013,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13069,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13271,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13582,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13595,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13603,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13667,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13795,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13800,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13882,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13887,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13968,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13973,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15497,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16089,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "StringLiteral",
+ "offset": 16212,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16283,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "StringLiteral",
+ "offset": 16319,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16764,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16776,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17453,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17744,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17932,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18004,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18084,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18944,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19404,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20065,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20569,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20918,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20922,
+ "length": 3,
+ "value": "120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21041,
+ "length": 3,
+ "value": "244"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21230,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21340,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21841,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21971,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22065,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 22311,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22722,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26149,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26353,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26598,
+ "length": 3,
+ "value": "120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26611,
+ "length": 3,
+ "value": "120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27157,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27307,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27342,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27370,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 748,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 1495,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2041,
+ "length": 31,
+ "value": "\"[Request] Create open channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2131,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2289,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2413,
+ "length": 143,
+ "value": "\"[Failed] Create open channel request:\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2532,
+ "length": 421,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2674,
+ "length": 62,
+ "value": "\"[Succeed] Create open channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2732,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2735,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 517,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 538,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 955,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "StringLiteral",
+ "offset": 1699,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "StringLiteral",
+ "offset": 1821,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "StringLiteral",
+ "offset": 2181,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2373,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2402,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3068,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3390,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3431,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4026,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4426,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4936,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5217,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5316,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5351,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7317,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7330,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7338,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7349,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7425,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7437,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8773,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 709,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 853,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 910,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 918,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2167,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2323,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 2378,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 2386,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2494,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2500,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 3696,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 3769,
+ "length": 15,
+ "value": "\"No image data\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3962,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3968,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3978,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3989,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 4461,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5993,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5997,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6202,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6249,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6255,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6585,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6658,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7116,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7344,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7350,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7356,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7362,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7370,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7529,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7566,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7884,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8398,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8725,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9206,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9617,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9702,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9907,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9915,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9931,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9961,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9982,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9986,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10020,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10240,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10551,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 10826,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10914,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 11018,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11030,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11140,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11144,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 11410,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 396,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 436,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 473,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 704,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 867,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1065,
+ "length": 2,
+ "value": "-6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1706,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2325,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2980,
+ "length": 2,
+ "value": "-6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3634,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4340,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4916,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5153,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5252,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5287,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6231,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6272,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6319,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6367,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6413,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8171,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8182,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8247,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8251,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8256,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8359,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8370,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8452,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 10841,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11910,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12065,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13291,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13595,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14251,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14459,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14617,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14652,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15417,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17702,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18175,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18215,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18282,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18329,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18369,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18472,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18517,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18568,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20957,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 22318,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22333,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 22724,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22739,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 23301,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 514,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 548,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 693,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1288,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1460,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1469,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1516,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 331,
+ "length": 16,
+ "value": "\"SendbirdUIKit.SBUVoiceFileInfo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3362,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 3536,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3590,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 3834,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3980,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3990,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3998,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4009,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7054,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7217,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.Feedback.swift",
+ "kind": "BooleanLiteral",
+ "offset": 773,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.Feedback.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1434,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.Feedback.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1595,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.Feedback.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1608,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1674,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2214,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2385,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2475,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2530,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3086,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3131,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3151,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3872,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3956,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4001,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4021,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4958,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5085,
+ "length": 47,
+ "value": "\"[Request] Load channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5131,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5431,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5492,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5564,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5976,
+ "length": 63,
+ "value": "\"[Failed] Enter channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6038,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6298,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6366,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 6633,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6781,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7195,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7256,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7549,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7640,
+ "length": 35,
+ "value": "\"[Succeed] Refresh channel request\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8276,
+ "length": 187,
+ "value": "\"loadInitialMessages,\nstartingPoint : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8377,
+ "length": 1,
+ "value": "\",\ninitialMessages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8447,
+ "length": 9113,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9476,
+ "length": 30,
+ "value": "\"Prev message already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9566,
+ "length": 69,
+ "value": "\"[Request] Prev message list from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9634,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9774,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9825,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10291,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10502,
+ "length": 40,
+ "value": "\"Prev message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10618,
+ "length": 52,
+ "value": "\"[Prev message response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10660,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10969,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11149,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11344,
+ "length": 30,
+ "value": "\"Next message already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11434,
+ "length": 65,
+ "value": "\"[Request] Next message list from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11498,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11653,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11691,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11794,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12101,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12288,
+ "length": 40,
+ "value": "\"Next message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12823,
+ "length": 52,
+ "value": "\"[Next message Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12865,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13096,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13199,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13596,
+ "length": 69,
+ "value": "\"[Request] Both message list from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13664,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13926,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14279,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14322,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14371,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14420,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14490,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14631,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14688,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14732,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14785,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14875,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14996,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15094,
+ "length": 111,
+ "value": "\"Fetch from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15128,
+ "length": 5,
+ "value": "\" limit: prev = \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15171,
+ "length": 1,
+ "value": "\", next = \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15204,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15236,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15596,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15668,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16561,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16720,
+ "length": 43,
+ "value": "\"Initial message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16817,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16882,
+ "length": 52,
+ "value": "\"[Both message response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16924,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17267,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17570,
+ "length": 276,
+ "value": "\"[Initial message response] Prev count : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17689,
+ "length": 1,
+ "value": "\",\nprevLimit : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17767,
+ "length": 1,
+ "value": "\",\nhasPrev : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17830,
+ "length": 28,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17868,
+ "length": 268,
+ "value": "\"[Initial message response] Next count : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17987,
+ "length": 1,
+ "value": "\",\nnextLimit : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18061,
+ "length": 1,
+ "value": "\",\nhasNext : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18120,
+ "length": 6413,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18167,
+ "length": 119,
+ "value": "\"[Initial message response] First : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18240,
+ "length": 1,
+ "value": "\", Last : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18285,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18432,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18811,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18895,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18940,
+ "length": 76,
+ "value": "\"[Failed] Resend failed user message request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19015,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19341,
+ "length": 62,
+ "value": "\"[Succeed] Resend failed file message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19402,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19489,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19645,
+ "length": 139,
+ "value": "\"hasNext : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19691,
+ "length": 1,
+ "value": "\". first : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19738,
+ "length": 1,
+ "value": "\", last : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19783,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19878,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20260,
+ "length": 115,
+ "value": "\"newTimestamp : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20291,
+ "length": 1,
+ "value": "\", lastUpdatedTimestamp : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20344,
+ "length": 1,
+ "value": "\", currentTime : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20374,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20602,
+ "length": 21,
+ "value": "\"set to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20622,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20868,
+ "length": 139,
+ "value": "\"reset timestamp to : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20918,
+ "length": 1,
+ "value": "\", startingPoint : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20977,
+ "length": 11,
+ "value": "\" currentTime : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 21006,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21336,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22246,
+ "length": 42,
+ "value": "\"[Request] Message change logs with token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22511,
+ "length": 59,
+ "value": "\"[Request] Message change logs with last updated timestamp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23065,
+ "length": 76,
+ "value": "\"[Request] Changelog added message list from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23140,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23298,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23704,
+ "length": 51,
+ "value": "\"Changelog added message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23870,
+ "length": 55,
+ "value": "\"[Changelog added response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23915,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24543,
+ "length": 123,
+ "value": "\"[Failed] Message change logs request:\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24646,
+ "length": 181,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24777,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24841,
+ "length": 209,
+ "value": "\"[Response]\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24897,
+ "length": 21,
+ "value": "\"%d updated messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24946,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24949,
+ "length": 1,
+ "value": "\",\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24980,
+ "length": 21,
+ "value": "\"%d deleted messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25031,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25034,
+ "length": 5063,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25369,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25967,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26679,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26776,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26980,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27527,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27797,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27932,
+ "length": 95,
+ "value": "\"Loaded added messages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27979,
+ "length": 1,
+ "value": "\", hasNext : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28026,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28646,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28756,
+ "length": 67,
+ "value": "\"[Failed] Send user message request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28822,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29153,
+ "length": 57,
+ "value": "\"[Succeed] Send user message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29209,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29287,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29992,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30107,
+ "length": 133,
+ "value": "\"[Failed] Send file message request:\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30216,
+ "length": 8763,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30587,
+ "length": 57,
+ "value": "\"[Succeed] Send file message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30643,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30734,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31151,
+ "length": 41,
+ "value": "\"[Failed] Message list request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31191,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31227,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31294,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31319,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31408,
+ "length": 29,
+ "value": "\"Message list request is nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31472,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31497,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31537,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1556,
+ "length": 23,
+ "value": "\"SendbirdUIKit.SBUOpenChannelViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32768,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32802,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32832,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33209,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33528,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33764,
+ "length": 32,
+ "value": "\"Did update message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33795,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33865,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34095,
+ "length": 35,
+ "value": "\"Message was deleted: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34129,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34203,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34494,
+ "length": 55,
+ "value": "\"Channel was changed, ChannelURL:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34548,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34987,
+ "length": 54,
+ "value": "\"Channel was frozen, ChannelURL:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35040,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35488,
+ "length": 56,
+ "value": "\"Channel was unfrozen, ChannelURL:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35543,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 36021,
+ "length": 16,
+ "value": "\"You are muted.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 36509,
+ "length": 18,
+ "value": "\"You are unmuted.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 37372,
+ "length": 17,
+ "value": "\"You are banned.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 1883,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 2017,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 2156,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 2316,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 2466,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 292,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 315,
+ "length": 14,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 339,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 359,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 292,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 315,
+ "length": 14,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 339,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 359,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 525,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 544,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 575,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 662,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 744,
+ "length": 12,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 825,
+ "length": 13,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 525,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 544,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 575,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "Array",
+ "offset": 4266,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 4729,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6198,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6254,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 6487,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6541,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6853,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6863,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6871,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6882,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10550,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 10813,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 12930,
+ "length": 32,
+ "value": "\"[Request] Retry load user list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13372,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/InviteUser\/SBUInviteUserModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 2422,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 426,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 602,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 629,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1507,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1515,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1526,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1565,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1648,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1857,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1999,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2208,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2936,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 905,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1048,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1707,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1729,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1749,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1772,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Moderations\/SBUModerationsViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3183,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 31,
+ "value": "\"LOCAL_CACHING_EMOJI_CONTAINER\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 936,
+ "length": 39,
+ "value": "\"[Failed] Emoji Categories: load emoji\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 996,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1090,
+ "length": 53,
+ "value": "\"[Failed] Emoji Categories: enableReactions is false\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 1164,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1282,
+ "length": 46,
+ "value": "\"[Failed] Emoji Categories: Category is empty\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1591,
+ "length": 33,
+ "value": "\"[Failed] Emoji List: load emoji\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 1645,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1739,
+ "length": 47,
+ "value": "\"[Failed] Emoji List: enableReactions is false\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 1807,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 1870,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1947,
+ "length": 42,
+ "value": "\"[Failed] Emoji List: emoji list is empty\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2292,
+ "length": 46,
+ "value": "\"[Failed] Emojis with category id: load emoji\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 2359,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2453,
+ "length": 60,
+ "value": "\"[Failed] Emojis with category id: enableReactions is false\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 2534,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2653,
+ "length": 54,
+ "value": "\"[Warning] Emojis with category id: Category is empty\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 2728,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2860,
+ "length": 58,
+ "value": "\"[Warning] Emojis with category id: Can not find category\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 2939,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3166,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3638,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4159,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4289,
+ "length": 27,
+ "value": "\"[Request] Load all emojis\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4816,
+ "length": 38,
+ "value": "\"[Succeed] Load all emojis from cache\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4974,
+ "length": 57,
+ "value": "\"[Failed] Load all emojis: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5030,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5294,
+ "length": 38,
+ "value": "\"[Succeed] Load all emojis from cache\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5452,
+ "length": 53,
+ "value": "\"[Failed] Load all emojis: EmojiContainer is not set\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5647,
+ "length": 27,
+ "value": "\"[Succeed] Load all emojis\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 544,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 639,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 763,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 311,
+ "length": 35,
+ "value": "\"SendbirdUIKit.SBUTypingIndicatorMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2344,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "Array",
+ "offset": 2421,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2645,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2701,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 2941,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2995,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3411,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3421,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3429,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3502,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3583,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3593,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3601,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3612,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5205,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6178,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6475,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 608,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 649,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 690,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1074,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1444,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1824,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2191,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2565,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2627,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2644,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1357,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "Array",
+ "offset": 3231,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "Array",
+ "offset": 3406,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3470,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3513,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3946,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4062,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4507,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 4732,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 4959,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5193,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5450,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7993,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8169,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8441,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8536,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9038,
+ "length": 4,
+ "value": "1122"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9076,
+ "length": 4,
+ "value": "2233"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11079,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11946,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12792,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12964,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13038,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13103,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13167,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13274,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13352,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13425,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13490,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13623,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13839,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14160,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14465,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14548,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14825,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15137,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15203,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15323,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15388,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15454,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15507,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15720,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15942,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16256,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16394,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16887,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17010,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17153,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17219,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17273,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17384,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17800,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18005,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18214,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18290,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18343,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18397,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18452,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18632,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18642,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18717,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18785,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19001,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19190,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19278,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19345,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19519,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19589,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19664,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19739,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19810,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19872,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19933,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20414,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20503,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20577,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20642,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20706,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21062,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21150,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21228,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21301,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21366,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21442,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21509,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21634,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21688,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21855,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21921,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22042,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22107,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22170,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22279,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22349,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22529,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22751,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23065,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23203,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23819,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25108,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26048,
+ "length": 30,
+ "value": "\"listComponent is not set up.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27491,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27602,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28628,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28632,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 28685,
+ "length": 37,
+ "value": "\"The ratio must be in range of 0...1\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28859,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28864,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30114,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30364,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30488,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30842,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 31475,
+ "length": 62,
+ "value": "\"[Failed] Exit channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 31536,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31757,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31826,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31892,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32257,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32679,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34577,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35689,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1022,
+ "length": 19,
+ "value": "\"suggested_replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1068,
+ "length": 13,
+ "value": "\"custom_view\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1114,
+ "length": 20,
+ "value": "\"disable_chat_input\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1022,
+ "length": 19,
+ "value": "\"suggested_replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1068,
+ "length": 13,
+ "value": "\"custom_view\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1114,
+ "length": 20,
+ "value": "\"disable_chat_input\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1393,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1407,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1494,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1509,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "Array",
+ "offset": 1554,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1569,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1583,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1631,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1704,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 2279,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 2442,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2716,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2762,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3733,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3738,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4408,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 4507,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4547,
+ "length": 21,
+ "value": "\"[Request] User List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4611,
+ "length": 26,
+ "value": "\"[Request] Next user List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4751,
+ "length": 50,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4766,
+ "length": 10,
+ "value": "\" customized users have been added.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4903,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5061,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5203,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5618,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5686,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5721,
+ "length": 29,
+ "value": "\"All users have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6129,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6444,
+ "length": 33,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6470,
+ "length": 5,
+ "value": "\" users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6711,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7055,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7146,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7269,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7543,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7768,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8056,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8085,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8151,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9072,
+ "length": 119,
+ "value": "\"[Request] Create channel with users,\nUsers: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9175,
+ "length": 351,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9241,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9400,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9536,
+ "length": 138,
+ "value": "\"[Failed] Create channel request:\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9650,
+ "length": 1137,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9804,
+ "length": 57,
+ "value": "\"[Succeed] Create channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9857,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9860,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10625,
+ "length": 24,
+ "value": "\"Selected user: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10648,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 510,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 881,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 933,
+ "length": 1,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1124,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 1200,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 1461,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 1564,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1852,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1862,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1870,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1881,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1958,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1968,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1976,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1987,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2486,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2586,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2647,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3541,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3984,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4140,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4187,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UITextField+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1506,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2316,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2506,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2632,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2988,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5144,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1833,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2083,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2606,
+ "length": 3,
+ "value": "4.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3624,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3822,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3859,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3903,
+ "length": 2,
+ "value": "64"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3915,
+ "length": 2,
+ "value": "68"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4558,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 5402,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 5886,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 5921,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7138,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7151,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7159,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7170,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7261,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7274,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7282,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7293,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7369,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7484,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7497,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7891,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8022,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8156,
+ "length": 3,
+ "value": "-21"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8370,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8502,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8636,
+ "length": 3,
+ "value": "-23"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8818,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8949,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9083,
+ "length": 3,
+ "value": "-25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9295,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9375,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9510,
+ "length": 2,
+ "value": "27"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9647,
+ "length": 3,
+ "value": "-28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9860,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9934,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10064,
+ "length": 2,
+ "value": "29"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10196,
+ "length": 3,
+ "value": "-30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10536,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10681,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10732,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10833,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10873,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11155,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11304,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11365,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11417,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11953,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12330,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12381,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 12424,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 12459,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "FloatLiteral",
+ "offset": 12559,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12920,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12972,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 13014,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 13049,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "FloatLiteral",
+ "offset": 13090,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13289,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13345,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/ViewParams\/SBUQuoteMessageInputViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1530,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1676,
+ "length": 51,
+ "value": "\"[Failed] Save image: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1726,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1970,
+ "length": 24,
+ "value": "\"[Succeed] Image saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2436,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4246,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4553,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4659,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4766,
+ "length": 26,
+ "value": "\"[Succeed] File is saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5141,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5246,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5377,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6867,
+ "length": 21,
+ "value": "\"[Failed] Save image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7590,
+ "length": 51,
+ "value": "\"[Failed] Save image: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7640,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7884,
+ "length": 24,
+ "value": "\"[Succeed] Image saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8350,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 9705,
+ "length": 20,
+ "value": "\"[Failed] Save file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10239,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10538,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10636,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 10743,
+ "length": 26,
+ "value": "\"[Succeed] File is saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11110,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11215,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11338,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1145,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1311,
+ "length": 4,
+ "value": "0.65"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1367,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1851,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2062,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2176,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2769,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2849,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3548,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3628,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4285,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4083,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4139,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 4313,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4367,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4771,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4781,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4789,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4800,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5470,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5897,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6325,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7440,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8021,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8449,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 498,
+ "length": 9,
+ "value": "\"Waiting\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 529,
+ "length": 7,
+ "value": "\"Ready\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 11,
+ "value": "\"Executing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 598,
+ "length": 10,
+ "value": "\"Finished\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 660,
+ "length": 4,
+ "value": "\"is\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 498,
+ "length": 9,
+ "value": "\"Waiting\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 529,
+ "length": 7,
+ "value": "\"Ready\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 11,
+ "value": "\"Executing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 598,
+ "length": 10,
+ "value": "\"Finished\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 1365,
+ "length": 57,
+ "value": "\"com.sendbird.uikit.operation.state.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 1421,
+ "length": 27,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1639,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "Dictionary",
+ "offset": 2634,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2829,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2920,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3109,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3201,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4089,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 387,
+ "length": 17,
+ "value": "\"SendbirdUIKit.BlockingOperation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUnknownMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 852,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUnknownMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1271,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 748,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1129,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1289,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1661,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2060,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2071,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2136,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2771,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2775,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2835,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3054,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3522,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUFeedbackAction.swift",
+ "kind": "StringLiteral",
+ "offset": 1498,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUFeedbackAction.swift",
+ "kind": "StringLiteral",
+ "offset": 1752,
+ "length": 58,
+ "value": "\"[Request] submit message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUFeedbackAction.swift",
+ "kind": "StringLiteral",
+ "offset": 1809,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUFeedbackAction.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2076,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 440,
+ "length": 25,
+ "value": "\"com.sendbird.cache.file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 565,
+ "length": 10,
+ "value": "\"template\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 609,
+ "length": 14,
+ "value": "\"user-profile\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 654,
+ "length": 10,
+ "value": "\"reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 690,
+ "length": 5,
+ "value": "\"web\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 806,
+ "length": 29,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 999,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1280,
+ "length": 49,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1312,
+ "length": 1,
+ "value": "\".queue.diskcache\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2014,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3429,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4032,
+ "length": 27,
+ "value": "\"Invalid cacheHandler type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4224,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4658,
+ "length": 27,
+ "value": "\"Invalid cacheHandler type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5424,
+ "length": 33,
+ "value": "\"Could not remove file: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5456,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5838,
+ "length": 39,
+ "value": "\"Could not remove cache path: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5876,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6176,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6217,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6308,
+ "length": 20,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6326,
+ "length": 1,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6995,
+ "length": 12,
+ "value": "\"voice_temp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7227,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7365,
+ "length": 59,
+ "value": "\"[Failed] Create directory : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7423,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 8008,
+ "length": 33,
+ "value": "\"Could not remove file: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 8040,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 8316,
+ "length": 51,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 8348,
+ "length": 1,
+ "value": "\".queue.memorycache\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8580,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8585,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8592,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8700,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 10118,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1559,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1614,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "Array",
+ "offset": 1740,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3604,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3762,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3805,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3851,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4885,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4921,
+ "length": 32,
+ "value": "\"All channels have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5009,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5015,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5191,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5198,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5383,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5481,
+ "length": 45,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5514,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5516,
+ "length": 8,
+ "value": "\" channels\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5704,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6225,
+ "length": 60,
+ "value": "\"[Request] Leave channel, ChannelURL: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6284,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6320,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6326,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6472,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6479,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6652,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6805,
+ "length": 68,
+ "value": "\"[Succeed] Leave channel request, ChannelURL: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6872,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7326,
+ "length": 154,
+ "value": "\"[Request]\nChannel push status: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7404,
+ "length": 4,
+ "value": "\"on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7411,
+ "length": 5,
+ "value": "\"off\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7417,
+ "length": 1,
+ "value": "\",\nChannelURL: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7464,
+ "length": 1577,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7506,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7512,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7683,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7690,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7875,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8040,
+ "length": 66,
+ "value": "\"[Succeed] Channel push status, ChannelURL: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8105,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1434,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUGroupChannelListViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9051,
+ "length": 166,
+ "value": "\"source: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9101,
+ "length": 1,
+ "value": "\",\nfromEvent: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9146,
+ "length": 1,
+ "value": "\",\ndelete size : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9201,
+ "length": 411,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9375,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9622,
+ "length": 157,
+ "value": "\"source: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9672,
+ "length": 1,
+ "value": "\",\nfromEvent: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9717,
+ "length": 1,
+ "value": "\",\nchannel size : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9763,
+ "length": 404,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10177,
+ "length": 157,
+ "value": "\"source: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10227,
+ "length": 1,
+ "value": "\",\nfromEvent: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10272,
+ "length": 1,
+ "value": "\",\nchannel size : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10318,
+ "length": 788,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10483,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "Array",
+ "offset": 6782,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "Array",
+ "offset": 7012,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8703,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9036,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9688,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14312,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14767,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14934,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15606,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1485,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1552,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1585,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1628,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1674,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1722,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1765,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 200,
+ "length": 24,
+ "value": "\"SendbirdUIKit.SBUUserMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 479,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 691,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 907,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1185,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1227,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1447,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1831,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1888,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2595,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2750,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3612,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3954,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4141,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4289,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4390,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4495,
+ "length": 2,
+ "value": "-2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4589,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4829,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4941,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 3,
+ "value": "-10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5159,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5493,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5735,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5848,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5946,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6111,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6330,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6421,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6516,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6667,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 6940,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7032,
+ "length": 3,
+ "value": "249"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7337,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8193,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8593,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9089,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9132,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9276,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9326,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9420,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "StringLiteral",
+ "offset": 9651,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10203,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10253,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "StringLiteral",
+ "offset": 10710,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11160,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11694,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12355,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 712,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 826,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 961,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1290,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 289,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 341,
+ "length": 3,
+ "value": "0.6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "Array",
+ "offset": 389,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 981,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 993,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1084,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1096,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1190,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1213,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1217,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1399,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1405,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1427,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1450,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1777,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1781,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1788,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1930,
+ "length": 3,
+ "value": "1.4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 2089,
+ "length": 17,
+ "value": "\"transform.scale\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2145,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2150,
+ "length": 3,
+ "value": "1.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2155,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "Array",
+ "offset": 2198,
+ "length": 13,
+ "value": "[0.4, 0.7, 1]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 2358,
+ "length": 17,
+ "value": "\"backgroundColor\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2772,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 3117,
+ "length": 10,
+ "value": "\"dotPulse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 3173,
+ "length": 16,
+ "value": "\"dotColorChange\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 212,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUTypingIndicatorBubbleView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 527,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1014,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1376,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1416,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1634,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1670,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1801,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1824,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2006,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2251,
+ "length": 23,
+ "value": "\"Failed to decode JSON\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2607,
+ "length": 33,
+ "value": "\"Failed to decode JSON: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2639,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Data+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 28,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Data+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 335,
+ "length": 1,
+ "value": "\".mov\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 2863,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4819,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4824,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1049,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1138,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 1237,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1288,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1317,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1359,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1684,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1775,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1806,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1877,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1944,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2070,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2395,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2420,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2440,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2463,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2593,
+ "length": 3,
+ "value": "-12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2619,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2744,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2782,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2794,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2843,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2882,
+ "length": 3,
+ "value": "136"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3341,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3344,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3809,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4248,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4287,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4296,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4371,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5350,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5462,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5711,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "FloatLiteral",
+ "offset": 5864,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6000,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6153,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6450,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6964,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUTypingIndicatorInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 504,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/MessageSearch\/SBUMessageSearchViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2815,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1259,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1936,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2512,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2925,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3105,
+ "length": 27,
+ "value": "\"Cannot use `init(coder:)`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4400,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8348,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8787,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9341,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10813,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11815,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16000,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16027,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16756,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17767,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17814,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19156,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19203,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19286,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20944,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21690,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22045,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 22452,
+ "length": 6,
+ "value": "\"file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22747,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22915,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23710,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23791,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23920,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23932,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24011,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24023,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24041,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24351,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25072,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25674,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26156,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26189,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26192,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27144,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27215,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27273,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27881,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28015,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28204,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28973,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 29634,
+ "length": 58,
+ "value": "\"Fetched : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 29662,
+ "length": 1,
+ "value": "\", keepScroll : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 29691,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 29838,
+ "length": 25,
+ "value": "\"Fetched empty messages.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30071,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32635,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32941,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33485,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34221,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34701,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35180,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36322,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36377,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 36495,
+ "length": 24,
+ "value": "\"This channel is frozen\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36709,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37818,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38307,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 38349,
+ "length": 49,
+ "value": "\"Couldn't find the message with id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 38397,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38580,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38599,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 38816,
+ "length": 49,
+ "value": "\"Couldn't find the message with id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 38864,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39075,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39371,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 39413,
+ "length": 57,
+ "value": "\"Couldn't find the message with id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 39469,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39627,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40452,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41158,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41427,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41919,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42032,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42155,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42251,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42320,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42472,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42484,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42819,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42889,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 43621,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 43847,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44053,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 47036,
+ "length": 18,
+ "value": "[\"public.content\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47255,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 48238,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 49031,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50049,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 50219,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50792,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 51052,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 52012,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 54145,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 54769,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 55095,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 55368,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 56073,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 57063,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 57568,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 60436,
+ "length": 50,
+ "value": "\"[Request] Delete message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 60485,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60891,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60956,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 65589,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 65855,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6379,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6561,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7386,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7415,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7644,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7654,
+ "length": 1,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7665,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7676,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7717,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7757,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7944,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8290,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8575,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8605,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8819,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9121,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9889,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10581,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10678,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10771,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10859,
+ "length": 2,
+ "value": "87"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10969,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11473,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11725,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11930,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11947,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11967,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11985,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 12760,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13186,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13563,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13914,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14368,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 16175,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16208,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16238,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16270,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16441,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16539,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17326,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17407,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 18892,
+ "length": 60,
+ "value": "\"Message input view changed mode to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 18951,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19943,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19981,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20370,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20407,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20549,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20596,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20633,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24083,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24096,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24104,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24115,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24189,
+ "length": 2,
+ "value": "75"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24262,
+ "length": 2,
+ "value": "75"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24325,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24445,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24638,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24650,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25000,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25012,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25093,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25105,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25250,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25271,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25282,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25430,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25439,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25617,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25696,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26118,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26434,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26762,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26791,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26815,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26842,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31347,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31455,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31607,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31715,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31720,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31731,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 31945,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 31973,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32017,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32059,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32097,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32318,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32353,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33809,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34392,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34448,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34490,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 34658,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34702,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35337,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35507,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37311,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "Array",
+ "offset": 37840,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 38846,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38962,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39265,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 39854,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 40113,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40505,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40552,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41008,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41128,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41133,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41358,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41711,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2441,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2539,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2635,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3097,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3288,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3499,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3708,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3906,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4309,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4369,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4387,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4517,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4558,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4606,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4653,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4700,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5718,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5788,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5874,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6299,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6313,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6323,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6335,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6582,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6621,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6696,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7387,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7438,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7813,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 7824,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7895,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 7934,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10010,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 10063,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 10118,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10186,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 10232,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11024,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11036,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11396,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11711,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11864,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12219,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 13093,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13196,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13239,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13257,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13261,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13393,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13412,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 13458,
+ "length": 5,
+ "value": "\"99+\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13519,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13712,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14784,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 15524,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17658,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "Array",
+ "offset": 8967,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9181,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9237,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10792,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10897,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10953,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11038,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11044,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11172,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11178,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 11313,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11367,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12096,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12122,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12146,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12290,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12446,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12571,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 16631,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16819,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19414,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19590,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19869,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20626,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20719,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20854,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20957,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 21385,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21795,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21801,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 21963,
+ "length": 34,
+ "value": "\"There are no notification cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 23556,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24305,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24321,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24476,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25379,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25673,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25708,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25847,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26039,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26296,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26942,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26954,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26989,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27111,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27540,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27930,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1010,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1049,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1082,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1170,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 309,
+ "length": 33,
+ "value": "\"SendbirdUIKit.SBUMultipleFilesMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 889,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1105,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1798,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3863,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3986,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4374,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4407,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4410,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4792,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4874,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4974,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5401,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6294,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6810,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPermissionManager.swift",
+ "kind": "Dictionary",
+ "offset": 2773,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPermissionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8776,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPermissionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8827,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1319,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2103,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2879,
+ "length": 2,
+ "value": "55"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2925,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3007,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3197,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3608,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3998,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4548,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4570,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4590,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5087,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7023,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7302,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7582,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "StringLiteral",
+ "offset": 8152,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8240,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8286,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "StringLiteral",
+ "offset": 9979,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10030,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10059,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10101,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "StringLiteral",
+ "offset": 1560,
+ "length": 19,
+ "value": "\"SendbirdUIKit.SBUMessageStateView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "StringLiteral",
+ "offset": 1560,
+ "length": 19,
+ "value": "\"SendbirdUIKit.SBUMessageStateView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2585,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3273,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4104,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5989,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2386,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2581,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 3116,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 3463,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 3804,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 562,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 851,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1984,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1997,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2005,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2016,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2099,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2111,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2149,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2161,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2796,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/CreateChannel\/SBUCreateChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4143,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFeedNotificationCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 217,
+ "length": 29,
+ "value": "\"SendbirdUIKit.SBUFeedNotificationCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 630,
+ "length": 11,
+ "value": "\"reactions\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 673,
+ "length": 15,
+ "value": "\"enable_og_tag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 738,
+ "length": 33,
+ "value": "\"use_last_messege_on_super_group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 806,
+ "length": 18,
+ "value": "\"use_last_seen_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 867,
+ "length": 26,
+ "value": "\"enable_message_threading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 947,
+ "length": 37,
+ "value": "\"allow_group_channel_create_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1038,
+ "length": 37,
+ "value": "\"allow_group_channel_invite_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1127,
+ "length": 35,
+ "value": "\"allow_operators_to_edit_operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1213,
+ "length": 34,
+ "value": "\"allow_operators_to_ban_operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1291,
+ "length": 27,
+ "value": "\"allow_super_group_channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1371,
+ "length": 36,
+ "value": "\"allow_group_channel_leave_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1461,
+ "length": 37,
+ "value": "\"allow_group_channel_update_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1564,
+ "length": 49,
+ "value": "\"allow_only_operator_sdk_to_update_group_channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1655,
+ "length": 25,
+ "value": "\"allow_broadcast_channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1713,
+ "length": 19,
+ "value": "\"message_search_v3\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1846,
+ "length": 28,
+ "value": "\"allow_user_update_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2166,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5410,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6139,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6335,
+ "length": 2,
+ "value": "25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6340,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6347,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6529,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6536,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "Dictionary",
+ "offset": 754,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1038,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1602,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2096,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2197,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2225,
+ "length": 168,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2240,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2272,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2288,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2321,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2347,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2373,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2392,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2907,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2938,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3328,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4498,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5515,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 414,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 598,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 947,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1189,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1236,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1972,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2538,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2580,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2618,
+ "length": 2,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2658,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2698,
+ "length": 2,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2922,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2973,
+ "length": 2,
+ "value": "51"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3024,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3155,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3197,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3238,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3279,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 400,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 882,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 915,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 958,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 998,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 27,
+ "value": "\"SendbirdUIKit.SBUUnknownMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1094,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1350,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1530,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1587,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2227,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2380,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2790,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "FloatLiteral",
+ "offset": 5807,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "FloatLiteral",
+ "offset": 6240,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9265,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 9365,
+ "length": 3,
+ "value": "\"0\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9373,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9522,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 9830,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 10158,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10306,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10611,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10698,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 11345,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11663,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11777,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11944,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12159,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12212,
+ "length": 6,
+ "value": "\"name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12271,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12335,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12403,
+ "length": 13,
+ "value": "\"ui_template\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 12439,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12488,
+ "length": 17,
+ "value": "\"color_variables\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 12528,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 12642,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 12834,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13094,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13155,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 13672,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 13855,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13940,
+ "length": 14,
+ "value": "\"template_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14023,
+ "length": 20,
+ "value": "\"template_variables\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 14066,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14170,
+ "length": 36,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14202,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14205,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 14783,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 14956,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15104,
+ "length": 33,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15133,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15136,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 15395,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 15453,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15563,
+ "length": 3,
+ "value": "\",\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15604,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15745,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15796,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15801,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15805,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15868,
+ "length": 7,
+ "value": "\"light\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15913,
+ "length": 6,
+ "value": "\"dark\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15957,
+ "length": 9,
+ "value": "\"default\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 16277,
+ "length": 5,
+ "value": "\"\\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 16290,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16569,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16784,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17094,
+ "length": 23,
+ "value": "\"\\{([^{}\\\"\\n]+)\\}\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 17140,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 17386,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17427,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17557,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17744,
+ "length": 4,
+ "value": "\"\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17756,
+ "length": 6,
+ "value": "\"\\\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17858,
+ "length": 10,
+ "value": "\"{\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17866,
+ "length": 1,
+ "value": "\"}\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 17939,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18423,
+ "length": 3,
+ "value": "\",\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18494,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18541,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18546,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18550,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18601,
+ "length": 7,
+ "value": "\"light\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18783,
+ "length": 6,
+ "value": "\"dark\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18962,
+ "length": 9,
+ "value": "\"default\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19412,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19465,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22437,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22463,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22437,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22463,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22707,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22773,
+ "length": 12,
+ "value": "\"theme_mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22707,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22773,
+ "length": 12,
+ "value": "\"theme_mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 22940,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 23085,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 23151,
+ "length": 11,
+ "value": "\"templates\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Moderations\/SBUModerationsViewModel.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 683,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 466,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 949,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 961,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1098,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1129,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1155,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1183,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1803,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2260,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2471,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2513,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3486,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3555,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4633,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4658,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4678,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4701,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4831,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4844,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4855,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4894,
+ "length": 3,
+ "value": "134"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5018,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5032,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5042,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5082,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5192,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5262,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5344,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5356,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5494,
+ "length": 2,
+ "value": "-6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5593,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5713,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5725,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5827,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5840,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5878,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5890,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5992,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6005,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6044,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6056,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6400,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6576,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6579,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6821,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6824,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7307,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7310,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7440,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7443,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8007,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8189,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8301,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8598,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8606,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8766,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8774,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8779,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8982,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9135,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9271,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9424,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9974,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11375,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11443,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11490,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12680,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12720,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12790,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13010,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13234,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13357,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13459,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13496,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14494,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14704,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1185,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "Array",
+ "offset": 1294,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2493,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2538,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2558,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2735,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2780,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2800,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3370,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3959,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3999,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4006,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4240,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4425,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4523,
+ "length": 45,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4556,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4558,
+ "length": 8,
+ "value": "\" channels\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4637,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "Array",
+ "offset": 6774,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "Array",
+ "offset": 8061,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1061,
+ "length": 27,
+ "value": "\"SendbirdUIKit.SBUOpenChannelListViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8905,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9129,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9330,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9533,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9667,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9806,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9976,
+ "length": 21,
+ "value": "\"Channel was deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10066,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4243,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4414,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4579,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5103,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9057,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "Array",
+ "offset": 2673,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2855,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2983,
+ "length": 4,
+ "value": "56.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3020,
+ "length": 4,
+ "value": "48.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3055,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3091,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3184,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4176,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4917,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5148,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6210,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6313,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 6635,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6660,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6804,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6841,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6893,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7185,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7540,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8032,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8061,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8103,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8150,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8224,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8324,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8491,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8573,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9540,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 10363,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 10449,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10907,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 11434,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 11455,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 11520,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "Array",
+ "offset": 11865,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12209,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12221,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12552,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13887,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13899,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 249,
+ "length": 11,
+ "value": "\"SBUConfig\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 2361,
+ "length": 56,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 2393,
+ "length": 1,
+ "value": "\".queue.diskcache.config\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2490,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 2533,
+ "length": 23,
+ "value": "\"sbu_config_updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 2581,
+ "length": 19,
+ "value": "\"sbu_config_config\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3266,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3630,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 4927,
+ "length": 47,
+ "value": "\"Failed to save config to disk cache: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 4973,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5590,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5982,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 6577,
+ "length": 33,
+ "value": "\"Could not remove file: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 6609,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7089,
+ "length": 33,
+ "value": "\"Could not remove file: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7121,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7588,
+ "length": 33,
+ "value": "\"Could not remove path: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7620,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7920,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7961,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 8052,
+ "length": 20,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 8070,
+ "length": 1,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 8916,
+ "length": 69,
+ "value": "\"No last update time value file cached in the file path: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 8984,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9014,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9261,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 9422,
+ "length": 34,
+ "value": "\"No last update time value cached\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9485,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 10022,
+ "length": 10,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 10031,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10101,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 10183,
+ "length": 47,
+ "value": "\"Error writing to file: lastUpdatedAtKey value\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/NotificationSettings\/SBUGroupChannelPushSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1989,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/NotificationSettings\/SBUGroupChannelPushSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2183,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/NotificationSettings\/SBUGroupChannelPushSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 805,
+ "length": 36,
+ "value": "\"SendbirdUIKit.SBUGroupChannelPushSettingsViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "Array",
+ "offset": 2670,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3586,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4484,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4495,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4504,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4516,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4591,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4662,
+ "length": 3,
+ "value": "244"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4719,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4732,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4740,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4751,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4952,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5145,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5525,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5594,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5663,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5981,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 539,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 571,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 650,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 726,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1029,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1060,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1092,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "StringLiteral",
+ "offset": 700,
+ "length": 64,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "StringLiteral",
+ "offset": 732,
+ "length": 1,
+ "value": "\".animation.key.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "StringLiteral",
+ "offset": 763,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1772,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "Array",
+ "offset": 1802,
+ "length": 20,
+ "value": "[0.5, 0.1, 0.2, 0.1]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1948,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "FloatLiteral",
+ "offset": 1954,
+ "length": 5,
+ "value": "-10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2041,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "FloatLiteral",
+ "offset": 2177,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2251,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2256,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2405,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "Dictionary",
+ "offset": 7702,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7923,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9774,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9952,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10298,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10311,
+ "length": 2,
+ "value": "-8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10320,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10363,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10496,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10508,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10806,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10819,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12141,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15044,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 22964,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23152,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24790,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24877,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25784,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26015,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26077,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26164,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26290,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27439,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27692,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27779,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28950,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29645,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29732,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31240,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31327,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31473,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 34107,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34464,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34470,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 34627,
+ "length": 29,
+ "value": "\"There are no message cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37261,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37314,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37496,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38001,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38040,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38731,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38924,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38969,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39114,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39241,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40511,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40554,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40563,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40610,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41366,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41636,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41753,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41913,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42227,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43212,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 43313,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 44141,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44190,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 44946,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45593,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 45642,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46592,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47735,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7172,
+ "length": 24,
+ "value": "\"uploadableFileInfoList\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7228,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7265,
+ "length": 5,
+ "value": "\"gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7302,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7675,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9836,
+ "length": 105,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9929,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9936,
+ "length": 1,
+ "value": "\".jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9973,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 10276,
+ "length": 24,
+ "value": "\"Failed to get mimeType\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 10399,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12369,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13679,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17984,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19442,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21060,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23049,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 23227,
+ "length": 105,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23320,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 23327,
+ "length": 1,
+ "value": "\".jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 23544,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24542,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25210,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27033,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27092,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27698,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28058,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28636,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "Dictionary",
+ "offset": 29450,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30805,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 30935,
+ "length": 22,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 30947,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 30956,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 31056,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 31068,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 31085,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32910,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33004,
+ "length": 22,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33016,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33025,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33089,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33101,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33118,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 34919,
+ "length": 41,
+ "value": "\"`SBUGlobals.userMentionConfig` is `nil`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 35122,
+ "length": 92,
+ "value": "\"User mention features are disabled. See `SBUGlobals.isMentionEnabled` for more information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35355,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35713,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35942,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36107,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36193,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36325,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36516,
+ "length": 3,
+ "value": "164"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36569,
+ "length": 3,
+ "value": "196"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36704,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37419,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37487,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37607,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37672,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37779,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37792,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38049,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38118,
+ "length": 3,
+ "value": "196"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "Array",
+ "offset": 38413,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38926,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39387,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39565,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39836,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40273,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41025,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42092,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 43061,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44696,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 243,
+ "length": 4,
+ "value": "5381"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 270,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 743,
+ "length": 46,
+ "value": "\"invalid regex: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 788,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 810,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 892,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1076,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1215,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 1393,
+ "length": 54,
+ "value": "\"failed removing regex: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 1446,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1625,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1744,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1773,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1861,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2037,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2220,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2302,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2319,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2048,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2559,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4265,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4692,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7757,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8561,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8611,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8889,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8996,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2001,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2546,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3508,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3558,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3954,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 338,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 386,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 808,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 855,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 458,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 974,
+ "length": 65,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1018,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1038,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1169,
+ "length": 65,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1213,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1233,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1426,
+ "length": 29,
+ "value": "\"[Request] Next channel List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1623,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1736,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1800,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2056,
+ "length": 29,
+ "value": "\"[Request] Next channel List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 295,
+ "length": 27,
+ "value": "\"SendbirdUIKit.SBUBaseChannelListViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2855,
+ "length": 26,
+ "value": "\"Did succeed reconnection\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3001,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3058,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3146,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1728,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1795,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1863,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1925,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1992,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2063,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2131,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2256,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2317,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2377,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2435,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2498,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2571,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2633,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2701,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2763,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2830,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4131,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "Array",
+ "offset": 10941,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 1685,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2421,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2450,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2854,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3028,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4492,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4535,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 6187,
+ "length": 36,
+ "value": "\"Can't read multiple files message.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7241,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 7483,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8601,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 8681,
+ "length": 9,
+ "value": "\"message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 8692,
+ "length": 12,
+ "value": "\"deprecated\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 9035,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9994,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 10074,
+ "length": 9,
+ "value": "\"message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 10085,
+ "length": 12,
+ "value": "\"deprecated\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 10450,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 489,
+ "length": 6,
+ "value": "\"%lld\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 564,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 660,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1189,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2058,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2091,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2275,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2309,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2488,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2520,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2700,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2733,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2920,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2955,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7697,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7729,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7763,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8080,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8196,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8302,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 8789,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 9007,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 9052,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9298,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9330,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9520,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9553,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9750,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9785,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 9974,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 10009,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10654,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10695,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13199,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 718,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2360,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2803,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3213,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 348,
+ "length": 5,
+ "value": "10001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 538,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2150,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2362,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2513,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2625,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2772,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2946,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2956,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2964,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2975,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "FloatLiteral",
+ "offset": 3206,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3267,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3278,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "FloatLiteral",
+ "offset": 3316,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3354,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5085,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5135,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5777,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5787,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5799,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5810,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 281,
+ "length": 17,
+ "value": "\"SendbirdUIKit.SBUNewMessageInfo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 227,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 373,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "Dictionary",
+ "offset": 517,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 683,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "StringLiteral",
+ "offset": 764,
+ "length": 7,
+ "value": "\"https\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1229,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "StringLiteral",
+ "offset": 1303,
+ "length": 23,
+ "value": "\"Can't read file size.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1376,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1398,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1990,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6949,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8435,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9045,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9084,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9336,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10088,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10210,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10243,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 10731,
+ "length": 42,
+ "value": "\"The message is not a type of UserMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10965,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12943,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13541,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14590,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14641,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14661,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14733,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14804,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15324,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIViewController+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 665,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelSettings\/SBUBaseChannelSettingsViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3161,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 470,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 511,
+ "length": 11,
+ "value": "\"📕Error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 772,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 813,
+ "length": 13,
+ "value": "\"📙Warning\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1070,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1111,
+ "length": 10,
+ "value": "\"📘Info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1358,
+ "length": 6,
+ "value": "\"Main\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1389,
+ "length": 3,
+ "value": "\"-\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1450,
+ "length": 3,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1463,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1491,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1505,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1580,
+ "length": 25,
+ "value": "\"yyyy-MM-dd HH:mm:ss.SSS\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1728,
+ "length": 51,
+ "value": "\"🎨SBULog \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1747,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1757,
+ "length": 1,
+ "value": "\" [%@ %@:%@:%d] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1778,
+ "length": 35,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1864,
+ "length": 44,
+ "value": "\"🎨SBULog \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1883,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1893,
+ "length": 1,
+ "value": "\" [%@ %@:%@:%d]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4835,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2119,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3113,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3352,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3579,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4433,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4790,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4869,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "IntegerLiteral",
+ "offset": 318,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "IntegerLiteral",
+ "offset": 364,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "IntegerLiteral",
+ "offset": 318,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "IntegerLiteral",
+ "offset": 364,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 6,
+ "value": "\"none\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "StringLiteral",
+ "offset": 804,
+ "length": 6,
+ "value": "\"edit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "StringLiteral",
+ "offset": 844,
+ "length": 13,
+ "value": "\"quote reply\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1900,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2489,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4056,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "FloatLiteral",
+ "offset": 4390,
+ "length": 3,
+ "value": "0.7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6248,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7403,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7992,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8458,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 2466,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3196,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4981,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 5030,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5066,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5146,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6113,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6173,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6205,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6572,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6629,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 288,
+ "length": 31,
+ "value": "\"enableUsingDefaultUserProfile\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 288,
+ "length": 31,
+ "value": "\"enableUsingDefaultUserProfile\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 476,
+ "length": 16,
+ "value": "\"enableDocument\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 476,
+ "length": 16,
+ "value": "\"enableDocument\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 612,
+ "length": 13,
+ "value": "\"enablePhoto\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 656,
+ "length": 13,
+ "value": "\"enableVideo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 612,
+ "length": 13,
+ "value": "\"enablePhoto\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 656,
+ "length": 13,
+ "value": "\"enableVideo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 13,
+ "value": "\"enablePhoto\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 13,
+ "value": "\"enableVideo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 13,
+ "value": "\"enablePhoto\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 13,
+ "value": "\"enableVideo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1123,
+ "length": 13,
+ "value": "\"enableOgtag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1177,
+ "length": 23,
+ "value": "\"enableTypingIndicator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1235,
+ "length": 17,
+ "value": "\"enableReactions\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1297,
+ "length": 27,
+ "value": "\"enableReactionsSupergroup\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1367,
+ "length": 15,
+ "value": "\"enableMention\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1420,
+ "length": 20,
+ "value": "\"enableVoiceMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1482,
+ "length": 24,
+ "value": "\"enableSuggestedReplies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1557,
+ "length": 23,
+ "value": "\"enableFormTypeMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1624,
+ "length": 16,
+ "value": "\"enableFeedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1123,
+ "length": 13,
+ "value": "\"enableOgtag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1177,
+ "length": 23,
+ "value": "\"enableTypingIndicator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1235,
+ "length": 17,
+ "value": "\"enableReactions\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1297,
+ "length": 27,
+ "value": "\"enableReactionsSupergroup\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1367,
+ "length": 15,
+ "value": "\"enableMention\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1420,
+ "length": 20,
+ "value": "\"enableVoiceMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1482,
+ "length": 24,
+ "value": "\"enableSuggestedReplies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1557,
+ "length": 23,
+ "value": "\"enableFormTypeMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1624,
+ "length": 16,
+ "value": "\"enableFeedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1865,
+ "length": 23,
+ "value": "\"enableTypingIndicator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1934,
+ "length": 28,
+ "value": "\"enableMessageReceiptStatus\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1865,
+ "length": 23,
+ "value": "\"enableTypingIndicator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1934,
+ "length": 28,
+ "value": "\"enableMessageReceiptStatus\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 2094,
+ "length": 21,
+ "value": "\"enableMessageSearch\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 2094,
+ "length": 21,
+ "value": "\"enableMessageSearch\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 2238,
+ "length": 13,
+ "value": "\"enableOgtag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 2238,
+ "length": 13,
+ "value": "\"enableOgtag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 1962,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Dictionary",
+ "offset": 2342,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Dictionary",
+ "offset": 2471,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2748,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2816,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2860,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2958,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Dictionary",
+ "offset": 3927,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Dictionary",
+ "offset": 3993,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4427,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5064,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5982,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6009,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6037,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 6137,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6197,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6229,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6588,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8387,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8540,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8589,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9005,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9886,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10336,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10815,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11416,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12167,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12211,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12660,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12752,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12887,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12987,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13043,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13100,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13622,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13891,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 14035,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14103,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15343,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15773,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16015,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16394,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16477,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 17219,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17279,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 17835,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17885,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18021,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18999,
+ "length": 18,
+ "value": "\"[@][{](.*?)([}])\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21749,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 21851,
+ "length": 4,
+ "value": "\"@{\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 21880,
+ "length": 3,
+ "value": "\"}\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 22668,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22697,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22773,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22808,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24722,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 25639,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26546,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27660,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 28538,
+ "length": 42,
+ "value": "\"Mention must have a range to insert into\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 28762,
+ "length": 52,
+ "value": "\"Mention range is out of bounds for the text length\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29121,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29455,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 29783,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29914,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29960,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30108,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30119,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30211,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30431,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 30561,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30642,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30789,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30793,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31330,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31400,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31478,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31653,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31902,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31918,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32001,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32056,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 32128,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 32169,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 32197,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 418,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 418,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 418,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 802,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 819,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 842,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 862,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 802,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 819,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 842,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 862,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 802,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 819,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 842,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 862,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3181,
+ "length": 76,
+ "value": "\"init(channelURL:startingPoint:messageListParams:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6971,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7218,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8277,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9877,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9943,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9999,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10053,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10108,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10277,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10486,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10639,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10795,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10871,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10926,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10979,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11033,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11182,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11255,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11318,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11379,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11441,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11657,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11840,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12017,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12197,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12280,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12342,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12402,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12463,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13050,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13427,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13496,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13562,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13905,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13986,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "Array",
+ "offset": 14096,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14108,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14120,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14138,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 14519,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14820,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 14951,
+ "length": 75,
+ "value": "\"Up to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15008,
+ "length": 3,
+ "value": "\" can be attached.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15126,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17148,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17270,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17482,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18277,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19741,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19985,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20074,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "Array",
+ "offset": 20455,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23026,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 25505,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 25515,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 25589,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26310,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26320,
+ "length": 59,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26378,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27239,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27659,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27930,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28131,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "Array",
+ "offset": 31884,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 34127,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34271,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34326,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34752,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35071,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35107,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35221,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35311,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35387,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36413,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 30,
+ "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 30,
+ "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 30,
+ "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4323,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4345,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 4420,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4449,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6626,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6630,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6780,
+ "length": 72,
+ "value": "\"`init?(coder:)` has not been implemented. Use `init(params:delegate:)`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8090,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9476,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 10555,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 10602,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10721,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10794,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10858,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10920,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10983,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11103,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11233,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13228,
- "length": 20,
- "value": "\"Muted Participants\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11356,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13310,
- "length": 14,
- "value": "\"Banned users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11482,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11544,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11607,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11730,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11873,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11886,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12638,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13126,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13877,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 13924,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13996,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14038,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14085,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14098,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 14271,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14343,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14385,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14463,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
"kind": "StringLiteral",
- "offset": 13377,
- "length": 14,
- "value": "\"Participants\""
+ "offset": 15292,
+ "length": 37,
+ "value": "\"Did receive error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
"kind": "StringLiteral",
- "offset": 13454,
- "length": 11,
- "value": "\"(No name)\""
+ "offset": 15325,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
"kind": "StringLiteral",
- "offset": 13504,
- "length": 10,
- "value": "\"Operator\""
+ "offset": 15328,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
"kind": "StringLiteral",
- "offset": 13598,
- "length": 10,
- "value": "\"Operator\""
+ "offset": 2936,
+ "length": 21,
+ "value": "\"SendbirdUIKit.SBUFileViewController\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16659,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16672,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16680,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16691,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18339,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18350,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18359,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18403,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18490,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18579,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 521,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 527,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 537,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 548,
+ "length": 2,
+ "value": "76"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 882,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "Array",
+ "offset": 1362,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1392,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2076,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2732,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3050,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3221,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3231,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3242,
+ "length": 2,
+ "value": "76"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3465,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3475,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3487,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3497,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3937,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4008,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4194,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4204,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4212,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4223,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4413,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4439,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4463,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4490,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4838,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5090,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6441,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6549,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6827,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6982,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7004,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7427,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7453,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7779,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8141,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8377,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8403,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8482,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8615,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8850,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8977,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9026,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
"kind": "StringLiteral",
- "offset": 13657,
+ "offset": 213,
+ "length": 26,
+ "value": "\"SendbirdUIKit.SBUMenuSheetViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 331,
"length": 8,
- "value": "\"Member\""
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13709,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 349,
"length": 9,
- "value": "\"User ID\""
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13763,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 368,
"length": 9,
- "value": "\"Message\""
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13818,
- "length": 10,
- "value": "\"Register\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 331,
+ "length": 8,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13876,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 349,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 368,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 331,
+ "length": 8,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 349,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 368,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
"length": 12,
- "value": "\"Unregister\""
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13930,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 530,
+ "length": 19,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 19,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 588,
"length": 6,
- "value": "\"Mute\""
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13980,
- "length": 8,
- "value": "\"Unmute\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 604,
+ "length": 15,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14029,
- "length": 5,
- "value": "\"Ban\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 629,
+ "length": 19,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14110,
- "length": 7,
- "value": "\"Group\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 12,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14165,
- "length": 13,
- "value": "\"Super group\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 530,
+ "length": 19,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14225,
- "length": 11,
- "value": "\"Broadcast\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 19,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14309,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 588,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 604,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 629,
+ "length": 19,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
"length": 12,
- "value": "\"(optional)\""
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14379,
- "length": 24,
- "value": "\"Please check the value\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 530,
+ "length": 19,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14490,
- "length": 40,
- "value": "\"Provide additional feedback (optional)\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 19,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14594,
- "length": 17,
- "value": "\"Leave a comment\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 588,
+ "length": 6,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14668,
- "length": 14,
- "value": "\"Edit comment\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 604,
+ "length": 15,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14733,
- "length": 17,
- "value": "\"Remove feedback\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 629,
+ "length": 19,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14806,
- "length": 22,
- "value": "\"Successfully changed\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2548,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 14935,
+ "offset": 3222,
+ "length": 36,
+ "value": "\"[Failed] Request record permission\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "Dictionary",
+ "offset": 3737,
"length": 3,
- "value": "\"@\""
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 15050,
- "length": 95,
- "value": "\"You can mention up to \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4112,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 15121,
- "length": 2,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4507,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 15124,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4843,
"length": 5,
- "value": "\" times per message. \""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15321,
- "length": 17,
- "value": "\"Reply in thread\""
+ "offset": 4884,
+ "length": 31,
+ "value": "\"[Failed] Recorder preparation\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 15441,
- "length": 17,
- "value": "\"Reply in thread\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5100,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5172,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15505,
+ "offset": 5263,
"length": 17,
- "value": "\"Reply to thread\""
+ "value": "\"[Failed] Record\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 15611,
- "length": 8,
- "value": "\"Thread\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5393,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15842,
- "length": 8,
- "value": "\"Cancel\""
+ "offset": 5599,
+ "length": 36,
+ "value": "\"[Failed] Request record permission\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5843,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 5997,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6004,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6660,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6728,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6985,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7873,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 16100,
- "length": 20,
- "value": "\"Channel is frozen.\""
+ "offset": 7922,
+ "length": 73,
+ "value": "\"[Failed] Audio session preparation error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 16324,
- "length": 31,
- "value": "\"You're muted by the operator.\""
+ "offset": 7994,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8113,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 16570,
- "length": 15,
- "value": "\"Voice message\""
+ "offset": 8350,
+ "length": 5,
+ "value": "\"m4a\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17188,
- "length": 15,
- "value": "\"Voice message\""
+ "offset": 8383,
+ "length": 30,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17319,
- "length": 15,
- "value": "\"Voice_message\""
+ "offset": 8395,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17577,
- "length": 7,
- "value": "\"Photo\""
+ "offset": 8412,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17621,
+ "offset": 8558,
+ "length": 28,
+ "value": "\"[Failed] Create voice file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8704,
"length": 5,
- "value": "\"GIF\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17665,
- "length": 7,
- "value": "\"Video\""
+ "offset": 9109,
+ "length": 74,
+ "value": "\"[Failed] Audio recorder preparation error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17711,
- "length": 7,
- "value": "\"Audio\""
+ "offset": 9182,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9301,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9378,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9404,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17757,
- "length": 15,
- "value": "\"Voice message\""
+ "offset": 9449,
+ "length": 40,
+ "value": "\"[Succeeded] Audio recorder preparation\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9626,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 9805,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9935,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10284,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17810,
- "length": 6,
- "value": "\"File\""
+ "offset": 10779,
+ "length": 79,
+ "value": "\"Recorder will be canceled because it is less than the minimum recording time.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17863,
- "length": 7,
- "value": "\"Photo\""
+ "offset": 11196,
+ "length": 27,
+ "value": "\"[Failed] Finish recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 11520,
+ "length": 59,
+ "value": "\"[Failed] Recorder encode error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 18092,
- "length": 67,
- "value": "\"The maximum size per file is \""
+ "offset": 11578,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 18155,
- "length": 2,
- "value": "\"MB.\""
+ "offset": 2089,
+ "length": 16,
+ "value": "\"SendbirdUIKit.SBUVoiceRecorder\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 369,
- "length": 4,
- "value": "18.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 969,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 464,
- "length": 4,
- "value": "18.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1008,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
"kind": "IntegerLiteral",
- "offset": 676,
- "length": 2,
- "value": "20"
+ "offset": 1041,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
"kind": "IntegerLiteral",
- "offset": 711,
- "length": 2,
- "value": "18"
+ "offset": 1084,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 868,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1172,
"length": 4,
- "value": "0.2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 200,
+ "length": 24,
+ "value": "\"SendbirdUIKit.SBUFileMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUTheme.Deprecated.swift",
"kind": "FloatLiteral",
- "offset": 999,
- "length": 4,
- "value": "16.0"
+ "offset": 13002,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUTheme.Deprecated.swift",
"kind": "FloatLiteral",
- "offset": 1142,
+ "offset": 20612,
"length": 4,
- "value": "16.0"
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 1361,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUTheme.Deprecated.swift",
+ "kind": "FloatLiteral",
+ "offset": 25798,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 1396,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 341,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 1688,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1036,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1908,
- "length": 2,
- "value": "16"
+ "offset": 1046,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1943,
- "length": 2,
- "value": "14"
+ "offset": 1054,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 2234,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1065,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 2453,
- "length": 2,
- "value": "20"
+ "offset": 310,
+ "length": 20,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 2488,
- "length": 2,
- "value": "14"
+ "offset": 340,
+ "length": 17,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 2776,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 367,
"length": 4,
- "value": "14.0"
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 2992,
- "length": 2,
- "value": "20"
+ "offset": 381,
+ "length": 5,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 3027,
- "length": 2,
- "value": "14"
+ "offset": 396,
+ "length": 17,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 3329,
- "length": 4,
- "value": "18.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 423,
+ "length": 13,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 3553,
- "length": 2,
- "value": "24"
+ "offset": 310,
+ "length": 20,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 3588,
- "length": 2,
- "value": "18"
+ "offset": 340,
+ "length": 17,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 3750,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 367,
"length": 4,
- "value": "0.38"
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 3888,
- "length": 4,
- "value": "16.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 381,
+ "length": 5,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 4110,
- "length": 2,
- "value": "16"
+ "offset": 396,
+ "length": 17,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 4145,
- "length": 2,
- "value": "16"
+ "offset": 423,
+ "length": 13,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 4307,
- "length": 4,
- "value": "0.4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 310,
+ "length": 20,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 4445,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 340,
+ "length": 17,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 4667,
- "length": 2,
- "value": "16"
+ "offset": 367,
+ "length": 4,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 4702,
- "length": 2,
- "value": "14"
+ "offset": 381,
+ "length": 5,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 4975,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 396,
+ "length": 17,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 5195,
- "length": 2,
- "value": "16"
+ "offset": 423,
+ "length": 13,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 5230,
- "length": 2,
- "value": "14"
+ "offset": 1964,
+ "length": 8,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 5532,
- "length": 4,
- "value": "12.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1986,
+ "length": 7,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 5754,
- "length": 2,
- "value": "12"
+ "offset": 2007,
+ "length": 6,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 5789,
- "length": 2,
- "value": "12"
+ "offset": 2027,
+ "length": 7,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 6067,
- "length": 4,
- "value": "12.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1964,
+ "length": 8,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 6292,
- "length": 2,
- "value": "12"
+ "offset": 1986,
+ "length": 7,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 6327,
- "length": 2,
- "value": "12"
+ "offset": 2007,
+ "length": 6,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 6602,
- "length": 4,
- "value": "11.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2027,
+ "length": 7,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 6824,
- "length": 2,
- "value": "12"
+ "offset": 1964,
+ "length": 8,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 6859,
- "length": 2,
- "value": "11"
+ "offset": 1986,
+ "length": 7,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 7137,
- "length": 4,
- "value": "11.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2007,
+ "length": 6,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 7362,
- "length": 2,
- "value": "12"
+ "offset": 2027,
+ "length": 7,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 7397,
- "length": 2,
- "value": "11"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3143,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 3176,
+ "length": 29,
+ "value": "\"[Failed] Player preparation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3466,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "FloatLiteral",
- "offset": 7722,
- "length": 4,
- "value": "16.0"
+ "offset": 3505,
+ "length": 3,
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 7948,
- "length": 2,
- "value": "22"
+ "offset": 3788,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 7983,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3898,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 8147,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 3935,
+ "length": 29,
+ "value": "\"[Failed] Player preparation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4082,
"length": 4,
- "value": "0.2"
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 8288,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4142,
"length": 4,
- "value": "16.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 8515,
- "length": 2,
- "value": "24"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 4349,
+ "length": 15,
+ "value": "\"[Failed] Play\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 8550,
- "length": 2,
- "value": "16"
+ "offset": 5222,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 8714,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5642,
"length": 4,
- "value": "0.2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 8855,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6363,
"length": 4,
- "value": "14.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9082,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6431,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9117,
- "length": 2,
- "value": "14"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6591,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 9281,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 7125,
+ "length": 37,
+ "value": "\"AVAudioSession Category Playback OK\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7229,
"length": 4,
- "value": "0.2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "StringLiteral",
- "offset": 421,
- "length": 2,
- "value": "\"\""
+ "offset": 7280,
+ "length": 26,
+ "value": "\"AVAudioSession is Active\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "StringLiteral",
- "offset": 471,
- "length": 2,
- "value": "\"\""
+ "offset": 7704,
+ "length": 66,
+ "value": "\"[Failed] Audio player preparation: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "StringLiteral",
- "offset": 522,
+ "offset": 7769,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
- "kind": "FloatLiteral",
- "offset": 789,
- "length": 3,
- "value": "0.4"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "BooleanLiteral",
- "offset": 827,
+ "offset": 7983,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "BooleanLiteral",
- "offset": 1037,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 351,
- "length": 3,
- "value": "136"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 399,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 446,
- "length": 2,
- "value": "12"
+ "offset": 8041,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 497,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8159,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 546,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 8253,
+ "length": 38,
+ "value": "\"[Succeeded] Audio player preparation\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 660,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8340,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 774,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "FloatLiteral",
+ "offset": 8519,
+ "length": 3,
+ "value": "0.1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "BooleanLiteral",
- "offset": 1135,
+ "offset": 8647,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 1501,
- "length": 2,
- "value": "10"
+ "offset": 8984,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 1740,
+ "offset": 9058,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 1844,
+ "offset": 9256,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 1988,
+ "offset": 9579,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 2092,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 9675,
+ "length": 25,
+ "value": "\"[Failed] Finish playing\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 228,
- "length": 3,
- "value": "244"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 9985,
+ "length": 57,
+ "value": "\"[Failed] Player decode error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 284,
- "length": 3,
- "value": "240"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 10041,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 297,
- "length": 3,
- "value": "160"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 1767,
+ "length": 14,
+ "value": "\"SendbirdUIKit.SBUVoicePlayer\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 350,
- "length": 3,
- "value": "240"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2217,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 363,
- "length": 3,
- "value": "160"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2279,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
"kind": "IntegerLiteral",
- "offset": 433,
- "length": 3,
- "value": "156"
+ "offset": 2522,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
"kind": "IntegerLiteral",
- "offset": 446,
- "length": 3,
- "value": "104"
+ "offset": 2535,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
"kind": "IntegerLiteral",
- "offset": 515,
- "length": 3,
- "value": "136"
+ "offset": 2543,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
"kind": "IntegerLiteral",
- "offset": 528,
- "length": 2,
- "value": "44"
+ "offset": 2554,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 600,
- "length": 3,
- "value": "311"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 3497,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 613,
- "length": 3,
- "value": "207"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "Array",
+ "offset": 5106,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 677,
- "length": 3,
- "value": "311"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5791,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 690,
- "length": 3,
- "value": "207"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 6143,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 750,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6976,
"length": 5,
- "value": "144.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 765,
- "length": 4,
- "value": "38.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 823,
- "length": 4,
- "value": "40.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7718,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 837,
- "length": 4,
- "value": "40.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3185,
+ "length": 2,
+ "value": "30"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 897,
- "length": 4,
- "value": "38.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 3705,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 911,
- "length": 4,
- "value": "38.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4039,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 977,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4991,
"length": 5,
- "value": "144.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 992,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5499,
"length": 4,
- "value": "38.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 1052,
- "length": 3,
- "value": "244"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 1120,
- "length": 2,
- "value": "44"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5829,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 1132,
- "length": 2,
- "value": "44"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5877,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1171,
- "length": 42,
- "value": "\"https:\/\/static.sendbird.com\/sample\/cover\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5923,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1254,
- "length": 10,
- "value": "\"sb_uikit\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5964,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1304,
- "length": 20,
- "value": "\"com.sendbird.uikit\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6148,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1378,
- "length": 44,
+ "offset": 6322,
+ "length": 65,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1398,
+ "offset": 6366,
"length": 1,
- "value": "\".delegate.channel.group\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1470,
- "length": 43,
- "value": "\"\""
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1490,
+ "offset": 6386,
"length": 1,
- "value": "\".delegate.channel.open\""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1561,
- "length": 43,
+ "offset": 6490,
+ "length": 67,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1581,
+ "offset": 6536,
"length": 1,
- "value": "\".delegate.channel.feed\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1656,
- "length": 41,
- "value": "\"\""
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1676,
+ "offset": 6556,
"length": 1,
- "value": "\".delegate.connection\""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1734,
- "length": 15,
- "value": "\"SBUAppVersion\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6947,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1789,
- "length": 11,
- "value": "\"audio\/m4a\""
+ "offset": 7238,
+ "length": 65,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1849,
- "length": 16,
- "value": "\"sbu_type=voice\""
+ "offset": 7282,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1907,
- "length": 28,
- "value": "\"KEY_VOICE_MESSAGE_DURATION\""
+ "offset": 7302,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1976,
- "length": 27,
- "value": "\"KEY_INTERNAL_MESSAGE_TYPE\""
+ "offset": 7406,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 2109,
- "length": 41,
- "value": "\"com.sendbird.uikit.groupchannel.message\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 2239,
+ "offset": 7452,
"length": 1,
- "value": "3"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 2281,
- "length": 3,
- "value": "102"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "IntegerLiteral",
- "offset": 580,
- "length": 2,
- "value": "30"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "IntegerLiteral",
- "offset": 771,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7472,
"length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "BooleanLiteral",
- "offset": 802,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "BooleanLiteral",
- "offset": 838,
- "length": 4,
- "value": "true"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1003,
+ "offset": 8198,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "IntegerLiteral",
- "offset": 1142,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "FloatLiteral",
- "offset": 1794,
- "length": 3,
- "value": "0.4"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "BooleanLiteral",
- "offset": 1845,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "IntegerLiteral",
- "offset": 2764,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 939,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8366,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
- "kind": "Array",
- "offset": 1198,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8412,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionView.swift",
- "kind": "IntegerLiteral",
- "offset": 515,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8432,
"length": 1,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
- "kind": "IntegerLiteral",
- "offset": 831,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8518,
+ "length": 65,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
- "kind": "IntegerLiteral",
- "offset": 854,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8562,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
- "kind": "IntegerLiteral",
- "offset": 878,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8582,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
- "kind": "IntegerLiteral",
- "offset": 903,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9291,
+ "length": 20,
+ "value": "\"Invalid ChannelURL\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 178,
- "length": 15,
- "value": "\"SendbirdUIKit.SBUPaddingLabel\""
+ "offset": 9401,
+ "length": 20,
+ "value": "\"Invalid ChannelURL\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 518,
+ "offset": 10231,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
- "kind": "IntegerLiteral",
- "offset": 846,
- "length": 5,
- "value": "10001"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10358,
+ "length": 47,
+ "value": "\"[Request] Load channel: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
- "kind": "Array",
- "offset": 1281,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10404,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 4065,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10904,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1641,
- "length": 20,
- "value": "\"transform.rotation\""
+ "offset": 10972,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "IntegerLiteral",
- "offset": 1692,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11997,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "IntegerLiteral",
- "offset": 1721,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12298,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "FloatLiteral",
- "offset": 1763,
- "length": 3,
- "value": "1.1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13400,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "FloatLiteral",
- "offset": 1935,
- "length": 5,
- "value": "100.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13461,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "FloatLiteral",
- "offset": 1972,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13852,
"length": 4,
- "value": "64.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
- "kind": "IntegerLiteral",
- "offset": 434,
- "length": 1,
- "value": "0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2566,
+ "offset": 13951,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4712,
+ "offset": 14008,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6307,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
- "kind": "Dictionary",
- "offset": 606,
- "length": 3,
- "value": "[]"
+ "offset": 14048,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
- "kind": "Dictionary",
- "offset": 720,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14181,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
- "kind": "Dictionary",
- "offset": 841,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15268,
+ "length": 122,
+ "value": "\"loadInitialNotifications,\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
- "kind": "Dictionary",
- "offset": 961,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15374,
+ "length": 16899,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1607,
+ "offset": 15887,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2343,
+ "offset": 16036,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2710,
- "length": 5,
- "value": "false"
+ "offset": 16216,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3381,
+ "offset": 16289,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16861,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3939,
+ "offset": 16955,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1167,
+ "offset": 17209,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1112,
+ "offset": 17300,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "BooleanLiteral",
- "offset": 1558,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 729,
- "length": 11,
- "value": "\"SendbirdUIKit.SBUMenuItem\""
+ "offset": 17557,
+ "length": 35,
+ "value": "\"Prev notification already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "Array",
- "offset": 2542,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17652,
+ "length": 34,
+ "value": "\"[Request] Prev notification list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2674,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18015,
"length": 5,
- "value": "180.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2710,
- "length": 4,
- "value": "40.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18188,
+ "length": 67,
+ "value": "\"[Prev notification response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2745,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18240,
+ "length": 13,
+ "value": "\" notifications\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2779,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18484,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2814,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18589,
"length": 4,
- "value": "18.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2854,
- "length": 3,
- "value": "8.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2903,
- "length": 4,
- "value": "15.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18778,
+ "length": 35,
+ "value": "\"Next notification already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2950,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18969,
"length": 4,
- "value": "36.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3086,
+ "offset": 19207,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2251,
+ "offset": 19340,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1759,
- "length": 32,
- "value": "\"SendbirdUIKit.SBUSelectablePhotoViewController\""
+ "offset": 19489,
+ "length": 67,
+ "value": "\"[Next notification Response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 537,
- "length": 31,
- "value": "\"SendbirdUIKit.SBUOpenChannelSettingsViewModel\""
+ "offset": 19541,
+ "length": 13,
+ "value": "\" notifications\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "StringLiteral",
- "offset": 463,
- "length": 21,
- "value": "\"com.sendbird.atomic\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19785,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1642,
- "length": 5,
- "value": "false"
+ "offset": 19889,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2890,
+ "offset": 20117,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
- "length": 9,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3728,
- "length": 6,
- "value": "2"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
- "length": 9,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3728,
- "length": 6,
- "value": "2"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
- "length": 9,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3728,
- "length": 6,
- "value": "2"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2900,
- "length": 2,
- "value": "30"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "Array",
- "offset": 3617,
+ "offset": 21613,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "Array",
- "offset": 3741,
+ "offset": 21661,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5075,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5123,
+ "offset": 23459,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5169,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23519,
+ "length": 104,
+ "value": "\"First : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5210,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23571,
+ "length": 1,
+ "value": "\", Last : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5395,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23622,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5436,
+ "offset": 23666,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 28074,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 402,
- "length": 3,
- "value": "164"
+ "offset": 24608,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 458,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 25800,
"length": 2,
- "value": "12"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 514,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 568,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 625,
- "length": 1,
- "value": "4"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 681,
+ "offset": 26108,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 733,
+ "offset": 26263,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 363,
+ "offset": 26412,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 812,
- "length": 1,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26472,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 221,
+ "offset": 27084,
"length": 26,
- "value": "\"SendbirdUIKit.SBUEmojiListViewController\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "FloatLiteral",
- "offset": 1376,
- "length": 3,
- "value": "1.5"
+ "value": "\"Did succeed reconnection\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 740,
- "length": 16,
- "value": "\"SendbirdUIKit.SBUToastViewItem\""
+ "offset": 27230,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2664,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27287,
"length": 2,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "FloatLiteral",
- "offset": 2760,
- "length": 4,
- "value": "0.64"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27863,
+ "length": 38,
+ "value": "\"Did receive user message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "FloatLiteral",
- "offset": 2796,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27900,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2847,
- "length": 2,
- "value": "30"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27956,
+ "length": 38,
+ "value": "\"Did receive file message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2857,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27993,
"length": 2,
- "value": "12"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2869,
- "length": 2,
- "value": "30"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28050,
+ "length": 39,
+ "value": "\"Did receive admin message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2880,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28088,
"length": 2,
- "value": "12"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "FloatLiteral",
- "offset": 2914,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28334,
"length": 4,
- "value": "48.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2966,
- "length": 2,
- "value": "12"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2976,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28360,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2988,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28983,
+ "length": 58,
+ "value": "\"messageCollection addedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2999,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29040,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3058,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29376,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3068,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29467,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3080,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29762,
+ "length": 60,
+ "value": "\"messageCollection updatedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3091,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29821,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3183,
+ "offset": 30026,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3807,
- "length": 2,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 4510,
- "length": 2,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30158,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 9443,
+ "offset": 30189,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 2025,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 2656,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30424,
+ "length": 60,
+ "value": "\"messageCollection deletedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3632,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30483,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8620,
+ "offset": 30687,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 8671,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30879,
+ "length": 34,
+ "value": "\"messageCollection changedChannel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 305,
- "length": 40,
- "value": "\"SendbirdUIKit.SBUChatNotificationChannelViewController\""
+ "offset": 31255,
+ "length": 34,
+ "value": "\"messageCollection deletedChannel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31536,
+ "length": 36,
+ "value": "\"messageCollection didDetectHugeGap\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1884,
+ "offset": 31911,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7117,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31990,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7658,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32000,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7709,
+ "offset": 32262,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "IntegerLiteral",
- "offset": 15821,
+ "offset": 4099,
"length": 1,
- "value": "0"
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "IntegerLiteral",
- "offset": 15856,
+ "offset": 4112,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 29112,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4195,
+ "length": 2,
+ "value": "-4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 317,
- "length": 29,
- "value": "\"SendbirdUIKit.SBUGroupChannelViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4209,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 317,
- "length": 29,
- "value": "\"SendbirdUIKit.SBUGroupChannelViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4268,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1106,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4428,
+ "length": 2,
+ "value": "20"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "BooleanLiteral",
- "offset": 3886,
- "length": 5,
- "value": "false"
+ "offset": 4495,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "StringLiteral",
- "offset": 683,
- "length": 6,
- "value": "\"file\""
+ "offset": 4580,
+ "length": 13,
+ "value": "\"searchField\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "IntegerLiteral",
- "offset": 3940,
- "length": 1,
- "value": "8"
+ "offset": 4735,
+ "length": 2,
+ "value": "20"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
- "kind": "IntegerLiteral",
- "offset": 4111,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4789,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "StringLiteral",
- "offset": 372,
- "length": 7,
- "value": "\"image\""
+ "offset": 5640,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
- "kind": "BooleanLiteral",
- "offset": 2391,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 9116,
+ "length": 13,
+ "value": "\"searchField\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
- "kind": "BooleanLiteral",
- "offset": 4444,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 10068,
+ "length": 14,
+ "value": "\"cancelButton\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "BooleanLiteral",
- "offset": 6820,
+ "offset": 10140,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1470,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1632,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 652,
"length": 5,
- "value": "270.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1674,
- "length": 3,
- "value": "3.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1717,
- "length": 4,
- "value": "20.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 771,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1757,
- "length": 4,
- "value": "32.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1887,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1797,
- "length": 4,
- "value": "20.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1910,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
"kind": "IntegerLiteral",
- "offset": 1839,
- "length": 2,
- "value": "16"
+ "offset": 3127,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1874,
- "length": 4,
- "value": "44.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3462,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1909,
- "length": 4,
- "value": "16.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3528,
+ "length": 30,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1949,
- "length": 4,
- "value": "40.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3539,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1984,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3557,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 2018,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3652,
+ "length": 61,
+ "value": "\"UserId:%@, Nickname:%@, ProfileURL:%@, Operator:%d Muted:%d\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 2053,
- "length": 4,
- "value": "18.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3769,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 2093,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3804,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 2134,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "Array",
+ "offset": 4168,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "BooleanLiteral",
- "offset": 2230,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 193,
+ "length": 7,
+ "value": "\"SendbirdUIKit.SBUUser\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 3117,
+ "offset": 2268,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "StringLiteral",
- "offset": 3229,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 3286,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 4353,
+ "offset": 2750,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "StringLiteral",
- "offset": 4453,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 4504,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
- "kind": "FloatLiteral",
- "offset": 332,
- "length": 3,
- "value": "0.3"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
- "kind": "StringLiteral",
- "offset": 205,
- "length": 12,
- "value": "\"SendbirdUIKit.SBUDebouncer\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3009,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "IntegerLiteral",
- "offset": 1140,
- "length": 2,
- "value": "20"
+ "offset": 3019,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "Array",
- "offset": 1411,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3027,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "Array",
- "offset": 1487,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3081,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "Array",
- "offset": 1798,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3237,
"length": 2,
- "value": "[]"
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2266,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3293,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 2312,
- "length": 5,
- "value": "false"
+ "offset": 4233,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1047,
- "length": 26,
- "value": "\"SendbirdUIKit.SBUBaseSelectUserViewModel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4532,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
- "kind": "IntegerLiteral",
- "offset": 5016,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4728,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 590,
+ "offset": 4933,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 1427,
+ "offset": 5193,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
"kind": "BooleanLiteral",
- "offset": 2021,
+ "offset": 680,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 459,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1137,
+ "length": 54,
+ "value": "\"(Message template error)\nCan’t read this message.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.OpenChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 1397,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1349,
+ "offset": 1441,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
- "kind": "Array",
- "offset": 721,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1942,
"length": 2,
- "value": "[]"
+ "value": "20"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
- "kind": "BooleanLiteral",
- "offset": 767,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2043,
+ "length": 3,
+ "value": "-20"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
- "kind": "BooleanLiteral",
- "offset": 947,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2132,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
- "kind": "StringLiteral",
- "offset": 340,
- "length": 23,
- "value": "\"SendbirdUIKit.SBUSuggestedMentionList\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2144,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
- "kind": "StringLiteral",
- "offset": 429,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2279,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2292,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2300,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2311,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 543,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 549,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
"length": 2,
- "value": "\"\""
+ "value": "60"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 257,
- "length": 3,
- "value": "100"
+ "offset": 571,
+ "length": 2,
+ "value": "34"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3206,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "Array",
- "offset": 370,
+ "offset": 3734,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 466,
+ "offset": 4068,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1721,
- "length": 4,
- "value": "true"
+ "offset": 5020,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
- "kind": "BooleanLiteral",
- "offset": 1928,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 5205,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2597,
+ "offset": 5338,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3284,
- "length": 5,
- "value": "false"
+ "offset": 5846,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3539,
+ "offset": 6181,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4015,
- "length": 4,
- "value": "true"
+ "offset": 6229,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4202,
+ "offset": 6275,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4587,
+ "offset": 6316,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5087,
+ "offset": 6500,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7124,
+ "offset": 6609,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 6716,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 10776,
+ "offset": 6826,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 10998,
+ "offset": 7009,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 12029,
+ "offset": 7421,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 244,
- "length": 5541,
- "value": "\"{\n \"version\": \"1\",\n \"body\": {\n \"items\": [\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"items\": [\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"items\": [\n {\n \"type\": \"image\",\n \"imageUrl\": \"https:\/\/dxstmhyqfqr1o.cloudfront.net\/notifications\/preset-notification-channel-cover.png\",\n \"imageStyle\": {\n \"contentMode\": \"aspectFill\"\n },\n \"viewStyle\": {},\n \"metaData\": {\n \"pixelWidth\": \"168\",\n \"pixelHeight\": \"168\"\n }\n },\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"viewStyle\": {\n \"radius\": \"8\",\n \"padding\": {\n \"top\": \"12\",\n \"bottom\": \"12\",\n \"left\": \"12\",\n \"right\": \"12\"\n }\n },\n \"items\": [\n {\n \"type\": \"text\",\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n },\n \"viewStyle\": {},\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"text\": \"Hello tez\",\n \"textStyle\": {\n \"color\": \"#ffbdb8bd\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"1\"\n },\n {\n \"type\": \"text\",\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n },\n \"viewStyle\": {},\n \"width\": {\n \"type\": \"fixed\",\n \"value\": \"1\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"text\": \"Your order #123123 has been shipped.\",\n \"textStyle\": {\n \"color\": \"#ffbdb8bd\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"1\"\n },\n {\n \"type\": \"textButton\",\n \"viewStyle\": {\n \"backgroundColor\": \"#E0E0E0\",\n \"padding\": {\n \"top\": \"10\",\n \"bottom\": \"10\",\n \"left\": \"20\",\n \"right\": \"20\"\n }\n },\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"text\": \"Check status\",\n \"textStyle\": {\n \"color\": \"#742DDD\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"5\",\n \"action\": {\n \"type\": \"web\",\n \"data\": \"https:\/\/naver.com\"\n }\n }\n ],\n \"height\": {\n \"type\": \"fixed\",\n \"value\": \"300\"\n },\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n }\n }\n ],\n \"viewStyle\": {}\n }\n ],\n \"viewStyle\": {}\n }\n ]\n }\n }\""
+ "offset": 7712,
+ "length": 65,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 9517,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7756,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 10270,
- "length": 19,
- "value": "\"TEMPLATE_DOWNLOAD\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 11812,
+ "offset": 7776,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 11839,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7880,
+ "length": 66,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 13748,
- "length": 3,
- "value": "\"SendbirdUIKit.Box\""
+ "offset": 7925,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 16645,
- "length": 4,
- "value": "\"SendbirdUIKit.Text\""
+ "offset": 7945,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "StringLiteral",
- "offset": 18403,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8680,
"length": 5,
- "value": "\"SendbirdUIKit.Image\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 19851,
- "length": 10,
- "value": "\"SendbirdUIKit.TextButton\""
+ "offset": 8848,
+ "length": 66,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 20824,
- "length": 11,
- "value": "\"SendbirdUIKit.ImageButton\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 28434,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32591,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32620,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32591,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32620,
+ "offset": 8893,
"length": 1,
- "value": "1"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32591,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8913,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32620,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8999,
+ "length": 65,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 34736,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9043,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 35694,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9063,
"length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
- "kind": "Dictionary",
- "offset": 6124,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 19749,
- "length": 4,
- "value": "true"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 37122,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9753,
+ "length": 20,
+ "value": "\"Invalid ChannelURL\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
- "kind": "FloatLiteral",
- "offset": 418,
- "length": 4,
- "value": "16.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9863,
+ "length": 20,
+ "value": "\"Invalid ChannelURL\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 682,
+ "offset": 10851,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 732,
+ "offset": 11190,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
- "kind": "BooleanLiteral",
- "offset": 899,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11376,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1381,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11444,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1567,
+ "offset": 12234,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1614,
+ "offset": 12507,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1758,
+ "offset": 12709,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2357,
+ "offset": 12773,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2391,
+ "offset": 12851,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2545,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13781,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13842,
"length": 2,
- "value": "40"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8070,
- "length": 5,
- "value": "false"
+ "offset": 14291,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8122,
- "length": 5,
- "value": "false"
+ "offset": 14390,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 447,
+ "offset": 14447,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationEmptyView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 335,
+ "offset": 14487,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 987,
+ "offset": 14620,
"length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1051,
- "length": 2,
- "value": "24"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1107,
- "length": 2,
- "value": "30"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15398,
+ "length": 122,
+ "value": "\"loadInitialNotifications,\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1166,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15504,
+ "length": 17138,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1227,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16019,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1286,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16152,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1347,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16330,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1592,
+ "offset": 16403,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1647,
+ "offset": 16975,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1701,
+ "offset": 17069,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2055,
+ "offset": 17323,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 3264,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17414,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 558,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17680,
+ "length": 35,
+ "value": "\"Prev notification already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 926,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17775,
+ "length": 34,
+ "value": "\"[Request] Prev notification list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1150,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18138,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1544,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18311,
+ "length": 67,
+ "value": "\"[Prev notification response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1643,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18363,
+ "length": 13,
+ "value": "\" notifications\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1678,
+ "offset": 18607,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18712,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18901,
+ "length": 35,
+ "value": "\"Next notification already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1839,
+ "offset": 19092,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2296,
+ "offset": 19330,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2335,
+ "offset": 19463,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19612,
+ "length": 67,
+ "value": "\"[Next notification Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19664,
+ "length": 13,
+ "value": "\" notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6244,
- "length": 5,
- "value": "false"
+ "offset": 19779,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1715,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20007,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "Array",
- "offset": 2111,
+ "offset": 21503,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2721,
+ "offset": 21828,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2767,
+ "offset": 22651,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1628,
- "length": 20,
- "value": "\"SendbirdUIKit.SBUUserListViewModel\""
+ "offset": 22711,
+ "length": 104,
+ "value": "\"First : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 259,
- "length": 20,
- "value": "\"cached_sbu_version\""
+ "offset": 22763,
+ "length": 1,
+ "value": "\", Last : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1237,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22814,
"length": 2,
- "value": "56"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1333,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22858,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1522,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23800,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 24992,
"length": 2,
- "value": "16"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1733,
+ "offset": 25300,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1942,
+ "offset": 25455,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2152,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25604,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 930,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25664,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 1129,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26307,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 1371,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26538,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2418,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3101,
+ "length": 35,
+ "value": "\"SendbirdUIKit.SBUFeedNotificationChannelViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27388,
+ "length": 26,
+ "value": "\"Did succeed reconnection\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27534,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27591,
"length": 2,
- "value": "20"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2460,
- "length": 1,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28166,
+ "length": 43,
+ "value": "\"Did receive user notification: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 484,
- "length": 25,
- "value": "\"SendbirdUIKit.SBUMessageThreadTitleView\""
+ "offset": 28208,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1166,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28264,
+ "length": 43,
+ "value": "\"Did receive file notification: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 1416,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28306,
"length": 2,
- "value": "46"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 2448,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28363,
+ "length": 44,
+ "value": "\"Did receive admin notification: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28406,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3078,
- "length": 5,
- "value": "false"
+ "offset": 28652,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3661,
+ "offset": 28678,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29320,
+ "length": 58,
+ "value": "\"notificationCollection addedMessages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29377,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4317,
- "length": 5,
- "value": "false"
+ "offset": 29713,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 10178,
- "length": 5,
- "value": "false"
+ "offset": 29804,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 246,
- "length": 40,
- "value": "\"SendbirdUIKit.SBUFeedNotificationChannelViewController\""
+ "offset": 30113,
+ "length": 65,
+ "value": "\"notificationCollection updatedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30177,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 9803,
+ "offset": 30382,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 26425,
+ "offset": 30523,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
- "kind": "Array",
- "offset": 665,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30554,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
- "kind": "Array",
- "offset": 854,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30803,
+ "length": 65,
+ "value": "\"notificationCollection deletedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
- "kind": "Array",
- "offset": 1042,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30867,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
- "kind": "Array",
- "offset": 1237,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31071,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31274,
+ "length": 39,
+ "value": "\"notificationCollection deletedChannel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31900,
+ "length": 41,
+ "value": "\"notificationCollection didDetectHugeGap\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 622,
+ "offset": 32280,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
- "kind": "BooleanLiteral",
- "offset": 1067,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32359,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
- "kind": "BooleanLiteral",
- "offset": 1752,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32369,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
- "kind": "StringLiteral",
- "offset": 1160,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUCreateChannelTypeSelector\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32631,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 612,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "Dictionary",
+ "offset": 913,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 662,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1286,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 845,
- "length": 4,
- "value": "true"
+ "offset": 1565,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1001,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1667,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1075,
+ "offset": 2577,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1260,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2679,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 306,
- "length": 5,
- "value": "1"
+ "offset": 2818,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 321,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5728,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 341,
- "length": 9,
- "value": "3"
+ "offset": 5874,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 306,
- "length": 5,
- "value": "1"
+ "offset": 6208,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 321,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "Array",
+ "offset": 6280,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 341,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8664,
+ "length": 3,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 306,
- "length": 5,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 55097,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 321,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 55777,
+ "length": 4,
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 341,
- "length": 9,
- "value": "3"
+ "offset": 59132,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 577,
- "length": 13,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 63365,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 600,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 64041,
+ "length": 4,
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 617,
- "length": 6,
- "value": "3"
+ "offset": 67361,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 633,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 71523,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 577,
- "length": 13,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 72199,
+ "length": 4,
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 600,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 78285,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 617,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 79050,
+ "length": 4,
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 633,
- "length": 5,
- "value": "4"
+ "offset": 82782,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 577,
- "length": 13,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 94839,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 600,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 106977,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 617,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 108075,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 633,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 109135,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 1677,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 129369,
+ "length": 4,
+ "value": "0.12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 1677,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 134658,
+ "length": 4,
+ "value": "0.36"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 1677,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 139914,
+ "length": 4,
+ "value": "0.36"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2079,
- "length": 12,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 145190,
+ "length": 4,
+ "value": "0.12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2101,
- "length": 11,
- "value": "2"
+ "offset": 186618,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2122,
- "length": 13,
- "value": "3"
+ "offset": 187338,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2145,
- "length": 17,
- "value": "4"
+ "offset": 189028,
+ "length": 2,
+ "value": "14"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2241,
- "length": 13,
- "value": "5"
+ "offset": 189263,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2079,
- "length": 12,
- "value": "1"
+ "offset": 190044,
+ "length": 2,
+ "value": "14"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2101,
+ "offset": 190558,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 191593,
"length": 11,
- "value": "2"
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2122,
- "length": 13,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 191655,
+ "length": 11,
+ "value": "\"#70000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2145,
- "length": 17,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 191715,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2079,
- "length": 12,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 192256,
+ "length": 11,
+ "value": "\"#e0ffffff\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2101,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 192318,
"length": 11,
- "value": "2"
+ "value": "\"#70ffffff\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2122,
- "length": 13,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 192378,
+ "length": 11,
+ "value": "\"#e0ffffff\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2145,
- "length": 17,
- "value": "4"
+ "offset": 192493,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2241,
- "length": 13,
- "value": "5"
+ "offset": 192672,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4024,
- "length": 7,
- "value": "1"
+ "offset": 192837,
+ "length": 2,
+ "value": "14"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4041,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 193073,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4060,
- "length": 5,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 193140,
+ "length": 11,
+ "value": "\"#70000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4075,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 193205,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4091,
- "length": 12,
- "value": "5"
+ "offset": 194025,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4178,
- "length": 14,
- "value": "6"
+ "offset": 194219,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4260,
- "length": 12,
- "value": "7"
+ "offset": 194586,
+ "length": 2,
+ "value": "14"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4341,
- "length": 13,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 195091,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4024,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 195157,
+ "length": 11,
+ "value": "\"#70000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4041,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 195230,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4060,
- "length": 5,
- "value": "3"
+ "offset": 196542,
+ "length": 2,
+ "value": "15"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4075,
- "length": 6,
- "value": "4"
+ "offset": 196837,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4091,
- "length": 12,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 364,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4024,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 574,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4041,
- "length": 9,
- "value": "2"
+ "offset": 1005,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4060,
- "length": 5,
- "value": "3"
+ "offset": 1096,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4075,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1127,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4091,
- "length": 12,
- "value": "5"
+ "offset": 1360,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4178,
- "length": 14,
- "value": "6"
+ "offset": 1382,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4260,
- "length": 12,
- "value": "7"
+ "offset": 1402,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4341,
- "length": 13,
- "value": "8"
+ "offset": 1425,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4530,
- "length": 5,
- "value": "1"
+ "offset": 1603,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4545,
- "length": 9,
- "value": "2"
+ "offset": 1615,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4530,
- "length": 5,
- "value": "1"
+ "offset": 1653,
+ "length": 2,
+ "value": "48"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4545,
- "length": 9,
- "value": "2"
+ "offset": 1665,
+ "length": 2,
+ "value": "48"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4530,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1802,
"length": 5,
- "value": "1"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4545,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1850,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4770,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2266,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4770,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2313,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4770,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 2879,
+ "length": 11,
+ "value": "\"image\/gif\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4901,
- "length": 10,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 3545,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4921,
- "length": 10,
+ "offset": 4945,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4941,
- "length": 15,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 4996,
+ "length": 11,
+ "value": "\"image\/gif\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4966,
- "length": 9,
- "value": "4"
+ "offset": 5374,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 4985,
- "length": 14,
- "value": "5"
+ "offset": 343,
+ "length": 4,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5009,
- "length": 19,
- "value": "6"
+ "offset": 349,
+ "length": 5,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5038,
- "length": 13,
- "value": "7"
+ "offset": 356,
+ "length": 3,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5061,
- "length": 15,
- "value": "8"
+ "offset": 343,
+ "length": 4,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5086,
+ "offset": 349,
"length": 5,
- "value": "9"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5172,
- "length": 15,
- "value": "10"
+ "offset": 356,
+ "length": 3,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 4901,
- "length": 10,
+ "offset": 343,
+ "length": 4,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 4921,
- "length": 10,
+ "offset": 349,
+ "length": 5,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 4941,
- "length": 15,
+ "offset": 356,
+ "length": 3,
"value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4966,
- "length": 9,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 609,
+ "length": 3,
+ "value": "8.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4985,
- "length": 14,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3635,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5009,
- "length": 19,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3805,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5038,
- "length": 13,
- "value": "7"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3896,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5061,
- "length": 15,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3985,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5086,
- "length": 5,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4076,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4901,
- "length": 10,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4188,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4921,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4303,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4941,
- "length": 15,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4465,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4966,
- "length": 9,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4555,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4985,
- "length": 14,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4643,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5009,
- "length": 19,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4735,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5038,
- "length": 13,
- "value": "7"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4847,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5061,
- "length": 15,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4962,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5086,
- "length": 5,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6228,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5172,
- "length": 15,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6293,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5452,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6358,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5469,
- "length": 8,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6423,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5487,
- "length": 7,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6550,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5504,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6678,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5452,
- "length": 7,
- "value": "1"
+ "offset": 702,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5469,
- "length": 8,
- "value": "2"
+ "offset": 753,
+ "length": 1,
+ "value": "7"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5487,
- "length": 7,
- "value": "3"
+ "offset": 872,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5504,
- "length": 6,
- "value": "4"
+ "offset": 918,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5646,
- "length": 5,
- "value": "1"
+ "offset": 968,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5646,
- "length": 5,
+ "offset": 1017,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5783,
- "length": 5,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "StringLiteral",
+ "offset": 1076,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5798,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1380,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5783,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1436,
"length": 5,
- "value": "1"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5798,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1477,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5959,
- "length": 3,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1513,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1551,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5988,
- "length": 6,
- "value": "3"
+ "offset": 1669,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5959,
- "length": 3,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1894,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2044,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5988,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2928,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6302,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3282,
"length": 5,
- "value": "1"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6317,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3381,
"length": 5,
- "value": "2"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6332,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3573,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4399,
"length": 5,
- "value": "3"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6347,
- "length": 3,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4448,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6360,
- "length": 3,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4498,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6302,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4549,
"length": 5,
- "value": "1"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6317,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4601,
"length": 5,
- "value": "2"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6332,
- "length": 5,
- "value": "3"
+ "offset": 4764,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6347,
- "length": 3,
- "value": "4"
+ "offset": 4982,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6360,
- "length": 3,
- "value": "5"
+ "offset": 5180,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6553,
- "length": 9,
- "value": "1"
+ "offset": 5412,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5497,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5548,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6600,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5597,
"length": 4,
- "value": "2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6644,
- "length": 7,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5647,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6723,
- "length": 11,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5746,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6811,
- "length": 15,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5797,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6553,
- "length": 9,
- "value": "1"
+ "offset": 5991,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6600,
- "length": 4,
- "value": "2"
+ "offset": 6224,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6644,
- "length": 7,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6319,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7106,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6369,
"length": 4,
- "value": "1"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7120,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8506,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7106,
- "length": 4,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8832,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7120,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4702,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7853,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 13,
+ "value": "\"E, MMM yyyy\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7853,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 371,
+ "length": 14,
+ "value": "\"MMM dd, yyyy\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7917,
- "length": 10,
- "value": "0b00000000"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 443,
+ "length": 11,
+ "value": "\"E, MMM dd\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7947,
- "length": 10,
- "value": "0b00000001"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 508,
+ "length": 8,
+ "value": "\"MMM dd\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7977,
- "length": 10,
- "value": "0b00000010"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 571,
+ "length": 9,
+ "value": "\"hh:mm a\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8007,
- "length": 10,
- "value": "0b00000100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 632,
+ "length": 7,
+ "value": "\"hh:mm\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8037,
- "length": 10,
- "value": "0b00000111"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 700,
+ "length": 12,
+ "value": "\"yyyy\/MM\/dd\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7917,
- "length": 10,
- "value": "0b00000000"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 779,
+ "length": 14,
+ "value": "\"yyyyMMddhhmm\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7947,
- "length": 10,
- "value": "0b00000001"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 864,
+ "length": 16,
+ "value": "\"yyyyMMddhhmmss\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7977,
- "length": 10,
- "value": "0b00000010"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 947,
+ "length": 16,
+ "value": "\"MMM dd hh:mm a\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8007,
- "length": 10,
- "value": "0b00000100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1040,
+ "length": 22,
+ "value": "\"MMM dd, yyyy hh:mm a\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8037,
- "length": 10,
- "value": "0b00000111"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1197,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 8172,
- "length": 4,
+ "offset": 1245,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 8186,
- "length": 4,
+ "offset": 1284,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1752,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 8172,
- "length": 4,
- "value": "1"
+ "offset": 2030,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 8186,
- "length": 4,
- "value": "2"
+ "offset": 2040,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 8172,
- "length": 4,
- "value": "1"
+ "offset": 2048,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 8186,
+ "offset": 2059,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6365,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6693,
"length": 4,
- "value": "2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "FloatLiteral",
- "offset": 666,
+ "offset": 6795,
"length": 4,
- "value": "16.0"
+ "value": "0.75"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1653,
+ "offset": 8796,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2120,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9477,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2129,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10062,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2140,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10396,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2150,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11052,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2194,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11331,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2232,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11588,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 2395,
- "length": 5,
- "value": "false"
+ "offset": 11648,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 3024,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 12096,
+ "length": 37,
+ "value": "\"Did receive error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 3264,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 12129,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 3513,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 12132,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 4325,
- "length": 5,
- "value": "false"
+ "offset": 13122,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 4999,
+ "offset": 13989,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "Dictionary",
+ "offset": 14278,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 5261,
+ "offset": 15513,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 5338,
+ "offset": 16222,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 15411,
+ "offset": 16765,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "BooleanLiteral",
- "offset": 15497,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1162,
"length": 4,
- "value": "true"
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 748,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1212,
+ "length": 6,
+ "value": "600000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1407,
"length": 5,
- "value": "false"
+ "value": "11025"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 508,
+ "offset": 1449,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 517,
- "length": 1,
- "value": "0"
+ "offset": 1553,
+ "length": 5,
+ "value": "12000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 557,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "IntegerLiteral",
- "offset": 528,
+ "offset": 3922,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "IntegerLiteral",
- "offset": 538,
+ "offset": 4040,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "IntegerLiteral",
- "offset": 955,
+ "offset": 4142,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4300,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4372,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1699,
- "length": 2,
- "value": "\"\""
+ "offset": 4451,
+ "length": 55,
+ "value": "\"Initialize state: initParamsBuilder called\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1821,
+ "offset": 4505,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 2181,
- "length": 2,
- "value": "\"\""
+ "offset": 4561,
+ "length": 39,
+ "value": "\"Initialize state: startHandler called\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 3068,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 4807,
+ "length": 43,
+ "value": "\"Initialize state: migrationHandler called\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 3390,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 5046,
+ "length": 44,
+ "value": "\"Initialize state: completionHandler called\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 5202,
+ "length": 54,
+ "value": "\"Initialize state: Failed - \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 5255,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 3431,
+ "offset": 6028,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 4026,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 6063,
+ "length": 58,
+ "value": "\"Initialize state: executeAfterInitCompleteHandler called\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 4426,
- "length": 1,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7058,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 4936,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 7230,
+ "length": 72,
+ "value": "\"[Check] Connection status : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 5217,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 7301,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 5316,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 7493,
+ "length": 75,
+ "value": "\"currentUser: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 7567,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 5351,
+ "offset": 8328,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
- "kind": "BooleanLiteral",
- "offset": 6585,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 8442,
+ "length": 34,
+ "value": "\"[Request] Connection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 396,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 8574,
+ "length": 63,
+ "value": "\"[Failed] Connection to Sendbird: CurrentUser value is not set\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 436,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9215,
+ "length": 71,
+ "value": "\"[Failed] Connection to Sendbird: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 473,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9282,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 704,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9285,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 867,
- "length": 2,
- "value": "50"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9450,
+ "length": 97,
+ "value": "\"[Warning] Connection to Sendbird: Succeed but error was occurred: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1065,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9546,
"length": 2,
- "value": "6"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1706,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9768,
+ "length": 34,
+ "value": "\"[Succeed] Connection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2325,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 10704,
+ "length": 58,
+ "value": "\"[Request] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2980,
- "length": 2,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 10931,
+ "length": 57,
+ "value": "\"[Failed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 3634,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 11052,
+ "length": 58,
+ "value": "\"[Succeed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 4340,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12484,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 4916,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 12808,
+ "length": 75,
+ "value": "\"currentUser: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 5153,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 12882,
"length": 2,
- "value": "16"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 5252,
- "length": 1,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 5287,
+ "offset": 13679,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 14617,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 13793,
+ "length": 38,
+ "value": "\"[Request] Authentication to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 14652,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 13929,
+ "length": 67,
+ "value": "\"[Failed] Authentication to Sendbird: CurrentUser value is not set\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
- "kind": "IntegerLiteral",
- "offset": 514,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 14478,
+ "length": 75,
+ "value": "\"[Failed] Authentication to Sendbird: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
- "kind": "BooleanLiteral",
- "offset": 548,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 14549,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
- "kind": "IntegerLiteral",
- "offset": 693,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 14552,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 331,
- "length": 16,
- "value": "\"SendbirdUIKit.SBUVoiceFileInfo\""
+ "offset": 14717,
+ "length": 101,
+ "value": "\"[Warning] Authentication to Sendbird: Succeed but error was occurred: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1674,
- "length": 3,
- "value": "100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 14817,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2214,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 15039,
+ "length": 38,
+ "value": "\"[Succeed] Authentication to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2266,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 15979,
+ "length": 58,
+ "value": "\"[Request] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2385,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 16206,
+ "length": 57,
+ "value": "\"[Failed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 16327,
+ "length": 58,
+ "value": "\"[Succeed] Register pending push token to Sendbird server\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2530,
+ "offset": 16923,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1556,
- "length": 23,
- "value": "\"SendbirdUIKit.SBUOpenChannelViewModel\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 292,
- "length": 13,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 315,
- "length": 14,
- "value": "2"
+ "offset": 17088,
+ "length": 52,
+ "value": "\"[Failed] Load global notification channel settings\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 339,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 17450,
+ "length": 29,
+ "value": "\"[Failed] Load template list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 359,
- "length": 8,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 18194,
+ "length": 63,
+ "value": "\"[Failed] Connection to Sendbird: CurrentUser value is not set\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 292,
- "length": 13,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 18410,
+ "length": 33,
+ "value": "\"[Failed] Connection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 315,
- "length": 14,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 19299,
+ "length": 58,
+ "value": "\"[Request] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 339,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 19514,
+ "length": 57,
+ "value": "\"[Failed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 359,
- "length": 8,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 19627,
+ "length": 58,
+ "value": "\"[Succeed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 508,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 19993,
+ "length": 37,
+ "value": "\"[Request] Disconnection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 525,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 20118,
+ "length": 37,
+ "value": "\"[Succeed] Disconnection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 544,
- "length": 5,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 22332,
+ "length": 28,
+ "value": "\"[Request] Update user info\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 559,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23150,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 575,
- "length": 12,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23207,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 662,
- "length": 14,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23396,
+ "length": 124,
+ "value": "\"[Succeed]\nUpdate user info: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 744,
- "length": 12,
- "value": "7"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23500,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 825,
- "length": 13,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23504,
+ "length": 3070,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 508,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24311,
+ "length": 17,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 525,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24327,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 544,
- "length": 5,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24457,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 559,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24512,
+ "length": 17,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 575,
- "length": 12,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24528,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
- "kind": "BooleanLiteral",
- "offset": 426,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24578,
+ "length": 7,
+ "value": "\"0.0.0\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 562,
- "length": 2,
- "value": "\"\""
+ "offset": 25034,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
- "kind": "IntegerLiteral",
- "offset": 602,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 25078,
+ "length": 7,
+ "value": "\"0.0.0\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 629,
+ "offset": 25832,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 25930,
+ "length": 50,
+ "value": "\"[Request] Register push token to Sendbird server\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2936,
+ "offset": 26085,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 370,
- "length": 31,
- "value": "\"LOCAL_CACHING_EMOJI_CONTAINER\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 544,
- "length": 4,
- "value": "true"
+ "offset": 26306,
+ "length": 42,
+ "value": "\"[Succeed] APNs push token is registered.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 639,
+ "offset": 26384,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 311,
- "length": 35,
- "value": "\"SendbirdUIKit.SBUTypingIndicatorMessageCellParams\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
- "kind": "Array",
- "offset": 2421,
- "length": 2,
- "value": "[]"
+ "offset": 26445,
+ "length": 42,
+ "value": "\"[Response] Push registration is pending.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 1357,
- "length": 4,
- "value": "true"
+ "offset": 26523,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "Array",
- "offset": 3231,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 26584,
+ "length": 149,
+ "value": "\"[Failed]\nAPNs registration failed with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "Array",
- "offset": 3406,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 26709,
+ "length": 1143,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 3470,
- "length": 2,
- "value": "56"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26769,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 3513,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 26835,
+ "length": 45,
+ "value": "\"[Failed] Push registration: unknown default\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 3946,
+ "offset": 26916,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 4062,
- "length": 4,
- "value": "true"
+ "offset": 27354,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 4507,
+ "offset": 27602,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4732,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 27670,
+ "length": 52,
+ "value": "\"[Request] Unregister push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4959,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 27870,
+ "length": 147,
+ "value": "\"[Failed]\nPush unregistration is fail: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 27989,
+ "length": 12449,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 5193,
+ "offset": 28057,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 5450,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 28154,
+ "length": 43,
+ "value": "\"[Succeed] Push unregistration is success.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 8441,
+ "offset": 28233,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 27491,
- "length": 4,
- "value": "true"
+ "offset": 28381,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 30114,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 239,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 239,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ "offset": 28508,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 239,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28977,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1022,
- "length": 19,
- "value": "\"suggested_replies\""
+ "offset": 29058,
+ "length": 56,
+ "value": "\"[Request] Unregister all push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1068,
- "length": 13,
- "value": "\"custom_view\""
+ "offset": 29260,
+ "length": 69,
+ "value": "\"[Failed] Push unregistration is fail: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1114,
- "length": 20,
- "value": "\"disable_chat_input\""
+ "offset": 29328,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
- "kind": "StringLiteral",
- "offset": 1022,
- "length": 19,
- "value": "\"suggested_replies\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29369,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1068,
- "length": 13,
- "value": "\"custom_view\""
+ "offset": 29466,
+ "length": 43,
+ "value": "\"[Succeed] Push unregistration is success.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
- "kind": "StringLiteral",
- "offset": 1114,
- "length": 20,
- "value": "\"disable_chat_input\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29545,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1704,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30884,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
- "kind": "Array",
- "offset": 2279,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32076,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
- "kind": "Array",
- "offset": 2442,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32164,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2716,
+ "offset": 33962,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2762,
+ "offset": 34243,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 281,
- "length": 2,
- "value": "26"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35372,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 510,
+ "offset": 35894,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 881,
+ "offset": 36321,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 933,
- "length": 1,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37747,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 1124,
- "length": 4,
- "value": "true"
+ "offset": 38360,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1200,
- "length": 2,
- "value": "\"\""
+ "offset": 40460,
+ "length": 98,
+ "value": "\"[Request] Create channel with users,\nUser: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 1833,
- "length": 2,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 40541,
+ "length": 1,
+ "value": "\")\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 2083,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 40639,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "FloatLiteral",
- "offset": 2606,
- "length": 3,
- "value": "4.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 40668,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 3624,
+ "offset": 40734,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 3822,
- "length": 2,
- "value": "80"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 41670,
+ "length": 138,
+ "value": "\"[Failed] Create channel request:\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 3859,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 41784,
+ "length": 4606,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 41928,
+ "length": 59,
+ "value": "\"[Failed] Create channel request: There is no channel url.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 42050,
+ "length": 57,
+ "value": "\"[Succeed] Create channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 42103,
"length": 2,
- "value": "48"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 3903,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 42106,
"length": 2,
- "value": "64"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "IntegerLiteral",
- "offset": 3915,
- "length": 2,
- "value": "68"
+ "offset": 42926,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 1851,
- "length": 5,
- "value": "false"
+ "offset": 43615,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 498,
- "length": 9,
- "value": "\"Waiting\""
+ "offset": 43652,
+ "length": 55,
+ "value": "\"[Failed] start chat with bot: need to be initialized.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 529,
- "length": 7,
- "value": "\"Ready\""
+ "offset": 43892,
+ "length": 48,
+ "value": "\"[Failed] start chat with bot: no current user.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 562,
- "length": 11,
- "value": "\"Executing\""
+ "offset": 44345,
+ "length": 52,
+ "value": "\"[Failed] start chat with bot: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 598,
- "length": 10,
- "value": "\"Finished\""
+ "offset": 44396,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "IntegerLiteral",
+ "offset": 44568,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 498,
- "length": 9,
- "value": "\"Waiting\""
+ "offset": 44606,
+ "length": 49,
+ "value": "\"[Failed] start chat with bot: no exist the bot.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 529,
- "length": 7,
- "value": "\"Ready\""
+ "offset": 45067,
+ "length": 52,
+ "value": "\"[Failed] start chat with bot: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 562,
- "length": 11,
- "value": "\"Executing\""
+ "offset": 45118,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 598,
- "length": 10,
- "value": "\"Finished\""
+ "offset": 45308,
+ "length": 55,
+ "value": "\"[Failed] start chat with aibot: no exist the channel.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1365,
- "length": 57,
- "value": "\"com.sendbird.uikit.operation.state.\""
+ "offset": 45530,
+ "length": 50,
+ "value": "\"[Succeed] Create channel: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1421,
- "length": 27,
+ "offset": 45579,
+ "length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 1639,
+ "offset": 45733,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2829,
- "length": 5,
- "value": "false"
+ "offset": 46383,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1735,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
"kind": "BooleanLiteral",
- "offset": 3109,
+ "offset": 2846,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
- "kind": "StringLiteral",
- "offset": 387,
- "length": 17,
- "value": "\"SendbirdUIKit.BlockingOperation\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "FloatLiteral",
+ "offset": 2899,
+ "length": 4,
+ "value": "80.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2967,
+ "length": 2,
+ "value": "46"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2979,
+ "length": 2,
+ "value": "46"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
"kind": "BooleanLiteral",
- "offset": 748,
+ "offset": 3739,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
"kind": "IntegerLiteral",
- "offset": 1129,
- "length": 2,
- "value": "16"
+ "offset": 3813,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1289,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3835,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 3522,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4694,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 440,
- "length": 25,
- "value": "\"com.sendbird.cache.file\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4708,
+ "length": 3,
+ "value": "-16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 565,
- "length": 10,
- "value": "\"template\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4718,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 609,
- "length": 14,
- "value": "\"user-profile\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4958,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 654,
- "length": 10,
- "value": "\"reaction\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5811,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 690,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6604,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6821,
"length": 5,
- "value": "\"web\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
"kind": "StringLiteral",
- "offset": 1280,
- "length": 49,
+ "offset": 7488,
+ "length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 1312,
- "length": 1,
- "value": "\".queue.diskcache\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7726,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 8316,
- "length": 51,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "Array",
+ "offset": 1365,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "StringLiteral",
- "offset": 8348,
- "length": 1,
- "value": "\".queue.memorycache\""
+ "offset": 2962,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "IntegerLiteral",
- "offset": 8580,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3708,
"length": 2,
- "value": "10"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "IntegerLiteral",
- "offset": 8585,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5257,
"length": 4,
- "value": "1024"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "IntegerLiteral",
- "offset": 8592,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5988,
"length": 4,
- "value": "1024"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "IntegerLiteral",
- "offset": 8700,
- "length": 2,
- "value": "30"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6398,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1559,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6677,
+ "length": 37,
+ "value": "\"Did receive error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1614,
- "length": 3,
- "value": "100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6710,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "StringLiteral",
- "offset": 1434,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUGroupChannelListViewModel\""
+ "offset": 6713,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "BooleanLiteral",
- "offset": 9036,
+ "offset": 8398,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1485,
- "length": 5,
- "value": "false"
+ "offset": 8724,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1552,
+ "offset": 9382,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 9437,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1585,
+ "offset": 10003,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1628,
+ "offset": 1730,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1674,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1736,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1722,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1746,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1765,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 1757,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
- "kind": "StringLiteral",
- "offset": 200,
- "length": 24,
- "value": "\"SendbirdUIKit.SBUUserMessageCellParams\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "Array",
+ "offset": 1947,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
- "kind": "IntegerLiteral",
- "offset": 479,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "Array",
+ "offset": 1985,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
- "kind": "IntegerLiteral",
- "offset": 691,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "Array",
+ "offset": 2846,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
- "kind": "IntegerLiteral",
- "offset": 907,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3182,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1185,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3221,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1227,
+ "offset": 3380,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1447,
- "length": 1,
- "value": "4"
+ "offset": 3638,
+ "length": 2,
+ "value": "56"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1831,
+ "offset": 3721,
"length": 2,
- "value": "56"
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1888,
+ "offset": 3731,
"length": 2,
- "value": "26"
+ "value": "19"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
- "kind": "StringLiteral",
- "offset": 712,
- "length": 3,
- "value": "\" \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3743,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 826,
+ "offset": 3753,
"length": 2,
- "value": "10"
+ "value": "19"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 961,
+ "offset": 3848,
"length": 2,
- "value": "15"
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1290,
+ "offset": 4180,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
- "kind": "IntegerLiteral",
- "offset": 289,
- "length": 1,
- "value": "4"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
- "kind": "FloatLiteral",
- "offset": 341,
- "length": 3,
- "value": "0.6"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
- "kind": "Array",
- "offset": 389,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4247,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
- "kind": "StringLiteral",
- "offset": 212,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUTypingIndicatorBubbleView\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4834,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1049,
+ "offset": 4856,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
- "kind": "BooleanLiteral",
- "offset": 1138,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4876,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
- "kind": "StringLiteral",
- "offset": 1237,
- "length": 20,
- "value": "\"transform.rotation\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4899,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1288,
+ "offset": 4980,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1317,
+ "offset": 5064,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "FloatLiteral",
- "offset": 1359,
+ "offset": 5103,
"length": 3,
- "value": "1.1"
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUTypingIndicatorInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 504,
+ "offset": 5173,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5234,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1259,
- "length": 4,
- "value": "true"
+ "offset": 5301,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1936,
+ "offset": 5365,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2512,
+ "offset": 5490,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 2925,
+ "offset": 5789,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 2975,
- "length": 5,
- "value": "false"
+ "offset": 5852,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 4400,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7017,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7554,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7622,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7634,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 10813,
+ "offset": 7658,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 11815,
+ "offset": 7885,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8175,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 16000,
+ "offset": 8534,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 16027,
+ "offset": 8671,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17767,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8675,
+ "length": 1,
+ "value": "9"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17814,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8711,
+ "length": 2,
+ "value": "41"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17897,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8723,
+ "length": 2,
+ "value": "44"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 19156,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8740,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 19203,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8745,
+ "length": 2,
+ "value": "99"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8782,
+ "length": 2,
+ "value": "49"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8794,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8848,
+ "length": 2,
+ "value": "57"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8860,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10120,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11394,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12895,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12952,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 19286,
+ "offset": 13395,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 24351,
+ "offset": 13489,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 25674,
+ "offset": 13562,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1245,
+ "length": 26,
+ "value": "\"SendbirdUIKit.SBUReactionsViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUGlobals.Deprecated.swift",
"kind": "BooleanLiteral",
- "offset": 7386,
+ "offset": 1925,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
"kind": "IntegerLiteral",
- "offset": 7415,
- "length": 1,
- "value": "1"
+ "offset": 1818,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
"kind": "IntegerLiteral",
- "offset": 7644,
+ "offset": 1829,
"length": 2,
- "value": "10"
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
"kind": "IntegerLiteral",
- "offset": 7654,
+ "offset": 1841,
"length": 1,
- "value": "9"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
"kind": "IntegerLiteral",
- "offset": 7665,
- "length": 2,
- "value": "10"
+ "offset": 1911,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 7676,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 5850,
+ "length": 63,
+ "value": "\"[Failed] decode CustomViewData : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 5912,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 7717,
- "length": 1,
- "value": "1"
+ "offset": 2234,
+ "length": 3,
+ "value": "100"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 7757,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3387,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3439,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 7944,
+ "offset": 3558,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 8290,
- "length": 1,
- "value": "4"
+ "offset": 3648,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8575,
- "length": 4,
- "value": "true"
+ "offset": 3703,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 8605,
+ "offset": 4191,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 8819,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4592,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4633,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4808,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 9121,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4854,
"length": 1,
- "value": "4"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 9889,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4874,
"length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 10581,
- "length": 2,
- "value": "12"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 10678,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6010,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 10771,
- "length": 2,
- "value": "38"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6056,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 10859,
- "length": 2,
- "value": "87"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6076,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 10969,
- "length": 5,
- "value": "false"
+ "offset": 6667,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11473,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7119,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11725,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7496,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11930,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7742,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11947,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8461,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11967,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9463,
+ "length": 47,
+ "value": "\"[Request] Load channel: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11985,
- "length": 3,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9509,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 13186,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9957,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 13563,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10025,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 13914,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11092,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 14368,
- "length": 2,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12006,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 16175,
+ "offset": 12067,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16208,
- "length": 5,
- "value": "false"
+ "offset": 12468,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16238,
+ "offset": 12507,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16270,
+ "offset": 12736,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16441,
- "length": 5,
- "value": "false"
+ "offset": 12776,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16539,
+ "offset": 13266,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 17326,
+ "offset": 13820,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 17407,
- "length": 5,
- "value": "false"
+ "offset": 13859,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13898,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 18892,
- "length": 60,
- "value": "\"Message input view changed mode to \""
+ "offset": 15143,
+ "length": 187,
+ "value": "\"loadInitialMessages,\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 18951,
- "length": 2,
+ "offset": 15244,
+ "length": 1,
+ "value": "\",\ninitialMessages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15314,
+ "length": 7103,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2441,
- "length": 2,
- "value": "56"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15467,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2539,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16163,
+ "length": 30,
+ "value": "\"Prev message already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2635,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16253,
+ "length": 69,
+ "value": "\"[Request] Prev message list from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 3288,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16321,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 3499,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16362,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3708,
+ "offset": 16530,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3906,
+ "offset": 16572,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 9237,
- "length": 5,
- "value": "false"
+ "offset": 16775,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 25571,
+ "offset": 17249,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1010,
+ "offset": 17297,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17531,
+ "length": 40,
+ "value": "\"Prev message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1049,
+ "offset": 17614,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 1082,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17710,
+ "length": 52,
+ "value": "\"[Prev message response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1170,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17752,
+ "length": 8,
+ "value": "\" messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
- "kind": "StringLiteral",
- "offset": 309,
- "length": 33,
- "value": "\"SendbirdUIKit.SBUMultipleFilesMessageCellParams\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18093,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 889,
+ "offset": 18293,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5401,
+ "offset": 18353,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
- "kind": "BooleanLiteral",
- "offset": 1319,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18505,
+ "length": 30,
+ "value": "\"Next message already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
- "kind": "IntegerLiteral",
- "offset": 2103,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18595,
+ "length": 65,
+ "value": "\"[Request] Next message list from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
- "kind": "IntegerLiteral",
- "offset": 2879,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18659,
"length": 2,
- "value": "55"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18700,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 2925,
- "length": 2,
- "value": "12"
+ "offset": 18872,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3007,
+ "offset": 18910,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3197,
- "length": 5,
- "value": "false"
+ "offset": 19109,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3608,
+ "offset": 19489,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
- "kind": "BooleanLiteral",
- "offset": 3998,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19696,
+ "length": 40,
+ "value": "\"Next message list request is not valid\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1560,
- "length": 19,
- "value": "\"SendbirdUIKit.SBUMessageStateView\""
+ "offset": 19828,
+ "length": 52,
+ "value": "\"[Next message Response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1560,
- "length": 19,
- "value": "\"SendbirdUIKit.SBUMessageStateView\""
+ "offset": 19870,
+ "length": 8,
+ "value": "\" messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 562,
+ "offset": 20203,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 851,
+ "offset": 20385,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFeedNotificationCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 217,
- "length": 29,
- "value": "\"SendbirdUIKit.SBUFeedNotificationCellParams\""
+ "offset": 20796,
+ "length": 69,
+ "value": "\"[Request] Both message list from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 630,
- "length": 11,
- "value": "\"reactions\""
+ "offset": 20864,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 673,
- "length": 15,
- "value": "\"enable_og_tag\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21143,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 738,
- "length": 33,
- "value": "\"use_last_messege_on_super_group\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21276,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 806,
- "length": 18,
- "value": "\"use_last_seen_at\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21548,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 867,
- "length": 26,
- "value": "\"enable_message_threading\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21620,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 947,
- "length": 37,
- "value": "\"allow_group_channel_create_from_sdk\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21663,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1038,
- "length": 37,
- "value": "\"allow_group_channel_invite_from_sdk\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21712,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1127,
- "length": 35,
- "value": "\"allow_operators_to_edit_operators\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21761,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1213,
- "length": 34,
- "value": "\"allow_operators_to_ban_operators\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21831,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1291,
- "length": 27,
- "value": "\"allow_super_group_channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21972,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1371,
- "length": 36,
- "value": "\"allow_group_channel_leave_from_sdk\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22069,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1461,
- "length": 37,
- "value": "\"allow_group_channel_update_from_sdk\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22208,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1564,
- "length": 49,
- "value": "\"allow_only_operator_sdk_to_update_group_channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22329,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1655,
- "length": 25,
- "value": "\"allow_broadcast_channel\""
+ "offset": 22427,
+ "length": 166,
+ "value": "\"Fetch from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1713,
- "length": 19,
- "value": "\"message_search_v3\""
+ "offset": 22476,
+ "length": 1,
+ "value": "\",\nlimit: prev = \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1846,
- "length": 28,
- "value": "\"allow_user_update_from_sdk\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
- "kind": "FloatLiteral",
- "offset": 414,
- "length": 4,
- "value": "16.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
- "kind": "BooleanLiteral",
- "offset": 598,
- "length": 4,
- "value": "true"
+ "offset": 22532,
+ "length": 1,
+ "value": "\",\nnext = \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
- "kind": "BooleanLiteral",
- "offset": 947,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22577,
+ "length": 2499,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1189,
+ "offset": 22624,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1236,
+ "offset": 23046,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 400,
+ "offset": 23122,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 882,
+ "offset": 24077,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 915,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 958,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24236,
+ "length": 43,
+ "value": "\"Initial message list request is not valid\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 998,
- "length": 4,
- "value": "true"
+ "offset": 24333,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 203,
- "length": 27,
- "value": "\"SendbirdUIKit.SBUUnknownMessageCellParams\""
+ "offset": 24398,
+ "length": 52,
+ "value": "\"[Both message response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22437,
- "length": 12,
- "value": "\"created_at\""
+ "offset": 24440,
+ "length": 8,
+ "value": "\" messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
- "kind": "StringLiteral",
- "offset": 22463,
- "length": 12,
- "value": "\"updated_at\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24783,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22437,
- "length": 12,
- "value": "\"created_at\""
+ "offset": 25086,
+ "length": 276,
+ "value": "\"[Initial message response] Prev count : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22463,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 25205,
+ "length": 1,
+ "value": "\",\nprevLimit : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22707,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 25283,
+ "length": 1,
+ "value": "\",\nhasPrev : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22773,
- "length": 12,
- "value": "\"theme_mode\""
+ "offset": 25346,
+ "length": 28,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22707,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 25384,
+ "length": 268,
+ "value": "\"[Initial message response] Next count : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22773,
- "length": 12,
- "value": "\"theme_mode\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
- "kind": "Array",
- "offset": 22940,
- "length": 2,
- "value": "[]"
+ "offset": 25503,
+ "length": 1,
+ "value": "\",\nnextLimit : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
- "kind": "IntegerLiteral",
- "offset": 466,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25577,
"length": 1,
- "value": "4"
+ "value": "\",\nhasNext : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
- "kind": "BooleanLiteral",
- "offset": 2260,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25636,
+ "length": 37,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 2471,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25683,
+ "length": 161,
+ "value": "\"[Initial message response] First : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 2513,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25771,
"length": 1,
- "value": "0"
+ "value": "\",\nLast : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
- "kind": "BooleanLiteral",
- "offset": 2597,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25828,
+ "length": 5321,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 13234,
+ "offset": 25948,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1185,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
- "kind": "Array",
- "offset": 1294,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26020,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1061,
- "length": 27,
- "value": "\"SendbirdUIKit.SBUOpenChannelListViewModel\""
+ "offset": 27143,
+ "length": 99,
+ "value": "\"Multiple files message - failed to upload file at index [\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "Array",
- "offset": 2673,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27209,
+ "length": 1,
+ "value": "\"]. \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "IntegerLiteral",
- "offset": 2855,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27241,
"length": 2,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "FloatLiteral",
- "offset": 2983,
- "length": 4,
- "value": "56.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27309,
+ "length": 69,
+ "value": "\"Multiple files message - file at index [\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "FloatLiteral",
- "offset": 3020,
- "length": 4,
- "value": "48.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27358,
+ "length": 1,
+ "value": "\"] upload completed.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "FloatLiteral",
- "offset": 3055,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28877,
+ "length": 40,
+ "value": "\"A filtered file message has been sent.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "FloatLiteral",
- "offset": 3091,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28992,
"length": 4,
- "value": "16.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3184,
+ "offset": 29305,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "IntegerLiteral",
- "offset": 4176,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30135,
+ "length": 67,
+ "value": "\"[Failed] Send user message request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30201,
"length": 2,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "IntegerLiteral",
- "offset": 4917,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30592,
+ "length": 57,
+ "value": "\"[Succeed] Send user message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30648,
"length": 2,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8573,
+ "offset": 30726,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 249,
- "length": 11,
- "value": "\"SBUConfig\""
+ "offset": 31159,
+ "length": 133,
+ "value": "\"[Failed] Send file message request:\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2361,
- "length": 56,
+ "offset": 31268,
+ "length": 2863,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2393,
- "length": 1,
- "value": "\".queue.diskcache.config\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
- "kind": "IntegerLiteral",
- "offset": 2490,
- "length": 1,
- "value": "1"
+ "offset": 31699,
+ "length": 57,
+ "value": "\"[Succeed] Send file message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2533,
- "length": 23,
- "value": "\"sbu_config_updated_at\""
+ "offset": 31755,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
- "kind": "StringLiteral",
- "offset": 2581,
- "length": 19,
- "value": "\"sbu_config_config\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31846,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3630,
+ "offset": 32366,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/NotificationSettings\/SBUGroupChannelPushSettingsViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32450,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 805,
- "length": 36,
- "value": "\"SendbirdUIKit.SBUGroupChannelPushSettingsViewModel\""
+ "offset": 32495,
+ "length": 76,
+ "value": "\"[Failed] Resend failed user message request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
- "kind": "IntegerLiteral",
- "offset": 3586,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32570,
"length": 2,
- "value": "12"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 6597,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32956,
+ "length": 62,
+ "value": "\"[Succeed] Resend failed file message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
- "kind": "Dictionary",
- "offset": 7702,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33017,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7923,
+ "offset": 33104,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33783,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 7172,
- "length": 24,
- "value": "\"uploadableFileInfoList\""
+ "offset": 34149,
+ "length": 193,
+ "value": "\"hasNext : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 7228,
- "length": 7,
- "value": "\"image\""
+ "offset": 34210,
+ "length": 1,
+ "value": "\",\nfirst : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 7265,
- "length": 5,
- "value": "\"gif\""
+ "offset": 34269,
+ "length": 1,
+ "value": "\",\nlast : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 7302,
- "length": 7,
- "value": "\"video\""
+ "offset": 34326,
+ "length": 298,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 7675,
+ "offset": 34436,
"length": 1,
- "value": "1"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 892,
- "length": 2,
- "value": "\"\""
+ "offset": 34634,
+ "length": 169,
+ "value": "\"newTimestamp : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 458,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34680,
+ "length": 1,
+ "value": "\",\nlastUpdatedTimestamp : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 295,
- "length": 27,
- "value": "\"SendbirdUIKit.SBUBaseChannelListViewModel\""
+ "offset": 34745,
+ "length": 1,
+ "value": "\",\ncurrentTime : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1728,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34787,
+ "length": 499,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1795,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35030,
+ "length": 21,
+ "value": "\"set to \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1863,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35050,
"length": 2,
- "value": "18"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1925,
- "length": 2,
- "value": "24"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35296,
+ "length": 194,
+ "value": "\"reset timestamp to : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1992,
- "length": 2,
- "value": "32"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35361,
+ "length": 1,
+ "value": "\",\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2063,
- "length": 2,
- "value": "48"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35432,
+ "length": 1,
+ "value": "\",\ncurrentTime : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2131,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35474,
+ "length": 3949,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2256,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35852,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2317,
- "length": 2,
- "value": "38"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36159,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2377,
- "length": 2,
- "value": "60"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 36929,
+ "length": 42,
+ "value": "\"[Request] Message change logs with token\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2435,
- "length": 2,
- "value": "28"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 37194,
+ "length": 59,
+ "value": "\"[Request] Message change logs with last updated timestamp\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2498,
- "length": 2,
- "value": "40"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 37748,
+ "length": 76,
+ "value": "\"[Request] Changelog added message list from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2571,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 37823,
"length": 2,
- "value": "36"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 2633,
- "length": 2,
- "value": "40"
+ "offset": 37993,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38094,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 38556,
+ "length": 51,
+ "value": "\"Changelog added message list request is not valid\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2701,
- "length": 2,
- "value": "15"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 38742,
+ "length": 55,
+ "value": "\"[Changelog added response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2763,
- "length": 2,
- "value": "22"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 38787,
+ "length": 8,
+ "value": "\" messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2830,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39433,
+ "length": 123,
+ "value": "\"[Failed] Message change logs request:\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39536,
+ "length": 181,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4131,
+ "offset": 39667,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "Array",
- "offset": 10941,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39731,
+ "length": 209,
+ "value": "\"[Response]\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
- "kind": "IntegerLiteral",
- "offset": 2854,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39787,
+ "length": 21,
+ "value": "\"%d updated messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3028,
+ "offset": 39836,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
- "kind": "IntegerLiteral",
- "offset": 4492,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39839,
"length": 1,
- "value": "0"
+ "value": "\",\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39870,
+ "length": 21,
+ "value": "\"%d deleted messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4535,
+ "offset": 39921,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39924,
+ "length": 22667,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8601,
+ "offset": 40259,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 9994,
- "length": 4,
- "value": "true"
+ "offset": 40857,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1189,
- "length": 4,
- "value": "true"
+ "offset": 41569,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 12668,
+ "offset": 41666,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 13199,
+ "offset": 41870,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 718,
+ "offset": 42340,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 928,
+ "offset": 42426,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
- "kind": "IntegerLiteral",
- "offset": 348,
- "length": 5,
- "value": "10001"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42461,
+ "length": 95,
+ "value": "\"Loaded added messages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
- "kind": "BooleanLiteral",
- "offset": 538,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42508,
+ "length": 1,
+ "value": "\", hasNext : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 281,
- "length": 17,
- "value": "\"SendbirdUIKit.SBUNewMessageInfo\""
+ "offset": 42555,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
- "kind": "BooleanLiteral",
- "offset": 227,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42765,
+ "length": 24,
+ "value": "\"[Request] Start typing\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1398,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42972,
+ "length": 22,
+ "value": "\"[Request] End typing\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1990,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 43719,
+ "length": 41,
+ "value": "\"`SBUGlobals.userMentionConfig` is `nil`\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 43962,
+ "length": 92,
+ "value": "\"User mention features are disabled. See `SBUGlobals.isMentionEnabled` for more information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 2119,
- "length": 2,
+ "offset": 44435,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 318,
- "length": 4,
- "value": "1"
+ "offset": 45055,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 364,
- "length": 10,
- "value": "2"
+ "offset": 45872,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 318,
- "length": 4,
+ "offset": 45877,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 364,
- "length": 10,
- "value": "2"
+ "offset": 46027,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
- "kind": "BooleanLiteral",
- "offset": 1900,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 46902,
+ "length": 42,
+ "value": "\"Couldn't retrieve thread list.: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 46943,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2489,
+ "offset": 46979,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4056,
+ "offset": 47046,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
- "kind": "FloatLiteral",
- "offset": 4390,
- "length": 3,
- "value": "0.7"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47071,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 47160,
+ "length": 41,
+ "value": "\"Response of retrieve thread list is nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6248,
- "length": 4,
- "value": "true"
+ "offset": 47236,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7403,
+ "offset": 47261,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7992,
+ "offset": 47301,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8458,
+ "offset": 47661,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 288,
- "length": 31,
- "value": "\"enableUsingDefaultUserProfile\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47886,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 288,
- "length": 31,
- "value": "\"enableUsingDefaultUserProfile\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48171,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 476,
- "length": 16,
- "value": "\"enableDocument\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48332,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 476,
- "length": 16,
- "value": "\"enableDocument\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 48724,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 612,
- "length": 13,
- "value": "\"enablePhoto\""
+ "offset": 1915,
+ "length": 25,
+ "value": "\"SendbirdUIKit.SBUMessageThreadViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 656,
- "length": 13,
- "value": "\"enableVideo\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50502,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 612,
- "length": 13,
- "value": "\"enablePhoto\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50545,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 656,
- "length": 13,
- "value": "\"enableVideo\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50575,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 790,
- "length": 13,
- "value": "\"enablePhoto\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50973,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 834,
- "length": 13,
- "value": "\"enableVideo\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 51292,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 790,
- "length": 13,
- "value": "\"enablePhoto\""
+ "offset": 51596,
+ "length": 32,
+ "value": "\"Did update message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 834,
- "length": 13,
- "value": "\"enableVideo\""
+ "offset": 51627,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1123,
- "length": 13,
- "value": "\"enableOgtag\""
+ "offset": 51824,
+ "length": 32,
+ "value": "\"Did update message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1177,
- "length": 23,
- "value": "\"enableTypingIndicator\""
+ "offset": 51855,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 1235,
- "length": 17,
- "value": "\"enableReactions\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 51929,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1297,
- "length": 27,
- "value": "\"enableReactionsSupergroup\""
+ "offset": 52851,
+ "length": 63,
+ "value": "\"Did update message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1367,
- "length": 15,
- "value": "\"enableMention\""
+ "offset": 52913,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1420,
- "length": 20,
- "value": "\"enableVoiceMessage\""
+ "offset": 53521,
+ "length": 48,
+ "value": "\"Did update message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1482,
- "length": 24,
- "value": "\"enableSuggestedReplies\""
+ "offset": 53568,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 53776,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1557,
- "length": 23,
- "value": "\"enableFormTypeMessage\""
+ "offset": 54166,
+ "length": 35,
+ "value": "\"Message was deleted: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1624,
- "length": 16,
- "value": "\"enableFeedback\""
+ "offset": 54200,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 54487,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1123,
- "length": 13,
- "value": "\"enableOgtag\""
+ "offset": 54816,
+ "length": 55,
+ "value": "\"Channel was changed, ChannelURL:\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1177,
- "length": 23,
- "value": "\"enableTypingIndicator\""
+ "offset": 54870,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1235,
- "length": 17,
- "value": "\"enableReactions\""
+ "offset": 55318,
+ "length": 54,
+ "value": "\"Channel was frozen, ChannelURL:\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1297,
- "length": 27,
- "value": "\"enableReactionsSupergroup\""
+ "offset": 55371,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1367,
- "length": 15,
- "value": "\"enableMention\""
+ "offset": 55820,
+ "length": 56,
+ "value": "\"Channel was unfrozen, ChannelURL:\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1420,
- "length": 20,
- "value": "\"enableVoiceMessage\""
+ "offset": 55875,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1482,
- "length": 24,
- "value": "\"enableSuggestedReplies\""
+ "offset": 56353,
+ "length": 16,
+ "value": "\"You are muted.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1557,
- "length": 23,
- "value": "\"enableFormTypeMessage\""
+ "offset": 56841,
+ "length": 18,
+ "value": "\"You are unmuted.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1624,
- "length": 16,
- "value": "\"enableFeedback\""
+ "offset": 57708,
+ "length": 17,
+ "value": "\"You are banned.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1865,
- "length": 23,
- "value": "\"enableTypingIndicator\""
+ "offset": 59736,
+ "length": 53,
+ "value": "\"messageCollection addedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1934,
- "length": 28,
- "value": "\"enableMessageReceiptStatus\""
+ "offset": 59788,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60408,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60476,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1865,
- "length": 23,
- "value": "\"enableTypingIndicator\""
+ "offset": 60835,
+ "length": 55,
+ "value": "\"messageCollection updatedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1934,
- "length": 28,
- "value": "\"enableMessageReceiptStatus\""
+ "offset": 60889,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 61431,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2094,
- "length": 21,
- "value": "\"enableMessageSearch\""
+ "offset": 61720,
+ "length": 55,
+ "value": "\"messageCollection deletedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2094,
- "length": 21,
- "value": "\"enableMessageSearch\""
+ "offset": 61774,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2238,
- "length": 13,
- "value": "\"enableOgtag\""
+ "offset": 62302,
+ "length": 34,
+ "value": "\"messageCollection changedChannel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2238,
- "length": 13,
- "value": "\"enableOgtag\""
+ "offset": 62560,
+ "length": 34,
+ "value": "\"messageCollection deletedChannel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "Array",
- "offset": 1962,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 840,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "Dictionary",
- "offset": 2342,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 849,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "Dictionary",
- "offset": 2471,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 860,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 2748,
+ "offset": 870,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "StringLiteral",
- "offset": 2816,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 914,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "StringLiteral",
- "offset": 2860,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 952,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "BooleanLiteral",
- "offset": 2958,
+ "offset": 1115,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "StringLiteral",
- "offset": 6588,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1844,
+ "length": 3,
+ "value": "4.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1896,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1948,
+ "length": 3,
+ "value": "4.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1999,
+ "length": 3,
+ "value": "4.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 2055,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 418,
- "length": 9,
- "value": "1"
+ "offset": 3239,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3297,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 418,
- "length": 9,
- "value": "1"
+ "offset": 5855,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 418,
- "length": 9,
- "value": "1"
+ "offset": 6077,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 802,
- "length": 7,
+ "offset": 6277,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
- "kind": "IntegerLiteral",
- "offset": 819,
- "length": 13,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6493,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
- "kind": "IntegerLiteral",
- "offset": 842,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6958,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 862,
- "length": 6,
- "value": "4"
+ "offset": 7227,
+ "length": 1,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 878,
- "length": 4,
- "value": "5"
+ "offset": 7544,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 802,
- "length": 7,
- "value": "1"
+ "offset": 7598,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 819,
- "length": 13,
- "value": "2"
+ "offset": 7666,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 842,
- "length": 10,
- "value": "3"
+ "offset": 7816,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 862,
- "length": 6,
- "value": "4"
+ "offset": 8123,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 878,
- "length": 4,
- "value": "5"
+ "offset": 8253,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 802,
- "length": 7,
- "value": "1"
+ "offset": 9241,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 819,
- "length": 13,
+ "offset": 9260,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "Array",
+ "offset": 9476,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 842,
- "length": 10,
- "value": "3"
+ "offset": 9724,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 862,
- "length": 6,
- "value": "4"
+ "offset": 9733,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 878,
- "length": 4,
- "value": "5"
+ "offset": 9744,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9754,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "BooleanLiteral",
- "offset": 20074,
+ "offset": 10067,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
- "kind": "StringLiteral",
- "offset": 1248,
- "length": 30,
- "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
- "kind": "StringLiteral",
- "offset": 1248,
- "length": 30,
- "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10831,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
- "kind": "StringLiteral",
- "offset": 1248,
- "length": 30,
- "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10905,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 4323,
+ "offset": 11285,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 4345,
+ "offset": 11593,
"length": 1,
- "value": "0"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4420,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11599,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 4449,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SendbirdUI.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2257,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 6533,
"length": 2,
- "value": "50"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "Array",
+ "offset": 1083,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "StringLiteral",
- "offset": 2936,
- "length": 21,
- "value": "\"SendbirdUIKit.SBUFileViewController\""
+ "offset": 1925,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 521,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3034,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3977,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "IntegerLiteral",
- "offset": 527,
+ "offset": 4097,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "IntegerLiteral",
- "offset": 537,
+ "offset": 4107,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "IntegerLiteral",
- "offset": 548,
- "length": 2,
- "value": "76"
+ "offset": 4115,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "IntegerLiteral",
- "offset": 882,
+ "offset": 4126,
"length": 1,
- "value": "6"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "StringLiteral",
- "offset": 213,
- "length": 26,
- "value": "\"SendbirdUIKit.SBUMenuSheetViewController\""
+ "offset": 5858,
+ "length": 22,
+ "value": "\"Not a group channel.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 331,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6237,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 349,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6327,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 368,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6606,
+ "length": 37,
+ "value": "\"Did receive error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 331,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6639,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 349,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6642,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 368,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8356,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 331,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9358,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 349,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 9413,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 368,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 3900,
+ "length": 26,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 508,
- "length": 12,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 3921,
+ "length": 4,
+ "value": "\"Cell\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 530,
- "length": 19,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1248,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 559,
- "length": 19,
- "value": "3"
+ "offset": 2952,
+ "length": 10,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 588,
+ "offset": 2972,
"length": 6,
- "value": "4"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 604,
- "length": 15,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 3234,
+ "length": 13,
+ "value": "\"quote_reply\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 629,
- "length": 19,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 3234,
+ "length": 13,
+ "value": "\"quote_reply\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 508,
- "length": 12,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 3882,
+ "length": 28,
+ "value": "\"Cannot decode SBUReplyType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 530,
- "length": 19,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 4330,
+ "length": 28,
+ "value": "\"Cannot decode SBUReplyType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 559,
- "length": 19,
- "value": "3"
+ "offset": 2952,
+ "length": 10,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 588,
+ "offset": 2972,
"length": 6,
- "value": "4"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 604,
- "length": 15,
- "value": "5"
+ "offset": 2952,
+ "length": 10,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 629,
- "length": 19,
- "value": "6"
+ "offset": 2972,
+ "length": 6,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 508,
- "length": 12,
+ "offset": 4622,
+ "length": 6,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 530,
- "length": 19,
+ "offset": 4705,
+ "length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 559,
- "length": 19,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 5453,
+ "length": 40,
+ "value": "\"Cannot decode SBUThreadReplySelectType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 588,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 5999,
+ "length": 40,
+ "value": "\"Cannot decode SBUThreadReplySelectType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 604,
- "length": 15,
- "value": "5"
+ "offset": 4622,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 629,
- "length": 19,
- "value": "6"
+ "offset": 4705,
+ "length": 6,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 2548,
- "length": 1,
- "value": "0"
+ "offset": 4622,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "StringLiteral",
- "offset": 2089,
- "length": 16,
- "value": "\"SendbirdUIKit.SBUVoiceRecorder\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4705,
+ "length": 6,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 969,
+ "offset": 3150,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1008,
+ "offset": 3572,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 1041,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3851,
+ "length": 67,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3897,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 1084,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3917,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1172,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4778,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 200,
- "length": 24,
- "value": "\"SendbirdUIKit.SBUFileMessageCellParams\""
+ "offset": 4824,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUTheme.Deprecated.swift",
- "kind": "FloatLiteral",
- "offset": 20612,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4844,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5789,
"length": 4,
- "value": "0.64"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 341,
+ "offset": 5916,
+ "length": 47,
+ "value": "\"[Request] Load channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5962,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 310,
- "length": 20,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6500,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 340,
- "length": 17,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6568,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 367,
- "length": 4,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 7338,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 381,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7474,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 396,
- "length": 17,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7861,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 423,
- "length": 13,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8639,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 310,
- "length": 20,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8700,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 340,
- "length": 17,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9079,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 367,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9178,
"length": 4,
- "value": "3"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 381,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9235,
"length": 5,
- "value": "4"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 396,
- "length": 17,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9464,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 423,
- "length": 13,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9496,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 310,
- "length": 20,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10517,
+ "length": 99,
+ "value": "\"Multiple files message - failed to upload file at index [\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 340,
- "length": 17,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10583,
+ "length": 1,
+ "value": "\"]. \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 367,
- "length": 4,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10615,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 381,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10683,
+ "length": 69,
+ "value": "\"Multiple files message - file at index [\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 396,
- "length": 17,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10732,
+ "length": 1,
+ "value": "\"] upload completed.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 423,
- "length": 13,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12251,
+ "length": 40,
+ "value": "\"A filtered file message has been sent.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1964,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12366,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1986,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12679,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2007,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13474,
+ "length": 187,
+ "value": "\"loadInitialMessages,\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2027,
- "length": 7,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13575,
+ "length": 1,
+ "value": "\",\ninitialMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1964,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13645,
+ "length": 23128,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1986,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14367,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2007,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14500,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2027,
- "length": 7,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14680,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1964,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14753,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1986,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15266,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2007,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15487,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2027,
- "length": 7,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15571,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 3788,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15654,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "StringLiteral",
- "offset": 1767,
- "length": 14,
- "value": "\"SendbirdUIKit.SBUVoicePlayer\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15938,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3185,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16019,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 16164,
"length": 2,
- "value": "30"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "Array",
- "offset": 3705,
+ "offset": 16238,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4039,
+ "offset": 16458,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17187,
+ "length": 30,
+ "value": "\"Prev message already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17277,
+ "length": 29,
+ "value": "\"[Request] Prev message list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4991,
+ "offset": 17625,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17783,
+ "length": 52,
+ "value": "\"[Prev message response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17825,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5829,
+ "offset": 18042,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5877,
- "length": 5,
- "value": "false"
+ "offset": 18132,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18327,
+ "length": 30,
+ "value": "\"Next message already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5923,
- "length": 5,
- "value": "false"
+ "offset": 18495,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5964,
+ "offset": 18723,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6148,
+ "offset": 18856,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18995,
+ "length": 52,
+ "value": "\"[Next message Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19037,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6947,
+ "offset": 19254,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19343,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20264,
+ "length": 24,
+ "value": "\"[Request] Start typing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20463,
+ "length": 22,
+ "value": "\"[Request] End typing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20859,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20930,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20934,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21114,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 23459,
+ "offset": 21548,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22506,
+ "length": 41,
+ "value": "\"`SBUGlobals.userMentionConfig` is `nil`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22749,
+ "length": 92,
+ "value": "\"User mention features are disabled. See `SBUGlobals.isMentionEnabled` for more information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4099,
+ "offset": 23222,
"length": 1,
- "value": "8"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4112,
+ "offset": 23841,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4195,
- "length": 2,
- "value": "4"
+ "offset": 24613,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4209,
+ "offset": 24618,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24768,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4268,
+ "offset": 25936,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
- "kind": "IntegerLiteral",
- "offset": 4428,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1949,
+ "length": 24,
+ "value": "\"SendbirdUIKit.SBUGroupChannelViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4495,
+ "offset": 26612,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26912,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27133,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 4580,
- "length": 13,
- "value": "\"searchField\""
+ "offset": 27227,
+ "length": 53,
+ "value": "\"messageCollection addedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
- "kind": "IntegerLiteral",
- "offset": 4735,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27279,
"length": 2,
- "value": "20"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4789,
+ "offset": 27598,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 652,
+ "offset": 27679,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 28195,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28682,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 771,
+ "offset": 28828,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1887,
+ "offset": 28981,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1910,
+ "offset": 29281,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29502,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29604,
+ "length": 55,
+ "value": "\"messageCollection updatedMessages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29658,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29837,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29954,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29985,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 193,
- "length": 7,
- "value": "\"SendbirdUIKit.SBUUser\""
+ "offset": 30225,
+ "length": 55,
+ "value": "\"messageCollection deletedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30279,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30456,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30653,
+ "length": 34,
+ "value": "\"messageCollection changedChannel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31309,
+ "length": 34,
+ "value": "\"messageCollection deletedChannel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31537,
+ "length": 36,
+ "value": "\"messageCollection didDetectHugeGap\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 543,
+ "offset": 31879,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 549,
+ "offset": 31958,
"length": 1,
- "value": "0"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 559,
+ "offset": 31968,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32228,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32622,
+ "length": 23,
+ "value": "\"[Request] Submit Form\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32761,
+ "length": 62,
+ "value": "\"[Request] Submit Form - error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32822,
"length": 2,
- "value": "60"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 571,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33468,
+ "length": 27,
+ "value": "\"[Request] Submit feedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33654,
+ "length": 66,
+ "value": "\"[Request] Submit feedback - error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33719,
"length": 2,
- "value": "34"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3206,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34381,
+ "length": 27,
+ "value": "\"[Request] Update feedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34567,
+ "length": 66,
+ "value": "\"[Request] update feedback - error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34632,
"length": 2,
- "value": "30"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "Array",
- "offset": 3734,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35139,
+ "length": 27,
+ "value": "\"[Request] Delete feedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35274,
+ "length": 66,
+ "value": "\"[Request] delete feedback - error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35339,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 4068,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36398,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5020,
+ "offset": 36424,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "FloatLiteral",
- "offset": 5205,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUTypingIndicatorMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 584,
"length": 3,
- "value": "0.5"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5338,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1984,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 6181,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2493,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 6229,
- "length": 5,
- "value": "false"
+ "offset": 4168,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 6275,
- "length": 5,
- "value": "false"
+ "offset": 4594,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 6316,
+ "offset": 5276,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 6500,
+ "offset": 7842,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8214,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 7009,
- "length": 5,
- "value": "false"
+ "offset": 8264,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 7421,
- "length": 5,
- "value": "false"
+ "offset": 8542,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 22651,
- "length": 5,
- "value": "false"
+ "offset": 8649,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3101,
- "length": 35,
- "value": "\"SendbirdUIKit.SBUFeedNotificationChannelViewModel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 339,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
- "kind": "Dictionary",
- "offset": 913,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 432,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 570,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "BooleanLiteral",
- "offset": 2577,
+ "offset": 1183,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "FloatLiteral",
- "offset": 78285,
- "length": 3,
- "value": "0.5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2967,
+ "length": 2,
+ "value": "51"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "FloatLiteral",
- "offset": 79050,
- "length": 4,
- "value": "0.64"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3045,
+ "length": 2,
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "IntegerLiteral",
- "offset": 82782,
+ "offset": 3057,
"length": 2,
- "value": "18"
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3158,
+ "length": 2,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3318,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3349,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "FloatLiteral",
- "offset": 109135,
+ "offset": 3378,
"length": 3,
"value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "FloatLiteral",
- "offset": 145190,
- "length": 4,
- "value": "0.12"
+ "offset": 3432,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "IntegerLiteral",
- "offset": 186618,
+ "offset": 3570,
"length": 2,
- "value": "18"
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "IntegerLiteral",
- "offset": 187338,
+ "offset": 3601,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3627,
"length": 2,
- "value": "18"
+ "value": "13"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "IntegerLiteral",
- "offset": 189028,
+ "offset": 3655,
"length": 2,
- "value": "14"
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4518,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5068,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5113,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5163,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5215,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5501,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5558,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5605,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5656,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 189263,
- "length": 2,
- "value": "12"
+ "offset": 1007,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 190044,
- "length": 2,
- "value": "14"
+ "offset": 1239,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 190558,
- "length": 2,
- "value": "12"
+ "offset": 2170,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 192493,
+ "offset": 2572,
"length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 192672,
+ "offset": 5126,
"length": 2,
- "value": "12"
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 192837,
+ "offset": 5202,
"length": 2,
- "value": "14"
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 193073,
- "length": 11,
- "value": "\"#e0000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5277,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 193140,
- "length": 11,
- "value": "\"#70000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5348,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 193205,
- "length": 11,
- "value": "\"#e0000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5427,
+ "length": 2,
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 194025,
- "length": 1,
- "value": "8"
+ "offset": 5439,
+ "length": 2,
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 194219,
+ "offset": 5517,
"length": 2,
- "value": "12"
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 194586,
+ "offset": 5529,
"length": 2,
- "value": "14"
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 195091,
- "length": 11,
- "value": "\"#e0000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5643,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 195157,
- "length": 11,
- "value": "\"#70000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5656,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 195230,
- "length": 11,
- "value": "\"#e0000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5664,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 196542,
- "length": 2,
- "value": "15"
+ "offset": 5675,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "IntegerLiteral",
- "offset": 196837,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 6959,
+ "length": 27,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
- "kind": "BooleanLiteral",
- "offset": 364,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 6978,
+ "length": 6,
+ "value": "\" photos\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "BooleanLiteral",
- "offset": 574,
+ "offset": 7108,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
- "kind": "IntegerLiteral",
- "offset": 343,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 8219,
"length": 4,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
- "kind": "IntegerLiteral",
- "offset": 349,
- "length": 5,
- "value": "2"
+ "value": "\"_0\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 356,
- "length": 3,
- "value": "3"
+ "offset": 11130,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 343,
- "length": 4,
+ "offset": 11155,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 349,
- "length": 5,
+ "offset": 11181,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 356,
- "length": 3,
- "value": "3"
+ "offset": 11130,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 343,
- "length": 4,
+ "offset": 11155,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 349,
- "length": 5,
+ "offset": 11181,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
- "kind": "IntegerLiteral",
- "offset": 356,
- "length": 3,
- "value": "3"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
- "kind": "FloatLiteral",
- "offset": 609,
- "length": 3,
- "value": "8.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "IntegerLiteral",
- "offset": 702,
- "length": 2,
- "value": "12"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 753,
+ "offset": 11130,
"length": 1,
- "value": "7"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "IntegerLiteral",
- "offset": 872,
- "length": 2,
- "value": "16"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "IntegerLiteral",
- "offset": 918,
- "length": 2,
- "value": "10"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 968,
- "length": 2,
- "value": "16"
+ "offset": 11155,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 1017,
+ "offset": 11181,
"length": 1,
- "value": "1"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.Header.swift",
"kind": "StringLiteral",
- "offset": 1076,
+ "offset": 3677,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 1380,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 1436,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 1477,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 744,
+ "length": 4,
+ "value": "34.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "BooleanLiteral",
- "offset": 1513,
+ "offset": 823,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "BooleanLiteral",
- "offset": 1551,
+ "offset": 1282,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1669,
+ "offset": 1329,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 1894,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1335,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 2044,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1506,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 2928,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1512,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 294,
- "length": 13,
- "value": "\"E, MMM yyyy\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1522,
+ "length": 1,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 371,
- "length": 14,
- "value": "\"MMM dd, yyyy\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1533,
+ "length": 1,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 443,
- "length": 11,
- "value": "\"E, MMM dd\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1749,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 508,
- "length": 8,
- "value": "\"MMM dd\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2220,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 571,
- "length": 9,
- "value": "\"hh:mm a\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2230,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 632,
- "length": 7,
- "value": "\"hh:mm\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2238,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 700,
- "length": 12,
- "value": "\"yyyy\/MM\/dd\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2249,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 779,
- "length": 14,
- "value": "\"yyyyMMddhhmm\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2774,
+ "length": 1,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 864,
- "length": 16,
- "value": "\"yyyyMMddhhmmss\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3043,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 947,
- "length": 16,
- "value": "\"MMM dd hh:mm a\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3278,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 1040,
- "length": 22,
- "value": "\"MMM dd, yyyy hh:mm a\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3430,
+ "length": 3,
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1245,
+ "offset": 3581,
"length": 1,
- "value": "1"
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1284,
+ "offset": 3709,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 1162,
- "length": 4,
- "value": "1000"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3947,
+ "length": 3,
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4202,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1212,
- "length": 6,
- "value": "600000"
+ "offset": 4291,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1407,
- "length": 5,
- "value": "11025"
+ "offset": 4954,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1449,
+ "offset": 5026,
"length": 1,
- "value": "1"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1553,
- "length": 5,
- "value": "12000"
+ "offset": 5138,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 557,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 5334,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 7058,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 6171,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 8328,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6429,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 12484,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6441,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "BooleanLiteral",
- "offset": 13679,
+ "offset": 7031,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 25832,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "BooleanLiteral",
- "offset": 30884,
+ "offset": 7141,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1735,
+ "offset": 7236,
"length": 2,
- "value": "16"
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
- "kind": "BooleanLiteral",
- "offset": 2846,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7248,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
- "kind": "FloatLiteral",
- "offset": 2899,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7302,
"length": 4,
- "value": "80.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 2967,
+ "offset": 7429,
"length": 2,
- "value": "46"
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 2979,
+ "offset": 7441,
"length": 2,
- "value": "46"
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1730,
+ "offset": 7492,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1736,
- "length": 1,
- "value": "0"
+ "offset": 7674,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1746,
- "length": 1,
- "value": "0"
+ "offset": 7686,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
- "kind": "FloatLiteral",
- "offset": 1757,
- "length": 3,
- "value": "0.5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8355,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
- "kind": "Array",
- "offset": 1947,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8717,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
- "kind": "Array",
- "offset": 1985,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 8766,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
- "kind": "StringLiteral",
- "offset": 1245,
- "length": 26,
- "value": "\"SendbirdUIKit.SBUReactionsViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9147,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 2234,
- "length": 3,
- "value": "100"
+ "offset": 9859,
+ "length": 6,
+ "value": "100000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3387,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 2849,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3439,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 727,
+ "length": 9,
+ "value": "\"iconAdd\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3558,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 862,
+ "length": 10,
+ "value": "\"iconBack\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3703,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 996,
+ "length": 9,
+ "value": "\"iconBad\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 4191,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1129,
+ "length": 9,
+ "value": "\"iconBan\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 13266,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1274,
+ "length": 15,
+ "value": "\"iconBroadcast\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 1915,
- "length": 25,
- "value": "\"SendbirdUIKit.SBUMessageThreadViewModel\""
+ "offset": 1419,
+ "length": 12,
+ "value": "\"iconCamera\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 840,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1565,
+ "length": 14,
+ "value": "\"iconChannels\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 849,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1705,
+ "length": 10,
+ "value": "\"iconChat\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 860,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1863,
+ "length": 21,
+ "value": "\"iconCheckboxChecked\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 870,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2036,
+ "length": 23,
+ "value": "\"iconCheckboxUnchecked\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 914,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2199,
+ "length": 17,
+ "value": "\"iconChevronDown\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 952,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2358,
+ "length": 18,
+ "value": "\"iconChevronRight\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1115,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2504,
+ "length": 11,
+ "value": "\"iconClose\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 1844,
- "length": 3,
- "value": "4.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2641,
+ "length": 10,
+ "value": "\"iconCopy\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 1896,
- "length": 4,
- "value": "12.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2781,
+ "length": 12,
+ "value": "\"iconCreate\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 1948,
- "length": 3,
- "value": "4.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2923,
+ "length": 12,
+ "value": "\"iconDelete\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 1999,
- "length": 3,
- "value": "4.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3069,
+ "length": 14,
+ "value": "\"iconDocument\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 2055,
- "length": 3,
- "value": "6.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3209,
+ "length": 10,
+ "value": "\"iconDone\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SendbirdUI.Deprecated.swift",
- "kind": "BooleanLiteral",
- "offset": 2257,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3351,
+ "length": 13,
+ "value": "\"iconDoneAll\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "BooleanLiteral",
- "offset": 1248,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3498,
+ "length": 14,
+ "value": "\"iconDownload\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2952,
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3638,
"length": 10,
- "value": "1"
+ "value": "\"iconEdit\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3784,
+ "length": 15,
+ "value": "\"iconEmojiMore\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 3234,
- "length": 13,
- "value": "\"quote_reply\""
+ "offset": 3927,
+ "length": 11,
+ "value": "\"iconEmpty\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 3234,
- "length": 13,
- "value": "\"quote_reply\""
+ "offset": 4066,
+ "length": 11,
+ "value": "\"iconError\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2952,
- "length": 10,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4213,
+ "length": 15,
+ "value": "\"iconFileAudio\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4370,
+ "length": 18,
+ "value": "\"iconFileDocument\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2952,
- "length": 10,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4518,
+ "length": 12,
+ "value": "\"iconFreeze\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4654,
+ "length": 9,
+ "value": "\"iconGif\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4622,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4789,
+ "length": 10,
+ "value": "\"iconGood\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4705,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4925,
+ "length": 10,
+ "value": "\"iconInfo\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4622,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5063,
+ "length": 11,
+ "value": "\"iconLeave\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4705,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5206,
+ "length": 13,
+ "value": "\"iconMembers\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4622,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5351,
+ "length": 13,
+ "value": "\"iconMessage\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4705,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5504,
+ "length": 17,
+ "value": "\"iconModerations\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2695,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5647,
+ "length": 10,
+ "value": "\"iconMore\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3117,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5783,
+ "length": 10,
+ "value": "\"iconMute\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 1494,
+ "offset": 5947,
"length": 24,
- "value": "\"SendbirdUIKit.SBUGroupChannelViewModel\""
+ "value": "\"iconNotificationFilled\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUTypingIndicatorMessageManager.swift",
- "kind": "Dictionary",
- "offset": 584,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6131,
+ "length": 27,
+ "value": "\"iconNotificationOffFilled\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
- "kind": "IntegerLiteral",
- "offset": 339,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6302,
+ "length": 19,
+ "value": "\"iconNotifications\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
- "kind": "IntegerLiteral",
- "offset": 432,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6455,
+ "length": 14,
+ "value": "\"iconOperator\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
- "kind": "IntegerLiteral",
- "offset": 570,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6597,
+ "length": 11,
+ "value": "\"iconPause\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1183,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6736,
+ "length": 11,
+ "value": "\"iconPhoto\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 1007,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6873,
+ "length": 10,
+ "value": "\"iconPlay\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 1239,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7009,
+ "length": 10,
+ "value": "\"iconPlus\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 2170,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7153,
+ "length": 14,
+ "value": "\"iconQuestion\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 2572,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7313,
+ "length": 20,
+ "value": "\"iconRadioButtonOff\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11130,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7477,
+ "length": 19,
+ "value": "\"iconRadioButtonOn\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11155,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7632,
+ "length": 15,
+ "value": "\"iconRecording\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11181,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7779,
+ "length": 13,
+ "value": "\"iconRefresh\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11130,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7922,
+ "length": 12,
+ "value": "\"iconRemove\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11155,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8066,
+ "length": 13,
+ "value": "\"iconReplied\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11181,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8207,
+ "length": 11,
+ "value": "\"iconReply\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11130,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8348,
+ "length": 12,
+ "value": "\"iconSearch\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11155,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8486,
+ "length": 10,
+ "value": "\"iconSend\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11181,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8628,
+ "length": 13,
+ "value": "\"iconSpinner\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
- "kind": "FloatLiteral",
- "offset": 744,
- "length": 4,
- "value": "34.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8767,
+ "length": 10,
+ "value": "\"iconStop\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
- "kind": "BooleanLiteral",
- "offset": 823,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8915,
+ "length": 16,
+ "value": "\"iconSupergroup\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9061,
+ "length": 12,
+ "value": "\"iconThread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9217,
+ "length": 19,
+ "value": "\"iconThumbnailNone\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9362,
+ "length": 10,
+ "value": "\"iconUser\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphoneos\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9518,
+ "length": 20,
+ "value": "\"iconVoiceMessageOn\""
}
]
}
\ No newline at end of file
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.private.swiftinterface b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.private.swiftinterface
index 65c84971..7d88686f 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.private.swiftinterface
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.private.swiftinterface
@@ -1,12 +1,13 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdUIKit
+// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
+// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdUIKit
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFAudio
import AVFoundation
import AVKit
import AssetsLibrary
import CoreGraphics
+import DeveloperToolsSupport
import Foundation
import MobileCoreServices
import Photos
@@ -15,9 +16,11 @@ import QuartzCore
import SafariServices
import SendbirdChatSDK
import Swift
+import SwiftUI
import UIKit
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
import simd
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUModerationsViewController : SendbirdUIKit.SBUBaseViewController, SendbirdUIKit.SBUModerationsModuleHeaderDelegate, SendbirdUIKit.SBUModerationsModuleListDelegate, SendbirdUIKit.SBUModerationsModuleListDataSource, SendbirdUIKit.SBUCommonViewModelDelegate, SendbirdUIKit.SBUModerationsViewModelDelegate {
@objc @_Concurrency.MainActor(unsafe) public var headerComponent: SendbirdUIKit.SBUModerationsModule.Header?
@@ -137,8 +140,8 @@ extension SendbirdUIKit.SBUBaseChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var newMessageInfoView: UIKit.UIView?
@objc @_Concurrency.MainActor(unsafe) public var scrollBottomView: UIKit.UIView?
@objc @_Concurrency.MainActor(unsafe) public var userProfileView: UIKit.UIView?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelModuleListDataSource)?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
@@ -218,8 +221,8 @@ extension SendbirdUIKit.SBUConfig {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
@_hasMissingDesignatedInitializers public class SBUScrollPostionConfiguration {
@@ -283,7 +286,7 @@ public protocol SBUOpenChannelListModuleHeaderDelegate : SendbirdUIKit.SBUBaseCh
extension SendbirdUIKit.SBUOpenChannelListModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelListModule.Header {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUOpenChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate)? {
get
set
}
@@ -292,7 +295,7 @@ extension SendbirdUIKit.SBUOpenChannelListModule {
@available(*, unavailable, renamed: "SBUOpenChannelListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUOpenChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUOpenChannelListTheme)
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUOpenChannelListTheme? = nil)
}
}
@@ -336,8 +339,8 @@ extension SendbirdUIKit.SBUMessageSearchModule {
}
@objc @_Concurrency.MainActor(unsafe) public var resultCell: SendbirdUIKit.SBUMessageSearchResultCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageSearchTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageSearchModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageSearchModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageSearchModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageSearchModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var resultList: [SendbirdChatSDK.BaseMessage] {
@objc get
}
@@ -346,7 +349,7 @@ extension SendbirdUIKit.SBUMessageSearchModule {
@available(*, unavailable, renamed: "SBUMessageSearchModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageSearchModuleListDelegate, dataSource: SendbirdUIKit.SBUMessageSearchModuleListDataSource, theme: SendbirdUIKit.SBUMessageSearchTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageSearchModuleListDelegate, dataSource: any SendbirdUIKit.SBUMessageSearchModuleListDataSource, theme: SendbirdUIKit.SBUMessageSearchTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUMessageSearchTheme? = nil)
@@ -387,18 +390,18 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageThreadModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var parentMessage: SendbirdChatSDK.BaseMessage?
@objc @_Concurrency.MainActor(unsafe) public var mentionManager: SendbirdUIKit.SBUMentionManager?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleInputDelegate, dataSource: SendbirdUIKit.SBUMessageThreadModuleInputDataSource, parentMessage: SendbirdChatSDK.BaseMessage?, mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleInputDelegate, dataSource: any SendbirdUIKit.SBUMessageThreadModuleInputDataSource, parentMessage: SendbirdChatSDK.BaseMessage?, mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -451,11 +454,11 @@ public protocol SBUGroupChannelModuleHeaderDelegate : SendbirdUIKit.SBUBaseChann
}
extension SendbirdUIKit.SBUGroupChannelModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func onTapLeftBarButton()
@_Concurrency.MainActor(unsafe) @objc override open func onTapRightBarButton()
@@ -601,11 +604,11 @@ public protocol SBUGroupChannelSettingsViewModelDelegate : SendbirdUIKit.SBUBase
@available(*, deprecated, renamed: "SBUGroupChannelSettingsViewModel")
public typealias SBUChannelSettingsViewModel = SendbirdUIKit.SBUGroupChannelSettingsViewModel
@objc open class SBUGroupChannelSettingsViewModel : SendbirdUIKit.SBUBaseChannelSettingsViewModel {
- weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String?)
override public func updateChannel(channelName: Swift.String? = nil, coverImage: UIKit.UIImage? = nil)
@@ -638,15 +641,15 @@ public protocol SBURegisterOperatorViewModelDelegate : SendbirdUIKit.SBUBaseSele
public protocol SBURegisterOperatorViewModelDataSource : SendbirdUIKit.SBUBaseSelectUserViewModelDataSource {
}
@objc open class SBURegisterOperatorViewModel : SendbirdUIKit.SBUBaseSelectUserViewModel {
- weak public var delegate: SendbirdUIKit.SBURegisterOperatorViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBURegisterOperatorViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: SendbirdUIKit.SBURegisterOperatorViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBURegisterOperatorViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: (any SendbirdUIKit.SBURegisterOperatorViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBURegisterOperatorViewModelDataSource)? = nil)
public func registerAsOperators()
public func registerAsOperators(users: [SendbirdUIKit.SBUUser])
public func registerAsOperators(userIds: [Swift.String])
@@ -684,15 +687,15 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.OpenChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleInputDelegate, dataSource: SendbirdUIKit.SBUOpenChannelModuleInputDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleInputDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelModuleInputDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@objc @_Concurrency.MainActor(unsafe) open func updateStyles(overlaid: Swift.Bool = false)
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@_Concurrency.MainActor(unsafe) @objc override open func pickVideoFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -726,8 +729,8 @@ extension SendbirdUIKit.SBUBaseSelectUserModule {
}
@objc @_Concurrency.MainActor(unsafe) public var userCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseSelectUserModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseSelectUserModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseSelectUserModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseSelectUserModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var userList: [SendbirdUIKit.SBUUser]? {
@objc get
}
@@ -762,15 +765,15 @@ public protocol SBUInviteUserViewModelDelegate : SendbirdUIKit.SBUBaseSelectUser
public protocol SBUInviteUserViewModelDataSource : SendbirdUIKit.SBUBaseSelectUserViewModelDataSource {
}
@objc open class SBUInviteUserViewModel : SendbirdUIKit.SBUBaseSelectUserViewModel {
- weak public var delegate: SendbirdUIKit.SBUInviteUserViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUInviteUserViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUInviteUserViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUInviteUserViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: SendbirdUIKit.SBUInviteUserViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUInviteUserViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: (any SendbirdUIKit.SBUInviteUserViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUInviteUserViewModelDataSource)? = nil)
public func inviteUsers()
public func invite(users: [SendbirdUIKit.SBUUser])
public func invite(userIds: [Swift.String])
@@ -805,11 +808,11 @@ public protocol SBURegisterOperatorModuleListDataSource : SendbirdUIKit.SBUBaseS
}
extension SendbirdUIKit.SBURegisterOperatorModule {
@_inheritsConvenienceInitializers @objc(SBURegisterOperatorModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBURegisterOperatorModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBURegisterOperatorModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorModuleListDataSource)? {
get
set
}
@@ -818,7 +821,7 @@ extension SendbirdUIKit.SBURegisterOperatorModule {
@available(*, unavailable, renamed: "SBURegisterOperatorModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBURegisterOperatorModuleListDelegate, dataSource: SendbirdUIKit.SBURegisterOperatorModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBURegisterOperatorModuleListDelegate, dataSource: any SendbirdUIKit.SBURegisterOperatorModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
@@ -842,8 +845,8 @@ open class SBUModerationsViewModel {
public var channelType: SendbirdChatSDK.ChannelType {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel, delegate: SendbirdUIKit.SBUModerationsViewModelDelegate? = nil)
- public init(channelURL: Swift.String, channelType: SendbirdChatSDK.ChannelType, delegate: SendbirdUIKit.SBUModerationsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel, delegate: (any SendbirdUIKit.SBUModerationsViewModelDelegate)? = nil)
+ public init(channelURL: Swift.String, channelType: SendbirdChatSDK.ChannelType, delegate: (any SendbirdUIKit.SBUModerationsViewModelDelegate)? = nil)
public func loadChannel(channelURL: Swift.String)
public func freezeChannel(_ completionHandler: ((Swift.Bool) -> Swift.Void)? = nil)
public func unfreezeChannel(_ completionHandler: ((Swift.Bool) -> Swift.Void)? = nil)
@@ -985,7 +988,7 @@ open class SBUUserListModule {
}
public class SBUTypingIndicatorMessage : SendbirdChatSDK.BaseMessage {
public var typingIndicatorInfo: SendbirdUIKit.SBUTypingIndicatorInfo?
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
public protocol SBUOpenChannelModuleListDelegate : SendbirdUIKit.SBUBaseChannelModuleListDelegate {
@@ -1000,11 +1003,11 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var fileMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
@objc @_Concurrency.MainActor(unsafe) public var unknownMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
@objc @_Concurrency.MainActor(unsafe) public var customMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelModuleListDataSource)? {
get
set
}
@@ -1014,7 +1017,7 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var isOverlaid: Swift.Bool {
@objc get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@objc @_Concurrency.MainActor(unsafe) open func updateLayouts()
@@ -1095,8 +1098,8 @@ extension SendbirdUIKit.SBUBaseChannelListModule {
}
@objc @_Concurrency.MainActor(unsafe) public var channelCell: SendbirdUIKit.SBUBaseChannelCell?
@objc @_Concurrency.MainActor(unsafe) public var customCell: SendbirdUIKit.SBUBaseChannelCell?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelListModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelListModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelListModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelListModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannelList: [SendbirdChatSDK.BaseChannel]? {
@objc get
}
@@ -1194,11 +1197,11 @@ public protocol SBUCreateChannelModuleHeaderDataSource : SendbirdUIKit.SBUBaseSe
}
extension SendbirdUIKit.SBUCreateChannelModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource)? {
get
set
}
@@ -1207,7 +1210,7 @@ extension SendbirdUIKit.SBUCreateChannelModule {
@available(*, unavailable, renamed: "SBUCreateChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -1221,7 +1224,7 @@ public protocol SBUEmptyViewDelegate : ObjectiveC.NSObjectProtocol {
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUEmptyView : SendbirdUIKit.SBUView {
@_Concurrency.MainActor(unsafe) public var type: SendbirdUIKit.EmptyViewType
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUEmptyViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUEmptyViewDelegate)?
@_Concurrency.MainActor(unsafe) public var statusImageView: UIKit.UIImageView {
get
set
@@ -1262,8 +1265,8 @@ public protocol SBUEmptyViewDelegate : ObjectiveC.NSObjectProtocol {
public var openChannel: SendbirdUIKit.SBUConfig.OpenChannel
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
open class SBUGroupChannelSettingsModule {
public static var HeaderComponent: SendbirdUIKit.SBUGroupChannelSettingsModule.Header.Type
@@ -1322,7 +1325,7 @@ extension SendbirdUIKit.SBUChannelInfoHeaderViewDelegate {
set
_modify
}
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUChannelInfoHeaderViewDelegate?)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUChannelInfoHeaderViewDelegate)?)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@available(*, unavailable, renamed: "SBUChannelInfoHeaderView()")
@_Concurrency.MainActor(unsafe) required public init?(coder: Foundation.NSCoder)
@@ -1605,8 +1608,8 @@ extension SendbirdUIKit.SBUConfig {
public var camera: SendbirdUIKit.SBUConfig.BaseInput.Camera
public var gallery: SendbirdUIKit.SBUConfig.BaseInput.Gallery
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.BaseInput {
@@ -1622,8 +1625,8 @@ extension SendbirdUIKit.SBUConfig.BaseInput {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.BaseInput {
@@ -1639,8 +1642,8 @@ extension SendbirdUIKit.SBUConfig.BaseInput {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
open class SBUGroupChannelModule {
@@ -1696,8 +1699,8 @@ public protocol SBUFeedbackViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var params: SendbirdUIKit.SBUFeedbackViewParams? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFeedbackViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFeedbackViewParams, delegate: SendbirdUIKit.SBUFeedbackViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFeedbackViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFeedbackViewParams, delegate: (any SendbirdUIKit.SBUFeedbackViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -1734,11 +1737,11 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -1861,8 +1864,8 @@ public protocol SBUFormFieldViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var status: SendbirdUIKit.SBUFormFieldView.StatusType
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFormFieldViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(form: SendbirdChatSDK.Form, field: SendbirdChatSDK.FormField, delegate: SendbirdUIKit.SBUFormFieldViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(form: SendbirdChatSDK.Form, field: SendbirdChatSDK.FormField, delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -2034,16 +2037,16 @@ public struct SBUForm : Swift.Codable {
get
}
public func isValid(with value: Swift.String?, isStrict: Swift.Bool = false) -> Swift.Bool
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
public struct Answer {
public let formKey: Swift.String
public let data: SendbirdUIKit.SBUForm.FormData
public func update(with updated: SendbirdUIKit.SBUForm.Field.Updated) -> SendbirdUIKit.SBUForm.Answer?
}
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdUIKit.SBUUserMessageCellParams {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
@@ -2067,7 +2070,7 @@ extension SendbirdUIKit.SBUFormView {
}
extension SendbirdUIKit.SBUFormFieldView {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
- @_Concurrency.MainActor(unsafe) public func configure(form: SendbirdUIKit.SBUForm, field: SendbirdUIKit.SBUForm.Field, value: Swift.String?, delegate: SendbirdUIKit.SBUFormFieldViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) public func configure(form: SendbirdUIKit.SBUForm, field: SendbirdUIKit.SBUForm.Field, value: Swift.String?, delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)? = nil)
}
extension SendbirdUIKit.SBUGroupChannelModuleListDelegate {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
@@ -2421,13 +2424,13 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUCreateOpenChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUCreateOpenChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUCreateOpenChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUCreateOpenChannelTheme? = nil)
@@ -2680,7 +2683,7 @@ open class SBUMessageSearchViewModel {
public var messageSearchQuery: SendbirdChatSDK.MessageSearchQuery? {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel, params: SendbirdChatSDK.MessageSearchQueryParams? = nil, delegate: SendbirdUIKit.SBUMessageSearchViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel, params: SendbirdChatSDK.MessageSearchQueryParams? = nil, delegate: (any SendbirdUIKit.SBUMessageSearchViewModelDelegate)? = nil)
open func search(keyword: Swift.String)
public func search(keyword: Swift.String, query: SendbirdChatSDK.MessageSearchQuery)
public func loadMore()
@@ -2693,7 +2696,7 @@ open class SBUMessageSearchViewModel {
_modify
}
@_Concurrency.MainActor(unsafe) public var cornerRadius: CoreFoundation.CGFloat
- @_Concurrency.MainActor(unsafe) open func configure(delegate: UIKit.UICollectionViewDelegate, dataSource: UIKit.UICollectionViewDataSource, theme: SendbirdUIKit.SBUMessageCellTheme? = nil, cornerRadius: CoreFoundation.CGFloat)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any UIKit.UICollectionViewDelegate, dataSource: any UIKit.UICollectionViewDataSource, theme: SendbirdUIKit.SBUMessageCellTheme? = nil, cornerRadius: CoreFoundation.CGFloat)
@_Concurrency.MainActor(unsafe) @objc open func setupViews()
@_Concurrency.MainActor(unsafe) @objc open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc open func setupStyles()
@@ -2932,7 +2935,7 @@ public protocol SBULoadingDataSource : AnyObject {
public static var isShowing: Swift.Bool {
get
}
- public static func setDataSource(dataSource: SendbirdUIKit.SBULoadingDataSource)
+ public static func setDataSource(dataSource: any SendbirdUIKit.SBULoadingDataSource)
public static func removeDataSource()
@objc deinit
}
@@ -2970,11 +2973,11 @@ public protocol SBUOpenChannelSettingsModuleListDataSource : SendbirdUIKit.SBUBa
}
extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@_inheritsConvenienceInitializers @objc(SBUOpenChannelSettingsModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelSettingsModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource)? {
get
set
}
@@ -2986,7 +2989,7 @@ extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@available(*, unavailable, renamed: "SBUOpenChannelSettingsModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupItems()
@_Concurrency.MainActor(unsafe) open func createModerationsItem() -> SendbirdUIKit.SBUChannelSettingItem
@@ -3061,13 +3064,13 @@ extension SendbirdUIKit.SBUGroupChannelPushSettingsModule {
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUGroupChannelPushSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUGroupChannelPushSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -3100,7 +3103,7 @@ extension SendbirdUIKit.SBUSelectablePhotoViewDelegate {
set
_modify
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSelectablePhotoViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSelectablePhotoViewDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var fetchResult: Photos.PHFetchResult
@objc @_Concurrency.MainActor(unsafe) public var columnSize: CoreFoundation.CGSize {
@objc get
@@ -3133,11 +3136,11 @@ public protocol SBUOpenChannelSettingsViewModelDelegate : SendbirdUIKit.SBUBaseC
func openChannelSettingsViewModel(_ viewModel: SendbirdUIKit.SBUOpenChannelSettingsViewModel, didDeleteChannel channel: SendbirdChatSDK.OpenChannel)
}
@objc open class SBUOpenChannelSettingsViewModel : SendbirdUIKit.SBUBaseChannelSettingsViewModel {
- weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String?)
override public func updateChannel(channelName: Swift.String? = nil, coverImage: UIKit.UIImage? = nil)
@@ -3176,8 +3179,8 @@ extension SendbirdUIKit.SBUOpenChannelSettingsViewModel : SendbirdChatSDK.OpenCh
set
}
public init(wrappedValue: T)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
public protocol SBUQuoteMessageInputViewProtocol : SendbirdUIKit.SBUViewLifeCycle {
func configure(with configuration: SendbirdUIKit.SBUQuoteMessageInputViewParams)
@@ -3329,7 +3332,7 @@ public class SBUToastViewItem : SendbirdUIKit.SBUCommonItem {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUToastView : ObjectiveC.NSObject {
- public static func show(item: SendbirdUIKit.SBUToastViewItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: SendbirdUIKit.SBUToastViewDelegate? = nil, dismissHandler: SendbirdUIKit.SBUToastViewHandler? = nil)
+ public static func show(item: SendbirdUIKit.SBUToastViewItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: (any SendbirdUIKit.SBUToastViewDelegate)? = nil, dismissHandler: SendbirdUIKit.SBUToastViewHandler? = nil)
public static func dismiss()
@objc deinit
}
@@ -3442,6 +3445,7 @@ public class SBUToastViewItem : SendbirdUIKit.SBUCommonItem {
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelViewModel(_ viewModel: SendbirdUIKit.SBUBaseChannelViewModel, deletedMessages messages: [SendbirdChatSDK.BaseMessage])
@objc @_Concurrency.MainActor(unsafe) open func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveSuggestedMentions members: [SendbirdUIKit.SBUUser]?)
@objc @_Concurrency.MainActor(unsafe) public func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
+ @objc @_Concurrency.MainActor(unsafe) open func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveStreamMessage message: SendbirdChatSDK.BaseMessage, forChannel channel: SendbirdChatSDK.GroupChannel)
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelModule(_ headerComponent: SendbirdUIKit.SBUBaseChannelModule.Header, didTapLeftItem leftItem: UIKit.UIBarButtonItem)
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelModule(_ headerComponent: SendbirdUIKit.SBUBaseChannelModule.Header, didTapRightItem rightItem: UIKit.UIBarButtonItem)
@objc @_Concurrency.MainActor(unsafe) open func groupChannelModule(_ listComponent: SendbirdUIKit.SBUGroupChannelModule.List, didSelectFileAt index: Swift.Int, multipleFilesMessageCell: SendbirdUIKit.SBUMultipleFilesMessageCell, forRowAt cellIndexPath: Foundation.IndexPath)
@@ -3609,11 +3613,11 @@ public protocol SBUGroupChannelListModuleListDataSource : SendbirdUIKit.SBUBaseC
extension SendbirdUIKit.SBUGroupChannelListModule {
@_inheritsConvenienceInitializers @objc(SBUGroupChannelListModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelListModule.List {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUGroupChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelListModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelListModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelListModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelListModuleListDataSource)? {
get
set
}
@@ -3625,7 +3629,7 @@ extension SendbirdUIKit.SBUGroupChannelListModule {
@available(*, unavailable, renamed: "SBUGroupChannelListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelListModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelListModuleListDataSource, theme: SendbirdUIKit.SBUGroupChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelListModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelListModuleListDataSource, theme: SendbirdUIKit.SBUGroupChannelListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUGroupChannelListTheme? = nil)
@objc @_Concurrency.MainActor(unsafe) public func leaveContextualAction(with indexPath: Foundation.IndexPath) -> UIKit.UIContextualAction?
@@ -3666,8 +3670,8 @@ public protocol SBUSuggestedReplyViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var params: SendbirdUIKit.SBUSuggestedReplyViewParams? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedReplyViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUSuggestedReplyViewParams, delegate: SendbirdUIKit.SBUSuggestedReplyViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedReplyViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUSuggestedReplyViewParams, delegate: (any SendbirdUIKit.SBUSuggestedReplyViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) open func suggestedReplyOptionViewDidSelect(_ optionView: SendbirdUIKit.SBUSuggestedReplyOptionView)
@_Concurrency.MainActor(unsafe) open func createOptionView() -> SendbirdUIKit.SBUSuggestedReplyOptionView
@_Concurrency.MainActor(unsafe) open func createSuggestedReplyOptionViews(options: [Swift.String]) -> [SendbirdUIKit.SBUSuggestedReplyOptionView]
@@ -3693,7 +3697,7 @@ public class SBUAlertButtonItem {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUAlertView : ObjectiveC.NSObject {
- public static func show(title: Swift.String, message: Swift.String? = nil, needInputField: Swift.Bool = false, inputText: Swift.String? = nil, placeHolder: Swift.String? = "", centerYRatio: CoreFoundation.CGFloat? = 1.0, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, confirmButtonItem: SendbirdUIKit.SBUAlertButtonItem, cancelButtonItem: SendbirdUIKit.SBUAlertButtonItem?, delegate: SendbirdUIKit.SBUAlertViewDelegate? = nil, dismissHandler: (() -> Swift.Void)? = nil)
+ public static func show(title: Swift.String, message: Swift.String? = nil, needInputField: Swift.Bool = false, inputText: Swift.String? = nil, placeHolder: Swift.String? = "", centerYRatio: CoreFoundation.CGFloat? = 1.0, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, confirmButtonItem: SendbirdUIKit.SBUAlertButtonItem, cancelButtonItem: SendbirdUIKit.SBUAlertButtonItem?, delegate: (any SendbirdUIKit.SBUAlertViewDelegate)? = nil, dismissHandler: (() -> Swift.Void)? = nil)
public static func dismiss()
@objc deinit
}
@@ -3737,7 +3741,7 @@ public protocol SBUBaseSelectUserViewModelDataSource : AnyObject {
public var joinedUserIds: Swift.Set {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, inviteListType: SendbirdUIKit.ChannelInviteListType, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: SendbirdUIKit.SBUBaseSelectUserViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUBaseSelectUserViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, inviteListType: SendbirdUIKit.ChannelInviteListType, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: (any SendbirdUIKit.SBUBaseSelectUserViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUBaseSelectUserViewModelDataSource)? = nil)
public func loadChannel(channelURL: Swift.String, type: SendbirdChatSDK.ChannelType)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
public func preLoadNextUserList(indexPath: Foundation.IndexPath)
@@ -3809,8 +3813,8 @@ extension SendbirdUIKit.SBUBaseChannelModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleInputDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelModuleInputDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleInputDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelModuleInputDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -4012,8 +4016,8 @@ extension SendbirdUIKit.SBUConfig {
public var channel: SendbirdUIKit.SBUConfig.OpenChannel.Channel
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.OpenChannel {
@@ -4025,13 +4029,13 @@ extension SendbirdUIKit.SBUConfig.OpenChannel {
}
public var input: SendbirdUIKit.SBUConfig.OpenChannel.Channel.Input
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.OpenChannel.Channel {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Input : SendbirdUIKit.SBUConfig.BaseInput {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
}
@@ -4050,7 +4054,7 @@ public protocol SBUSuggestedMentionListDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var isLimitGuideEnabled: Swift.Bool
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedMentionListDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedMentionListDelegate)?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme
@_Concurrency.MainActor(unsafe) public var showsUserId: Swift.Bool {
get
@@ -4082,8 +4086,8 @@ extension SendbirdUIKit.SBUConfig {
public var channelList: SendbirdUIKit.SBUConfig.GroupChannel.ChannelList
public var setting: SendbirdUIKit.SBUConfig.GroupChannel.Setting
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4147,9 +4151,9 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
get
set
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4165,8 +4169,8 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4177,13 +4181,13 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel.Channel {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Input : SendbirdUIKit.SBUConfig.BaseInput {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
}
@@ -4198,7 +4202,7 @@ extension SendbirdUIKit.SBUConfig.GroupChannel.Channel {
final public let type: SendbirdUIKit.SBUMessageTemplate.ActionType
final public let data: Swift.String
final public let alterData: Swift.String?
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
public enum ActionType : Swift.String, Swift.Decodable {
@@ -4249,11 +4253,11 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var customMessageCell: SendbirdUIKit.SBUBaseMessageCell? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageThreadModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadModuleListDataSource)? {
get
set
}
@@ -4264,7 +4268,7 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var voicePlayer: SendbirdUIKit.SBUVoicePlayer?
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleListDelegate, dataSource: SendbirdUIKit.SBUMessageThreadModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleListDelegate, dataSource: any SendbirdUIKit.SBUMessageThreadModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -4411,11 +4415,11 @@ public protocol SBUInviteUserModuleHeaderDataSource : SendbirdUIKit.SBUBaseSelec
}
extension SendbirdUIKit.SBUInviteUserModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUInviteUserModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUInviteUserModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUInviteUserModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUInviteUserModuleHeaderDataSource)? {
get
set
}
@@ -4424,7 +4428,7 @@ extension SendbirdUIKit.SBUInviteUserModule {
@available(*, unavailable, renamed: "SBUInviteUserModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUInviteUserModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUInviteUserModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUInviteUserModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUInviteUserModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -4760,8 +4764,8 @@ public protocol SBUUserListViewModelDataSource : AnyObject {
func userListViewModel(_ viewModel: SendbirdUIKit.SBUUserListViewModel, nextUserListForChannel channel: SendbirdChatSDK.BaseChannel?) -> [SendbirdUIKit.SBUUser]?
}
@objc open class SBUUserListViewModel : ObjectiveC.NSObject {
- weak public var delegate: SendbirdUIKit.SBUUserListViewModelDelegate?
- weak public var dataSource: SendbirdUIKit.SBUUserListViewModelDataSource?
+ weak public var delegate: (any SendbirdUIKit.SBUUserListViewModelDelegate)?
+ weak public var dataSource: (any SendbirdUIKit.SBUUserListViewModelDataSource)?
public var channel: SendbirdChatSDK.BaseChannel? {
get
}
@@ -4783,7 +4787,7 @@ public protocol SBUUserListViewModelDataSource : AnyObject {
public var userListType: SendbirdUIKit.ChannelUserListType {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListType: SendbirdUIKit.ChannelUserListType, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, operatorListQuery: SendbirdChatSDK.OperatorListQuery? = nil, mutedMemberListQuery: SendbirdChatSDK.MemberListQuery? = nil, mutedParticipantListQuery: SendbirdChatSDK.MutedUserListQuery? = nil, bannedUserListQuery: SendbirdChatSDK.BannedUserListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: SendbirdUIKit.SBUUserListViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUUserListViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListType: SendbirdUIKit.ChannelUserListType, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, operatorListQuery: SendbirdChatSDK.OperatorListQuery? = nil, mutedMemberListQuery: SendbirdChatSDK.MemberListQuery? = nil, mutedParticipantListQuery: SendbirdChatSDK.MutedUserListQuery? = nil, bannedUserListQuery: SendbirdChatSDK.BannedUserListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: (any SendbirdUIKit.SBUUserListViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUUserListViewModelDataSource)? = nil)
@objc deinit
public func loadChannel(channelURL: Swift.String, type: SendbirdChatSDK.ChannelType)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
@@ -4835,7 +4839,7 @@ extension SendbirdUIKit.SBUBaseChannelListModule {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelListModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelListModuleHeaderDelegate)?
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@objc @_Concurrency.MainActor(unsafe) open func onTapLeftBarButton()
@@ -4921,7 +4925,7 @@ public protocol SBUThreadInfoViewProtocol : SendbirdUIKit.SBUViewLifeCycle {
set
_modify
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUThreadInfoViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUThreadInfoViewDelegate)?
@_Concurrency.MainActor(unsafe) public var threadInfo: SendbirdChatSDK.ThreadInfo? {
get
}
@@ -4964,7 +4968,7 @@ public protocol SBUMessageThreadTitleViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadTitleViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadTitleViewDelegate)?
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme {
get
set
@@ -4974,7 +4978,7 @@ public protocol SBUMessageThreadTitleViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUMessageThreadTitleViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUMessageThreadTitleViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
@@ -5114,7 +5118,7 @@ public protocol SBUCreateChannelTypeSelectorProtocol {
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@available(*, unavailable, renamed: "CreateChannelTypeSelectView.init(delegate:)")
@_Concurrency.MainActor(unsafe) required public init?(coder: Foundation.NSCoder)
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUCreateChannelTypeSelectorDelegate?)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUCreateChannelTypeSelectorDelegate)?)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func updateStyles()
@@ -5314,8 +5318,8 @@ public enum UserListType : Swift.Hashable {
case mutedMembers
@available(*, unavailable, renamed: "banned")
case bannedMembers
- public func hash(into hasher: inout Swift.Hasher)
public static func == (a: SendbirdUIKit.UserListType, b: SendbirdUIKit.UserListType) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
@@ -5603,7 +5607,7 @@ public protocol SBUParentMessageInfoViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func updateLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
- @_Concurrency.MainActor(unsafe) open func configure(message: SendbirdChatSDK.BaseMessage?, delegate: SendbirdUIKit.SBUParentMessageInfoViewDelegate?, useReaction: Swift.Bool = false, voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo?, enableEmojiLongPress: Swift.Bool = true)
+ @_Concurrency.MainActor(unsafe) open func configure(message: SendbirdChatSDK.BaseMessage?, delegate: (any SendbirdUIKit.SBUParentMessageInfoViewDelegate)?, useReaction: Swift.Bool = false, voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo?, enableEmojiLongPress: Swift.Bool = true)
@_Concurrency.MainActor(unsafe) open func updateMessageTextWidth(with size: CoreFoundation.CGSize)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupActions()
@objc @_Concurrency.MainActor(unsafe) open func onTapUserProfileView(sender: UIKit.UITapGestureRecognizer)
@@ -5639,7 +5643,7 @@ public protocol SBUCreateOpenChannelViewModelDelegate : SendbirdUIKit.SBUCommonV
func createOpenChannelViewModel(_ viewModel: SendbirdUIKit.SBUCreateOpenChannelViewModel, didCreateChannel channel: SendbirdChatSDK.BaseChannel?)
}
open class SBUCreateOpenChannelViewModel {
- public init(delegate: SendbirdUIKit.SBUCreateOpenChannelViewModelDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUCreateOpenChannelViewModelDelegate)?)
open func createChannel(channelName: Swift.String, coverImage: UIKit.UIImage?)
open func createChannel(params: SendbirdChatSDK.OpenChannelCreateParams)
@objc deinit
@@ -5694,7 +5698,7 @@ extension SendbirdUIKit.SBUView {
set
}
@_Concurrency.MainActor(unsafe) public var mainContainerView: SendbirdUIKit.SBUSelectableStackView
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUQuotedMessageViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUQuotedMessageViewDelegate)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@@ -5754,7 +5758,7 @@ extension UIKit.UIImage {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) public var quotedMessageView: (UIKit.UIView & SendbirdUIKit.SBUQuotedMessageViewProtocol)? {
+ @_Concurrency.MainActor(unsafe) public var quotedMessageView: (any UIKit.UIView & SendbirdUIKit.SBUQuotedMessageViewProtocol)? {
get
set
}
@@ -5765,7 +5769,7 @@ extension UIKit.UIImage {
@objc @_Concurrency.MainActor(unsafe) public var threadInfoSpacing: UIKit.UIView {
@objc get
}
- @_Concurrency.MainActor(unsafe) public var threadInfoView: (UIKit.UIView & SendbirdUIKit.SBUThreadInfoViewProtocol)? {
+ @_Concurrency.MainActor(unsafe) public var threadInfoView: (any UIKit.UIView & SendbirdUIKit.SBUThreadInfoViewProtocol)? {
get
set
}
@@ -5825,12 +5829,12 @@ extension SendbirdUIKit.SBUModerationsModule {
@objc @_Concurrency.MainActor(unsafe) public var tableView: UIKit.UITableView
@objc @_Concurrency.MainActor(unsafe) public var moderationCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUModerationsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUModerationsModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUModerationsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUModerationsModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUModerationsModuleListDelegate, dataSource: SendbirdUIKit.SBUModerationsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUModerationsModuleListDelegate, dataSource: any SendbirdUIKit.SBUModerationsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc deinit
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@@ -5864,15 +5868,15 @@ extension SendbirdUIKit.SBUOpenChannelViewModelDelegate {
public func openChannelViewModel(_ viewModel: SendbirdUIKit.SBUOpenChannelViewModel, userDidExit user: SendbirdChatSDK.User, forChannel channel: SendbirdChatSDK.OpenChannel)
}
@objc open class SBUOpenChannelViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUOpenChannelViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUOpenChannelViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUOpenChannelViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = nil, delegate: SendbirdUIKit.SBUOpenChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUOpenChannelViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = nil, delegate: (any SendbirdUIKit.SBUOpenChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUOpenChannelViewModelDataSource)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
override public func refreshChannel()
@@ -5997,8 +6001,8 @@ extension SendbirdUIKit.SBUUserListModule {
@objc @_Concurrency.MainActor(unsafe) public var userCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserListModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUUserListModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserListModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUUserListModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -6011,7 +6015,7 @@ extension SendbirdUIKit.SBUUserListModule {
@available(*, unavailable, renamed: "SBUUserListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUUserListModuleListDelegate, dataSource: SendbirdUIKit.SBUUserListModuleListDataSource, userListType: SendbirdUIKit.ChannelUserListType, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUUserListModuleListDelegate, dataSource: any SendbirdUIKit.SBUUserListModuleListDataSource, userListType: SendbirdUIKit.ChannelUserListType, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUUserListTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -6043,11 +6047,11 @@ public protocol SBUInviteUserModuleListDataSource : SendbirdUIKit.SBUBaseSelectU
}
extension SendbirdUIKit.SBUInviteUserModule {
@_inheritsConvenienceInitializers @objc(SBUInviteUserModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUInviteUserModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUInviteUserModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUInviteUserModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUInviteUserModuleListDataSource)? {
get
set
}
@@ -6056,7 +6060,7 @@ extension SendbirdUIKit.SBUInviteUserModule {
@available(*, unavailable, renamed: "SBUInviteUserModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUInviteUserModuleListDelegate, dataSource: SendbirdUIKit.SBUInviteUserModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUInviteUserModuleListDelegate, dataSource: any SendbirdUIKit.SBUInviteUserModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
@@ -6211,8 +6215,8 @@ extension SendbirdUIKit.SBUBaseChannelSettingsModule {
@objc @_Concurrency.MainActor(unsafe) public var tableView: UIKit.UITableView
@objc @_Concurrency.MainActor(unsafe) public var channelInfoView: UIKit.UIView?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelSettingsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelSettingsModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelSettingsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelSettingsModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -6292,7 +6296,7 @@ extension SendbirdUIKit.SBUBaseChannelSettingsModule.List : UIKit.UITableViewDat
@_Concurrency.MainActor(unsafe) required public init(channelURL: Swift.String, startingPoint: Swift.Int64? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
- @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLayoutSubviews()
@objc deinit
@@ -6344,8 +6348,8 @@ public protocol SBUCreateChannelViewModelDataSource : AnyObject {
func createChannelViewModel(_ viewModel: SendbirdUIKit.SBUCreateChannelViewModel, nextUserListForChannelType channelType: SendbirdUIKit.ChannelCreationType) -> [SendbirdUIKit.SBUUser]?
}
open class SBUCreateChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUCreateChannelViewModelDelegate?
- weak public var dataSource: SendbirdUIKit.SBUCreateChannelViewModelDataSource?
+ weak public var delegate: (any SendbirdUIKit.SBUCreateChannelViewModelDelegate)?
+ weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelViewModelDataSource)?
public var channelType: SendbirdUIKit.ChannelCreationType {
get
}
@@ -6358,7 +6362,7 @@ open class SBUCreateChannelViewModel {
public var userListQuery: SendbirdChatSDK.ApplicationUserListQuery? {
get
}
- public init(channelType: SendbirdUIKit.ChannelCreationType = .group, users: [SendbirdUIKit.SBUUser]? = nil, delegate: SendbirdUIKit.SBUCreateChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUCreateChannelViewModelDataSource? = nil)
+ public init(channelType: SendbirdUIKit.ChannelCreationType = .group, users: [SendbirdUIKit.SBUUser]? = nil, delegate: (any SendbirdUIKit.SBUCreateChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUCreateChannelViewModelDataSource)? = nil)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
public func preLoadNextUserList(indexPath: Foundation.IndexPath)
public func resetUserList()
@@ -6509,9 +6513,9 @@ extension SendbirdUIKit.SBUGroupChannelPushSettingsModule {
@_Concurrency.MainActor(unsafe) public var pushTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate?, dataSource: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource?, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate)?, dataSource: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource)?, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil)
@@ -6619,7 +6623,7 @@ public protocol SBUGroupChannelListViewModelDelegate : SendbirdUIKit.SBUBaseChan
public var channelListQuery: SendbirdChatSDK.GroupChannelListQuery? {
get
}
- public init(delegate: SendbirdUIKit.SBUGroupChannelListViewModelDelegate? = nil, channelListQuery: SendbirdChatSDK.GroupChannelListQuery? = nil)
+ public init(delegate: (any SendbirdUIKit.SBUGroupChannelListViewModelDelegate)? = nil, channelListQuery: SendbirdChatSDK.GroupChannelListQuery? = nil)
@objc deinit
override public func initChannelList()
override public func loadNextChannelList(reset: Swift.Bool)
@@ -7208,8 +7212,8 @@ public protocol SBUMessageInputViewDataSource : AnyObject {
@_Concurrency.MainActor(unsafe) public var mentionedAttributes: [Foundation.NSAttributedString.Key : Any] {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageInputViewDelegate?
- @_Concurrency.MainActor(unsafe) weak public var datasource: SendbirdUIKit.SBUMessageInputViewDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageInputViewDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var datasource: (any SendbirdUIKit.SBUMessageInputViewDataSource)?
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageInputTheme {
get
set
@@ -7467,7 +7471,7 @@ open class SBUCreateOpenChannelModule {
public var currentRecordAccessStatus: AVFAudio.AVAudioSession.RecordPermission {
get
}
- public func showPermissionAlert(forType permissionType: SendbirdUIKit.SBUPermissionManager.PermissionType, alertViewDelegate: SendbirdUIKit.SBUAlertViewDelegate? = nil, onDismiss: SendbirdUIKit.AlertButtonHandler? = nil)
+ public func showPermissionAlert(forType permissionType: SendbirdUIKit.SBUPermissionManager.PermissionType, alertViewDelegate: (any SendbirdUIKit.SBUAlertViewDelegate)? = nil, onDismiss: SendbirdUIKit.AlertButtonHandler? = nil)
public func requestRecordAcess(onGranted: (() -> Swift.Void)? = nil, onDenied: (() -> Swift.Void)? = nil)
public func requestPhotoAccessIfNeeded(completion: @escaping (SendbirdUIKit.SBUPhotoAccessibleStatus) -> Swift.Void)
public func requestCameraAccess(for type: AVFoundation.AVMediaType, onGranted: (() -> Swift.Void)? = nil, onDenied: (() -> Swift.Void)? = nil)
@@ -7571,6 +7575,9 @@ extension Swift.Array where Element : SendbirdChatSDK.User {
extension Swift.Array where Element : SendbirdChatSDK.Member {
public func sbu_convertUserList() -> [SendbirdUIKit.SBUUser]
}
+extension Swift.Array where Element : SendbirdChatSDK.BaseMessage {
+ public func hasStreamMessageOnly(with latestMessage: SendbirdChatSDK.BaseMessage?) -> SendbirdChatSDK.BaseMessage?
+}
extension Foundation.NSArray {
public func sbu_getUserIds() -> [Swift.String]
public func sbu_getUserNicknames() -> [Swift.String]
@@ -7761,11 +7768,11 @@ public protocol SBURegisterOperatorModuleHeaderDataSource : SendbirdUIKit.SBUBas
}
extension SendbirdUIKit.SBURegisterOperatorModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource)? {
get
set
}
@@ -7774,7 +7781,7 @@ extension SendbirdUIKit.SBURegisterOperatorModule {
@available(*, unavailable, renamed: "SBURegisterOperatorModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate, dataSource: SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -7886,7 +7893,7 @@ extension SendbirdUIKit.SBUBaseChannelModule {
}
@objc @_Concurrency.MainActor(unsafe) public var titleSpacer: UIKit.UIView
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUBaseChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUBaseChannelModule.Header()")
@@ -7947,7 +7954,7 @@ public protocol SBUOpenChannelListViewModelDelegate : SendbirdUIKit.SBUBaseChann
public var channelListQuery: SendbirdChatSDK.OpenChannelListQuery? {
get
}
- public init(delegate: SendbirdUIKit.SBUOpenChannelListViewModelDelegate?, channelListQuery: SendbirdChatSDK.OpenChannelListQuery?)
+ public init(delegate: (any SendbirdUIKit.SBUOpenChannelListViewModelDelegate)?, channelListQuery: SendbirdChatSDK.OpenChannelListQuery?)
@objc deinit
override public func initChannelList()
override public func loadNextChannelList(reset: Swift.Bool)
@@ -8102,14 +8109,14 @@ extension SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate {
}
extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelModule.Header, SendbirdUIKit.SBUMessageThreadTitleViewDelegate {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate)? {
get
set
}
@objc @_Concurrency.MainActor(unsafe) public var parentMessage: SendbirdChatSDK.BaseMessage? {
get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate, parentMessage: SendbirdChatSDK.BaseMessage?, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate, parentMessage: SendbirdChatSDK.BaseMessage?, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -8133,7 +8140,7 @@ extension SendbirdUIKit.SBUActionSheetDelegate {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUActionSheet : ObjectiveC.NSObject {
- public static func show(items: [SendbirdUIKit.SBUActionSheetItem], cancelItem: SendbirdUIKit.SBUActionSheetItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: SendbirdUIKit.SBUActionSheetDelegate? = nil, dismissHandler: (() -> Swift.Void)? = nil)
+ public static func show(items: [SendbirdUIKit.SBUActionSheetItem], cancelItem: SendbirdUIKit.SBUActionSheetItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: (any SendbirdUIKit.SBUActionSheetDelegate)? = nil, dismissHandler: (() -> Swift.Void)? = nil)
public static func dismiss()
@objc deinit
}
@@ -8144,11 +8151,11 @@ public protocol SBUGroupChannelPushSettingsViewModelDelegate : SendbirdUIKit.SBU
public var currentTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption {
get
}
- weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate)? = nil)
open func changeNotification(_ pushTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption)
public func updateChannelPushTriggerOption()
@objc deinit
@@ -8168,8 +8175,8 @@ public protocol SBUFormViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var fieldViews: [SendbirdUIKit.SBUFormFieldView]?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFormViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFormViewParams, delegate: SendbirdUIKit.SBUFormViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFormViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFormViewParams, delegate: (any SendbirdUIKit.SBUFormViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) open func createFieldView() -> SendbirdUIKit.SBUFormFieldView
@_Concurrency.MainActor(unsafe) open func createFormFieldViews(with form: SendbirdChatSDK.Form?) -> [SendbirdUIKit.SBUFormFieldView]
@_Concurrency.MainActor(unsafe) open func formFieldView(_ fieldView: SendbirdUIKit.SBUFormFieldView, didUpdate formField: SendbirdChatSDK.FormField)
@@ -8278,11 +8285,11 @@ extension SendbirdUIKit.SBUGroupChannelModule {
get
}
@objc @_Concurrency.MainActor(unsafe) public var isHighlightInfoAnimated: Swift.Bool
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelModuleListDataSource)? {
get
set
}
@@ -8290,7 +8297,7 @@ extension SendbirdUIKit.SBUGroupChannelModule {
@objc get
}
@objc @_Concurrency.MainActor(unsafe) public var voicePlayer: SendbirdUIKit.SBUVoicePlayer?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func updateStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme = SBUTheme.componentTheme)
@@ -8333,6 +8340,7 @@ extension SendbirdUIKit.SBUGroupChannelModule.List {
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidStop(_ player: SendbirdUIKit.SBUVoicePlayer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidReset(_ player: SendbirdUIKit.SBUVoicePlayer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidUpdatePlayTime(_ player: SendbirdUIKit.SBUVoicePlayer, time: Foundation.TimeInterval)
+ @objc @_Concurrency.MainActor(unsafe) dynamic public func updateStreamMessage(_ message: SendbirdChatSDK.BaseMessage)
}
public protocol SBUGroupChannelModuleInputDelegate : SendbirdUIKit.SBUBaseChannelModuleInputDelegate {
func groupChannelModule(_ inputComponent: SendbirdUIKit.SBUGroupChannelModule.Input, didPickFileData fileData: Foundation.Data?, fileName: Swift.String, mimeType: Swift.String, parentMessage: SendbirdChatSDK.BaseMessage?)
@@ -8355,17 +8363,17 @@ extension SendbirdUIKit.SBUGroupChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var mentionManager: SendbirdUIKit.SBUMentionManager?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleInputDelegate, dataSource: SendbirdUIKit.SBUGroupChannelModuleInputDataSource, mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleInputDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelModuleInputDataSource, mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -8533,7 +8541,7 @@ extension SendbirdUIKit.SBUOpenChannelViewController {
public protocol SBUBaseChannelListViewModelDelegate : SendbirdUIKit.SBUCommonViewModelDelegate {
}
@objc open class SBUBaseChannelListViewModel : ObjectiveC.NSObject {
- public init(delegate: SendbirdUIKit.SBUBaseChannelListViewModelDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUBaseChannelListViewModelDelegate)?)
@objc deinit
public func initChannelList()
public func loadNextChannelList(reset: Swift.Bool)
@@ -8636,7 +8644,7 @@ public protocol SBUGroupChannelListModuleHeaderDelegate : SendbirdUIKit.SBUBaseC
extension SendbirdUIKit.SBUGroupChannelListModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelListModule.Header {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUGroupChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate)? {
get
set
}
@@ -8645,7 +8653,7 @@ extension SendbirdUIKit.SBUGroupChannelListModule {
@available(*, unavailable, renamed: "SBUGroupChannelListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUGroupChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUGroupChannelListTheme)
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUGroupChannelListTheme? = nil)
}
}
@@ -8866,7 +8874,7 @@ open class SBUInviteUserModule {
@objc @_Concurrency.MainActor(unsafe) public var formViews: [SendbirdUIKit.SBUFormView]? {
get
}
- @_Concurrency.MainActor(unsafe) open var extendedMessagePayloadCustomViewFactory: SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal.Type? {
+ @_Concurrency.MainActor(unsafe) open var extendedMessagePayloadCustomViewFactory: (any SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal.Type)? {
get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@@ -8982,11 +8990,11 @@ public protocol SBUGroupChannelSettingsModuleHeaderDataSource : SendbirdUIKit.SB
}
extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelSettingsModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource)? {
get
set
}
@@ -8995,7 +9003,7 @@ extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@available(*, unavailable, renamed: "SBUGroupChannelSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -9090,11 +9098,11 @@ public protocol SBUOpenChannelListModuleListDataSource : SendbirdUIKit.SBUBaseCh
extension SendbirdUIKit.SBUOpenChannelListModule {
@_inheritsConvenienceInitializers @objc(SBUOpenChannelListModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelListModule.List {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUOpenChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelListModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelListModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelListModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelListModuleListDataSource)? {
get
set
}
@@ -9106,7 +9114,7 @@ extension SendbirdUIKit.SBUOpenChannelListModule {
@available(*, unavailable, renamed: "SBUOpenChannelListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelListModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelListModuleListDataSource, theme: SendbirdUIKit.SBUOpenChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelListModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelListModuleListDataSource, theme: SendbirdUIKit.SBUOpenChannelListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUOpenChannelListTheme? = nil)
}
@@ -9134,7 +9142,7 @@ public protocol SBUMentionManagerDataSource : AnyObject {
public var defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]
public var mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]
@objc override dynamic public init()
- public func configure(delegate: SendbirdUIKit.SBUMentionManagerDelegate? = nil, dataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil, mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil)
+ public func configure(delegate: (any SendbirdUIKit.SBUMentionManagerDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil, mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil)
@discardableResult
public func addMention(at textView: UIKit.UITextView, user: SendbirdUIKit.SBUUser) -> Swift.Bool
public func clearMentions(_ mentions: [SendbirdUIKit.SBUMention], with replaceText: Swift.String = "", on textView: UIKit.UITextView, at range: Foundation.NSRange)
@@ -9201,7 +9209,7 @@ public protocol SBUMessageThreadViewControllerDelegate : AnyObject {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadViewControllerDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadViewControllerDelegate)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
@@ -9210,14 +9218,14 @@ public protocol SBUMessageThreadViewControllerDelegate : AnyObject {
}
@available(*, unavailable)
@_Concurrency.MainActor(unsafe) required public init(channelURL: Swift.String, startingPoint: Swift.Int64? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil)
- @_Concurrency.MainActor(unsafe) required public init(channel: SendbirdChatSDK.GroupChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = nil, delegate: SendbirdUIKit.SBUMessageThreadViewControllerDelegate? = nil, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
+ @_Concurrency.MainActor(unsafe) required public init(channel: SendbirdChatSDK.GroupChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = nil, delegate: (any SendbirdUIKit.SBUMessageThreadViewControllerDelegate)? = nil, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open var preferredStatusBarStyle: UIKit.UIStatusBarStyle {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
- @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override open func applicationWillResignActivity()
@_Concurrency.MainActor(unsafe) @objc override open func willPresentSubview()
@objc deinit
@@ -9306,8 +9314,8 @@ public struct SBUFileData {
@objc set
}
@objc @_Concurrency.MainActor(unsafe) public var bottomView: UIKit.UIView
- @_Concurrency.MainActor(unsafe) required convenience public init(fileMessage: SendbirdChatSDK.FileMessage, delegate: SendbirdUIKit.SBUFileViewControllerDelegate?)
- @_Concurrency.MainActor(unsafe) required public init(fileData: SendbirdUIKit.SBUFileData, delegate: SendbirdUIKit.SBUFileViewControllerDelegate?)
+ @_Concurrency.MainActor(unsafe) required convenience public init(fileMessage: SendbirdChatSDK.FileMessage, delegate: (any SendbirdUIKit.SBUFileViewControllerDelegate)?)
+ @_Concurrency.MainActor(unsafe) required public init(fileData: SendbirdUIKit.SBUFileData, delegate: (any SendbirdUIKit.SBUFileViewControllerDelegate)?)
@available(*, unavailable, renamed: "init(params:delegate:)")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@@ -9394,14 +9402,14 @@ public protocol SBUVoiceRecorderDelegate : AnyObject {
public var progressTimer: Foundation.Timer? {
get
}
- public init(delegate: SendbirdUIKit.SBUVoiceRecorderDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUVoiceRecorderDelegate)?)
@objc deinit
@discardableResult
public func record() -> Swift.Bool
public func stop()
public func resetRecorder()
@objc public func audioRecorderDidFinishRecording(_ recorder: AVFAudio.AVAudioRecorder, successfully success: Swift.Bool)
- @objc public func audioRecorderEncodeErrorDidOccur(_ recorder: AVFAudio.AVAudioRecorder, error: Swift.Error?)
+ @objc public func audioRecorderEncodeErrorDidOccur(_ recorder: AVFAudio.AVAudioRecorder, error: (any Swift.Error)?)
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUBaseFileContentView : SendbirdUIKit.SBUView {
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageCellTheme {
@@ -9512,7 +9520,7 @@ public protocol SBUVoicePlayerDelegate : AnyObject {
public var progressTimer: Foundation.Timer? {
get
}
- public init(delegate: SendbirdUIKit.SBUVoicePlayerDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUVoicePlayerDelegate)?)
public func configure(voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo)
@objc deinit
public func play(fromTime time: Foundation.TimeInterval = 0)
@@ -9521,7 +9529,7 @@ public protocol SBUVoicePlayerDelegate : AnyObject {
public func resetPlayer()
public func updatePlaybackRate(_ rate: Swift.Float)
@objc public func audioPlayerDidFinishPlaying(_ player: AVFAudio.AVAudioPlayer, successfully success: Swift.Bool)
- @objc public func audioPlayerDecodeErrorDidOccur(_ player: AVFAudio.AVAudioPlayer, error: Swift.Error?)
+ @objc public func audioPlayerDecodeErrorDidOccur(_ player: AVFAudio.AVAudioPlayer, error: (any Swift.Error)?)
}
public protocol SBUOpenChannelModuleMediaDelegate : AnyObject {
func openChannelModule(_ mediaComponent: SendbirdUIKit.SBUOpenChannelModule.Media, didTapMediaView mediaView: UIKit.UIView)
@@ -9530,8 +9538,8 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class Media : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public var mediaView: UIKit.UIView
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleMediaDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleMediaDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleMediaDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleMediaDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -9553,11 +9561,11 @@ public protocol SBUGroupChannelSettingsModuleListDataSource : SendbirdUIKit.SBUB
}
extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@_inheritsConvenienceInitializers @objc(SBUGroupChannelSettingsModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelSettingsModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource)? {
get
set
}
@@ -9569,7 +9577,7 @@ extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@available(*, unavailable, renamed: "SBUGroupChannelSettingsModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupItems()
@_Concurrency.MainActor(unsafe) open func createModerationsItem() -> SendbirdUIKit.SBUChannelSettingItem
@@ -9607,13 +9615,13 @@ extension SendbirdUIKit.SBUMessageSearchModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageSearchTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUMessageSearchModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUMessageSearchModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate, theme: SendbirdUIKit.SBUMessageSearchTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate, theme: SendbirdUIKit.SBUMessageSearchTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUMessageSearchTheme? = nil)
@@ -9672,8 +9680,8 @@ public protocol SBUSuggestedReplyOptionViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var text: Swift.String? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with optionText: Swift.String, delegate: SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with optionText: Swift.String, delegate: (any SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -10592,7 +10600,7 @@ public protocol SBUUserMessageTextViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var needsToRemoveMargin: Swift.Bool {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserMessageTextViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserMessageTextViewDelegate)?
@_Concurrency.MainActor(unsafe) public var textTopConstraint: UIKit.NSLayoutConstraint?
@_Concurrency.MainActor(unsafe) public var textBottomConstraint: UIKit.NSLayoutConstraint?
@_Concurrency.MainActor(unsafe) public var textLeftConstraint: UIKit.NSLayoutConstraint?
@@ -10631,13 +10639,13 @@ extension SendbirdUIKit.SBUModerationsModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUModerationsModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUModerationsModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUModerationsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUModerationsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUModerationsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUModerationsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil)
@@ -10831,8 +10839,8 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
}
@_Concurrency.MainActor(unsafe) public var channelNameInputField: SendbirdUIKit.SBUUnderLineTextField
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUCreateOpenChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate?, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate)?, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUCreateOpenChannelTheme? = nil)
@@ -10912,7 +10920,7 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
@_Concurrency.MainActor(unsafe) @objc override public func setupStyles()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLayoutSubviews()
- @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
@objc @_Concurrency.MainActor(unsafe) public func setUserProfileTapGesture(_ user: SendbirdUIKit.SBUUser)
@@ -10988,11 +10996,11 @@ extension SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal {
public protocol SBUExtendedMessagePayloadCustomViewFactory : SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal {
associatedtype ViewData : Swift.Decodable
static func makeCustomView(_ data: Self.ViewData, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
- static func errorHandler(_ error: Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
+ static func errorHandler(_ error: any Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
}
extension SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactory {
public static func makeCustomView(message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
- public static func errorHandler(_ error: Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
+ public static func errorHandler(_ error: any Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
}
public protocol SBUMessageThreadViewModelDataSource : SendbirdUIKit.SBUBaseChannelViewModelDataSource {
}
@@ -11004,11 +11012,11 @@ public protocol SBUMessageThreadViewModelDelegate : SendbirdUIKit.SBUBaseChannel
func messageThreadViewModel(_ viewModel: SendbirdUIKit.SBUMessageThreadViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
}
@objc open class SBUMessageThreadViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUMessageThreadViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUMessageThreadViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUMessageThreadViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadViewModelDataSource)? {
get
set
}
@@ -11019,7 +11027,7 @@ public protocol SBUMessageThreadViewModelDelegate : SendbirdUIKit.SBUBaseChannel
get
}
public var sendMultipleFilesMessageCompletionHandler: SendbirdChatSDK.MultipleFilesMessageHandler?
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = 0, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: SendbirdUIKit.SBUMessageThreadViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUMessageThreadViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = 0, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: (any SendbirdUIKit.SBUMessageThreadViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUMessageThreadViewModelDataSource)? = nil)
@objc deinit
public func loadChannelAndMessages(channelURL: Swift.String?)
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
@@ -11138,7 +11146,7 @@ extension SendbirdUIKit.SBUUserListModule {
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserListModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserListModuleHeaderDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var channelType: SendbirdChatSDK.ChannelType
@_Concurrency.MainActor(unsafe) public var userListType: SendbirdUIKit.ChannelUserListType {
get
@@ -11148,7 +11156,7 @@ extension SendbirdUIKit.SBUUserListModule {
@available(*, unavailable, renamed: "SBUUserListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUUserListModuleHeaderDelegate, userListType: SendbirdUIKit.ChannelUserListType, channelType: SendbirdChatSDK.ChannelType = .group, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUUserListModuleHeaderDelegate, userListType: SendbirdUIKit.ChannelUserListType, channelType: SendbirdChatSDK.ChannelType = .group, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUUserListTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -11278,7 +11286,7 @@ public enum SBUReplyType : Swift.Int, Swift.Codable {
public var filterValue: SendbirdChatSDK.ReplyType {
get
}
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -11289,7 +11297,7 @@ public enum SBUThreadReplySelectType : Swift.Int, Swift.Codable {
case none
case parent
case thread
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -11302,18 +11310,19 @@ public protocol SBUGroupChannelViewModelDataSource : SendbirdUIKit.SBUBaseChanne
public protocol SBUGroupChannelViewModelDelegate : SendbirdUIKit.SBUBaseChannelViewModelDelegate {
func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveSuggestedMentions members: [SendbirdUIKit.SBUUser]?)
func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
+ func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveStreamMessage message: SendbirdChatSDK.BaseMessage, forChannel channel: SendbirdChatSDK.GroupChannel)
}
@objc open class SBUGroupChannelViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUGroupChannelViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUGroupChannelViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelViewModelDataSource)? {
get
set
}
public var sendMultipleFilesMessageCompletionHandler: SendbirdChatSDK.MultipleFilesMessageHandler?
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: SendbirdUIKit.SBUGroupChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUGroupChannelViewModelDataSource? = nil, displaysLocalCachedListFirst: Swift.Bool = false)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: (any SendbirdUIKit.SBUGroupChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUGroupChannelViewModelDataSource)? = nil, displaysLocalCachedListFirst: Swift.Bool = false)
@objc deinit
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
override public func refreshChannel()
@@ -11455,7 +11464,7 @@ public protocol SBUOpenChannelSettingsModuleHeaderDelegate : SendbirdUIKit.SBUBa
}
extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelSettingsModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate)? {
get
set
}
@@ -11464,7 +11473,7 @@ extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@available(*, unavailable, renamed: "SBUOpenChannelSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateRightItem()
@@ -11521,11 +11530,11 @@ public protocol SBUCreateChannelModuleListDataSource : SendbirdUIKit.SBUBaseSele
}
extension SendbirdUIKit.SBUCreateChannelModule {
@_inheritsConvenienceInitializers @objc(SBUCreateChannelModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUCreateChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelModuleListDataSource)? {
get
set
}
@@ -11534,7 +11543,7 @@ extension SendbirdUIKit.SBUCreateChannelModule {
@available(*, unavailable, renamed: "SBUCreateChannelModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUCreateChannelModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUCreateChannelModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.swiftdoc b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.swiftdoc
index b1c9e3b0..52b3846f 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.swiftdoc and b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.swiftdoc differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.swiftinterface b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.swiftinterface
index 65c84971..7d88686f 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.swiftinterface
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios.swiftinterface
@@ -1,12 +1,13 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdUIKit
+// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
+// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdUIKit
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFAudio
import AVFoundation
import AVKit
import AssetsLibrary
import CoreGraphics
+import DeveloperToolsSupport
import Foundation
import MobileCoreServices
import Photos
@@ -15,9 +16,11 @@ import QuartzCore
import SafariServices
import SendbirdChatSDK
import Swift
+import SwiftUI
import UIKit
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
import simd
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUModerationsViewController : SendbirdUIKit.SBUBaseViewController, SendbirdUIKit.SBUModerationsModuleHeaderDelegate, SendbirdUIKit.SBUModerationsModuleListDelegate, SendbirdUIKit.SBUModerationsModuleListDataSource, SendbirdUIKit.SBUCommonViewModelDelegate, SendbirdUIKit.SBUModerationsViewModelDelegate {
@objc @_Concurrency.MainActor(unsafe) public var headerComponent: SendbirdUIKit.SBUModerationsModule.Header?
@@ -137,8 +140,8 @@ extension SendbirdUIKit.SBUBaseChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var newMessageInfoView: UIKit.UIView?
@objc @_Concurrency.MainActor(unsafe) public var scrollBottomView: UIKit.UIView?
@objc @_Concurrency.MainActor(unsafe) public var userProfileView: UIKit.UIView?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelModuleListDataSource)?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
@@ -218,8 +221,8 @@ extension SendbirdUIKit.SBUConfig {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
@_hasMissingDesignatedInitializers public class SBUScrollPostionConfiguration {
@@ -283,7 +286,7 @@ public protocol SBUOpenChannelListModuleHeaderDelegate : SendbirdUIKit.SBUBaseCh
extension SendbirdUIKit.SBUOpenChannelListModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelListModule.Header {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUOpenChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate)? {
get
set
}
@@ -292,7 +295,7 @@ extension SendbirdUIKit.SBUOpenChannelListModule {
@available(*, unavailable, renamed: "SBUOpenChannelListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUOpenChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUOpenChannelListTheme)
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUOpenChannelListTheme? = nil)
}
}
@@ -336,8 +339,8 @@ extension SendbirdUIKit.SBUMessageSearchModule {
}
@objc @_Concurrency.MainActor(unsafe) public var resultCell: SendbirdUIKit.SBUMessageSearchResultCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageSearchTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageSearchModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageSearchModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageSearchModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageSearchModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var resultList: [SendbirdChatSDK.BaseMessage] {
@objc get
}
@@ -346,7 +349,7 @@ extension SendbirdUIKit.SBUMessageSearchModule {
@available(*, unavailable, renamed: "SBUMessageSearchModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageSearchModuleListDelegate, dataSource: SendbirdUIKit.SBUMessageSearchModuleListDataSource, theme: SendbirdUIKit.SBUMessageSearchTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageSearchModuleListDelegate, dataSource: any SendbirdUIKit.SBUMessageSearchModuleListDataSource, theme: SendbirdUIKit.SBUMessageSearchTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUMessageSearchTheme? = nil)
@@ -387,18 +390,18 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageThreadModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var parentMessage: SendbirdChatSDK.BaseMessage?
@objc @_Concurrency.MainActor(unsafe) public var mentionManager: SendbirdUIKit.SBUMentionManager?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleInputDelegate, dataSource: SendbirdUIKit.SBUMessageThreadModuleInputDataSource, parentMessage: SendbirdChatSDK.BaseMessage?, mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleInputDelegate, dataSource: any SendbirdUIKit.SBUMessageThreadModuleInputDataSource, parentMessage: SendbirdChatSDK.BaseMessage?, mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -451,11 +454,11 @@ public protocol SBUGroupChannelModuleHeaderDelegate : SendbirdUIKit.SBUBaseChann
}
extension SendbirdUIKit.SBUGroupChannelModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func onTapLeftBarButton()
@_Concurrency.MainActor(unsafe) @objc override open func onTapRightBarButton()
@@ -601,11 +604,11 @@ public protocol SBUGroupChannelSettingsViewModelDelegate : SendbirdUIKit.SBUBase
@available(*, deprecated, renamed: "SBUGroupChannelSettingsViewModel")
public typealias SBUChannelSettingsViewModel = SendbirdUIKit.SBUGroupChannelSettingsViewModel
@objc open class SBUGroupChannelSettingsViewModel : SendbirdUIKit.SBUBaseChannelSettingsViewModel {
- weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String?)
override public func updateChannel(channelName: Swift.String? = nil, coverImage: UIKit.UIImage? = nil)
@@ -638,15 +641,15 @@ public protocol SBURegisterOperatorViewModelDelegate : SendbirdUIKit.SBUBaseSele
public protocol SBURegisterOperatorViewModelDataSource : SendbirdUIKit.SBUBaseSelectUserViewModelDataSource {
}
@objc open class SBURegisterOperatorViewModel : SendbirdUIKit.SBUBaseSelectUserViewModel {
- weak public var delegate: SendbirdUIKit.SBURegisterOperatorViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBURegisterOperatorViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: SendbirdUIKit.SBURegisterOperatorViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBURegisterOperatorViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: (any SendbirdUIKit.SBURegisterOperatorViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBURegisterOperatorViewModelDataSource)? = nil)
public func registerAsOperators()
public func registerAsOperators(users: [SendbirdUIKit.SBUUser])
public func registerAsOperators(userIds: [Swift.String])
@@ -684,15 +687,15 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.OpenChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleInputDelegate, dataSource: SendbirdUIKit.SBUOpenChannelModuleInputDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleInputDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelModuleInputDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@objc @_Concurrency.MainActor(unsafe) open func updateStyles(overlaid: Swift.Bool = false)
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@_Concurrency.MainActor(unsafe) @objc override open func pickVideoFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -726,8 +729,8 @@ extension SendbirdUIKit.SBUBaseSelectUserModule {
}
@objc @_Concurrency.MainActor(unsafe) public var userCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseSelectUserModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseSelectUserModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseSelectUserModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseSelectUserModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var userList: [SendbirdUIKit.SBUUser]? {
@objc get
}
@@ -762,15 +765,15 @@ public protocol SBUInviteUserViewModelDelegate : SendbirdUIKit.SBUBaseSelectUser
public protocol SBUInviteUserViewModelDataSource : SendbirdUIKit.SBUBaseSelectUserViewModelDataSource {
}
@objc open class SBUInviteUserViewModel : SendbirdUIKit.SBUBaseSelectUserViewModel {
- weak public var delegate: SendbirdUIKit.SBUInviteUserViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUInviteUserViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUInviteUserViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUInviteUserViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: SendbirdUIKit.SBUInviteUserViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUInviteUserViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: (any SendbirdUIKit.SBUInviteUserViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUInviteUserViewModelDataSource)? = nil)
public func inviteUsers()
public func invite(users: [SendbirdUIKit.SBUUser])
public func invite(userIds: [Swift.String])
@@ -805,11 +808,11 @@ public protocol SBURegisterOperatorModuleListDataSource : SendbirdUIKit.SBUBaseS
}
extension SendbirdUIKit.SBURegisterOperatorModule {
@_inheritsConvenienceInitializers @objc(SBURegisterOperatorModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBURegisterOperatorModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBURegisterOperatorModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorModuleListDataSource)? {
get
set
}
@@ -818,7 +821,7 @@ extension SendbirdUIKit.SBURegisterOperatorModule {
@available(*, unavailable, renamed: "SBURegisterOperatorModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBURegisterOperatorModuleListDelegate, dataSource: SendbirdUIKit.SBURegisterOperatorModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBURegisterOperatorModuleListDelegate, dataSource: any SendbirdUIKit.SBURegisterOperatorModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
@@ -842,8 +845,8 @@ open class SBUModerationsViewModel {
public var channelType: SendbirdChatSDK.ChannelType {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel, delegate: SendbirdUIKit.SBUModerationsViewModelDelegate? = nil)
- public init(channelURL: Swift.String, channelType: SendbirdChatSDK.ChannelType, delegate: SendbirdUIKit.SBUModerationsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel, delegate: (any SendbirdUIKit.SBUModerationsViewModelDelegate)? = nil)
+ public init(channelURL: Swift.String, channelType: SendbirdChatSDK.ChannelType, delegate: (any SendbirdUIKit.SBUModerationsViewModelDelegate)? = nil)
public func loadChannel(channelURL: Swift.String)
public func freezeChannel(_ completionHandler: ((Swift.Bool) -> Swift.Void)? = nil)
public func unfreezeChannel(_ completionHandler: ((Swift.Bool) -> Swift.Void)? = nil)
@@ -985,7 +988,7 @@ open class SBUUserListModule {
}
public class SBUTypingIndicatorMessage : SendbirdChatSDK.BaseMessage {
public var typingIndicatorInfo: SendbirdUIKit.SBUTypingIndicatorInfo?
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
public protocol SBUOpenChannelModuleListDelegate : SendbirdUIKit.SBUBaseChannelModuleListDelegate {
@@ -1000,11 +1003,11 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var fileMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
@objc @_Concurrency.MainActor(unsafe) public var unknownMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
@objc @_Concurrency.MainActor(unsafe) public var customMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelModuleListDataSource)? {
get
set
}
@@ -1014,7 +1017,7 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var isOverlaid: Swift.Bool {
@objc get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@objc @_Concurrency.MainActor(unsafe) open func updateLayouts()
@@ -1095,8 +1098,8 @@ extension SendbirdUIKit.SBUBaseChannelListModule {
}
@objc @_Concurrency.MainActor(unsafe) public var channelCell: SendbirdUIKit.SBUBaseChannelCell?
@objc @_Concurrency.MainActor(unsafe) public var customCell: SendbirdUIKit.SBUBaseChannelCell?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelListModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelListModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelListModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelListModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannelList: [SendbirdChatSDK.BaseChannel]? {
@objc get
}
@@ -1194,11 +1197,11 @@ public protocol SBUCreateChannelModuleHeaderDataSource : SendbirdUIKit.SBUBaseSe
}
extension SendbirdUIKit.SBUCreateChannelModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource)? {
get
set
}
@@ -1207,7 +1210,7 @@ extension SendbirdUIKit.SBUCreateChannelModule {
@available(*, unavailable, renamed: "SBUCreateChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -1221,7 +1224,7 @@ public protocol SBUEmptyViewDelegate : ObjectiveC.NSObjectProtocol {
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUEmptyView : SendbirdUIKit.SBUView {
@_Concurrency.MainActor(unsafe) public var type: SendbirdUIKit.EmptyViewType
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUEmptyViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUEmptyViewDelegate)?
@_Concurrency.MainActor(unsafe) public var statusImageView: UIKit.UIImageView {
get
set
@@ -1262,8 +1265,8 @@ public protocol SBUEmptyViewDelegate : ObjectiveC.NSObjectProtocol {
public var openChannel: SendbirdUIKit.SBUConfig.OpenChannel
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
open class SBUGroupChannelSettingsModule {
public static var HeaderComponent: SendbirdUIKit.SBUGroupChannelSettingsModule.Header.Type
@@ -1322,7 +1325,7 @@ extension SendbirdUIKit.SBUChannelInfoHeaderViewDelegate {
set
_modify
}
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUChannelInfoHeaderViewDelegate?)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUChannelInfoHeaderViewDelegate)?)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@available(*, unavailable, renamed: "SBUChannelInfoHeaderView()")
@_Concurrency.MainActor(unsafe) required public init?(coder: Foundation.NSCoder)
@@ -1605,8 +1608,8 @@ extension SendbirdUIKit.SBUConfig {
public var camera: SendbirdUIKit.SBUConfig.BaseInput.Camera
public var gallery: SendbirdUIKit.SBUConfig.BaseInput.Gallery
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.BaseInput {
@@ -1622,8 +1625,8 @@ extension SendbirdUIKit.SBUConfig.BaseInput {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.BaseInput {
@@ -1639,8 +1642,8 @@ extension SendbirdUIKit.SBUConfig.BaseInput {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
open class SBUGroupChannelModule {
@@ -1696,8 +1699,8 @@ public protocol SBUFeedbackViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var params: SendbirdUIKit.SBUFeedbackViewParams? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFeedbackViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFeedbackViewParams, delegate: SendbirdUIKit.SBUFeedbackViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFeedbackViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFeedbackViewParams, delegate: (any SendbirdUIKit.SBUFeedbackViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -1734,11 +1737,11 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -1861,8 +1864,8 @@ public protocol SBUFormFieldViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var status: SendbirdUIKit.SBUFormFieldView.StatusType
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFormFieldViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(form: SendbirdChatSDK.Form, field: SendbirdChatSDK.FormField, delegate: SendbirdUIKit.SBUFormFieldViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(form: SendbirdChatSDK.Form, field: SendbirdChatSDK.FormField, delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -2034,16 +2037,16 @@ public struct SBUForm : Swift.Codable {
get
}
public func isValid(with value: Swift.String?, isStrict: Swift.Bool = false) -> Swift.Bool
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
public struct Answer {
public let formKey: Swift.String
public let data: SendbirdUIKit.SBUForm.FormData
public func update(with updated: SendbirdUIKit.SBUForm.Field.Updated) -> SendbirdUIKit.SBUForm.Answer?
}
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdUIKit.SBUUserMessageCellParams {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
@@ -2067,7 +2070,7 @@ extension SendbirdUIKit.SBUFormView {
}
extension SendbirdUIKit.SBUFormFieldView {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
- @_Concurrency.MainActor(unsafe) public func configure(form: SendbirdUIKit.SBUForm, field: SendbirdUIKit.SBUForm.Field, value: Swift.String?, delegate: SendbirdUIKit.SBUFormFieldViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) public func configure(form: SendbirdUIKit.SBUForm, field: SendbirdUIKit.SBUForm.Field, value: Swift.String?, delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)? = nil)
}
extension SendbirdUIKit.SBUGroupChannelModuleListDelegate {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
@@ -2421,13 +2424,13 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUCreateOpenChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUCreateOpenChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUCreateOpenChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUCreateOpenChannelTheme? = nil)
@@ -2680,7 +2683,7 @@ open class SBUMessageSearchViewModel {
public var messageSearchQuery: SendbirdChatSDK.MessageSearchQuery? {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel, params: SendbirdChatSDK.MessageSearchQueryParams? = nil, delegate: SendbirdUIKit.SBUMessageSearchViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel, params: SendbirdChatSDK.MessageSearchQueryParams? = nil, delegate: (any SendbirdUIKit.SBUMessageSearchViewModelDelegate)? = nil)
open func search(keyword: Swift.String)
public func search(keyword: Swift.String, query: SendbirdChatSDK.MessageSearchQuery)
public func loadMore()
@@ -2693,7 +2696,7 @@ open class SBUMessageSearchViewModel {
_modify
}
@_Concurrency.MainActor(unsafe) public var cornerRadius: CoreFoundation.CGFloat
- @_Concurrency.MainActor(unsafe) open func configure(delegate: UIKit.UICollectionViewDelegate, dataSource: UIKit.UICollectionViewDataSource, theme: SendbirdUIKit.SBUMessageCellTheme? = nil, cornerRadius: CoreFoundation.CGFloat)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any UIKit.UICollectionViewDelegate, dataSource: any UIKit.UICollectionViewDataSource, theme: SendbirdUIKit.SBUMessageCellTheme? = nil, cornerRadius: CoreFoundation.CGFloat)
@_Concurrency.MainActor(unsafe) @objc open func setupViews()
@_Concurrency.MainActor(unsafe) @objc open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc open func setupStyles()
@@ -2932,7 +2935,7 @@ public protocol SBULoadingDataSource : AnyObject {
public static var isShowing: Swift.Bool {
get
}
- public static func setDataSource(dataSource: SendbirdUIKit.SBULoadingDataSource)
+ public static func setDataSource(dataSource: any SendbirdUIKit.SBULoadingDataSource)
public static func removeDataSource()
@objc deinit
}
@@ -2970,11 +2973,11 @@ public protocol SBUOpenChannelSettingsModuleListDataSource : SendbirdUIKit.SBUBa
}
extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@_inheritsConvenienceInitializers @objc(SBUOpenChannelSettingsModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelSettingsModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource)? {
get
set
}
@@ -2986,7 +2989,7 @@ extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@available(*, unavailable, renamed: "SBUOpenChannelSettingsModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupItems()
@_Concurrency.MainActor(unsafe) open func createModerationsItem() -> SendbirdUIKit.SBUChannelSettingItem
@@ -3061,13 +3064,13 @@ extension SendbirdUIKit.SBUGroupChannelPushSettingsModule {
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUGroupChannelPushSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUGroupChannelPushSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -3100,7 +3103,7 @@ extension SendbirdUIKit.SBUSelectablePhotoViewDelegate {
set
_modify
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSelectablePhotoViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSelectablePhotoViewDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var fetchResult: Photos.PHFetchResult
@objc @_Concurrency.MainActor(unsafe) public var columnSize: CoreFoundation.CGSize {
@objc get
@@ -3133,11 +3136,11 @@ public protocol SBUOpenChannelSettingsViewModelDelegate : SendbirdUIKit.SBUBaseC
func openChannelSettingsViewModel(_ viewModel: SendbirdUIKit.SBUOpenChannelSettingsViewModel, didDeleteChannel channel: SendbirdChatSDK.OpenChannel)
}
@objc open class SBUOpenChannelSettingsViewModel : SendbirdUIKit.SBUBaseChannelSettingsViewModel {
- weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String?)
override public func updateChannel(channelName: Swift.String? = nil, coverImage: UIKit.UIImage? = nil)
@@ -3176,8 +3179,8 @@ extension SendbirdUIKit.SBUOpenChannelSettingsViewModel : SendbirdChatSDK.OpenCh
set
}
public init(wrappedValue: T)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
public protocol SBUQuoteMessageInputViewProtocol : SendbirdUIKit.SBUViewLifeCycle {
func configure(with configuration: SendbirdUIKit.SBUQuoteMessageInputViewParams)
@@ -3329,7 +3332,7 @@ public class SBUToastViewItem : SendbirdUIKit.SBUCommonItem {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUToastView : ObjectiveC.NSObject {
- public static func show(item: SendbirdUIKit.SBUToastViewItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: SendbirdUIKit.SBUToastViewDelegate? = nil, dismissHandler: SendbirdUIKit.SBUToastViewHandler? = nil)
+ public static func show(item: SendbirdUIKit.SBUToastViewItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: (any SendbirdUIKit.SBUToastViewDelegate)? = nil, dismissHandler: SendbirdUIKit.SBUToastViewHandler? = nil)
public static func dismiss()
@objc deinit
}
@@ -3442,6 +3445,7 @@ public class SBUToastViewItem : SendbirdUIKit.SBUCommonItem {
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelViewModel(_ viewModel: SendbirdUIKit.SBUBaseChannelViewModel, deletedMessages messages: [SendbirdChatSDK.BaseMessage])
@objc @_Concurrency.MainActor(unsafe) open func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveSuggestedMentions members: [SendbirdUIKit.SBUUser]?)
@objc @_Concurrency.MainActor(unsafe) public func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
+ @objc @_Concurrency.MainActor(unsafe) open func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveStreamMessage message: SendbirdChatSDK.BaseMessage, forChannel channel: SendbirdChatSDK.GroupChannel)
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelModule(_ headerComponent: SendbirdUIKit.SBUBaseChannelModule.Header, didTapLeftItem leftItem: UIKit.UIBarButtonItem)
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelModule(_ headerComponent: SendbirdUIKit.SBUBaseChannelModule.Header, didTapRightItem rightItem: UIKit.UIBarButtonItem)
@objc @_Concurrency.MainActor(unsafe) open func groupChannelModule(_ listComponent: SendbirdUIKit.SBUGroupChannelModule.List, didSelectFileAt index: Swift.Int, multipleFilesMessageCell: SendbirdUIKit.SBUMultipleFilesMessageCell, forRowAt cellIndexPath: Foundation.IndexPath)
@@ -3609,11 +3613,11 @@ public protocol SBUGroupChannelListModuleListDataSource : SendbirdUIKit.SBUBaseC
extension SendbirdUIKit.SBUGroupChannelListModule {
@_inheritsConvenienceInitializers @objc(SBUGroupChannelListModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelListModule.List {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUGroupChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelListModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelListModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelListModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelListModuleListDataSource)? {
get
set
}
@@ -3625,7 +3629,7 @@ extension SendbirdUIKit.SBUGroupChannelListModule {
@available(*, unavailable, renamed: "SBUGroupChannelListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelListModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelListModuleListDataSource, theme: SendbirdUIKit.SBUGroupChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelListModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelListModuleListDataSource, theme: SendbirdUIKit.SBUGroupChannelListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUGroupChannelListTheme? = nil)
@objc @_Concurrency.MainActor(unsafe) public func leaveContextualAction(with indexPath: Foundation.IndexPath) -> UIKit.UIContextualAction?
@@ -3666,8 +3670,8 @@ public protocol SBUSuggestedReplyViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var params: SendbirdUIKit.SBUSuggestedReplyViewParams? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedReplyViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUSuggestedReplyViewParams, delegate: SendbirdUIKit.SBUSuggestedReplyViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedReplyViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUSuggestedReplyViewParams, delegate: (any SendbirdUIKit.SBUSuggestedReplyViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) open func suggestedReplyOptionViewDidSelect(_ optionView: SendbirdUIKit.SBUSuggestedReplyOptionView)
@_Concurrency.MainActor(unsafe) open func createOptionView() -> SendbirdUIKit.SBUSuggestedReplyOptionView
@_Concurrency.MainActor(unsafe) open func createSuggestedReplyOptionViews(options: [Swift.String]) -> [SendbirdUIKit.SBUSuggestedReplyOptionView]
@@ -3693,7 +3697,7 @@ public class SBUAlertButtonItem {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUAlertView : ObjectiveC.NSObject {
- public static func show(title: Swift.String, message: Swift.String? = nil, needInputField: Swift.Bool = false, inputText: Swift.String? = nil, placeHolder: Swift.String? = "", centerYRatio: CoreFoundation.CGFloat? = 1.0, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, confirmButtonItem: SendbirdUIKit.SBUAlertButtonItem, cancelButtonItem: SendbirdUIKit.SBUAlertButtonItem?, delegate: SendbirdUIKit.SBUAlertViewDelegate? = nil, dismissHandler: (() -> Swift.Void)? = nil)
+ public static func show(title: Swift.String, message: Swift.String? = nil, needInputField: Swift.Bool = false, inputText: Swift.String? = nil, placeHolder: Swift.String? = "", centerYRatio: CoreFoundation.CGFloat? = 1.0, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, confirmButtonItem: SendbirdUIKit.SBUAlertButtonItem, cancelButtonItem: SendbirdUIKit.SBUAlertButtonItem?, delegate: (any SendbirdUIKit.SBUAlertViewDelegate)? = nil, dismissHandler: (() -> Swift.Void)? = nil)
public static func dismiss()
@objc deinit
}
@@ -3737,7 +3741,7 @@ public protocol SBUBaseSelectUserViewModelDataSource : AnyObject {
public var joinedUserIds: Swift.Set {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, inviteListType: SendbirdUIKit.ChannelInviteListType, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: SendbirdUIKit.SBUBaseSelectUserViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUBaseSelectUserViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, inviteListType: SendbirdUIKit.ChannelInviteListType, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: (any SendbirdUIKit.SBUBaseSelectUserViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUBaseSelectUserViewModelDataSource)? = nil)
public func loadChannel(channelURL: Swift.String, type: SendbirdChatSDK.ChannelType)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
public func preLoadNextUserList(indexPath: Foundation.IndexPath)
@@ -3809,8 +3813,8 @@ extension SendbirdUIKit.SBUBaseChannelModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleInputDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelModuleInputDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleInputDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelModuleInputDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -4012,8 +4016,8 @@ extension SendbirdUIKit.SBUConfig {
public var channel: SendbirdUIKit.SBUConfig.OpenChannel.Channel
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.OpenChannel {
@@ -4025,13 +4029,13 @@ extension SendbirdUIKit.SBUConfig.OpenChannel {
}
public var input: SendbirdUIKit.SBUConfig.OpenChannel.Channel.Input
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.OpenChannel.Channel {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Input : SendbirdUIKit.SBUConfig.BaseInput {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
}
@@ -4050,7 +4054,7 @@ public protocol SBUSuggestedMentionListDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var isLimitGuideEnabled: Swift.Bool
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedMentionListDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedMentionListDelegate)?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme
@_Concurrency.MainActor(unsafe) public var showsUserId: Swift.Bool {
get
@@ -4082,8 +4086,8 @@ extension SendbirdUIKit.SBUConfig {
public var channelList: SendbirdUIKit.SBUConfig.GroupChannel.ChannelList
public var setting: SendbirdUIKit.SBUConfig.GroupChannel.Setting
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4147,9 +4151,9 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
get
set
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4165,8 +4169,8 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4177,13 +4181,13 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel.Channel {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Input : SendbirdUIKit.SBUConfig.BaseInput {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
}
@@ -4198,7 +4202,7 @@ extension SendbirdUIKit.SBUConfig.GroupChannel.Channel {
final public let type: SendbirdUIKit.SBUMessageTemplate.ActionType
final public let data: Swift.String
final public let alterData: Swift.String?
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
public enum ActionType : Swift.String, Swift.Decodable {
@@ -4249,11 +4253,11 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var customMessageCell: SendbirdUIKit.SBUBaseMessageCell? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageThreadModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadModuleListDataSource)? {
get
set
}
@@ -4264,7 +4268,7 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var voicePlayer: SendbirdUIKit.SBUVoicePlayer?
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleListDelegate, dataSource: SendbirdUIKit.SBUMessageThreadModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleListDelegate, dataSource: any SendbirdUIKit.SBUMessageThreadModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -4411,11 +4415,11 @@ public protocol SBUInviteUserModuleHeaderDataSource : SendbirdUIKit.SBUBaseSelec
}
extension SendbirdUIKit.SBUInviteUserModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUInviteUserModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUInviteUserModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUInviteUserModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUInviteUserModuleHeaderDataSource)? {
get
set
}
@@ -4424,7 +4428,7 @@ extension SendbirdUIKit.SBUInviteUserModule {
@available(*, unavailable, renamed: "SBUInviteUserModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUInviteUserModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUInviteUserModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUInviteUserModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUInviteUserModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -4760,8 +4764,8 @@ public protocol SBUUserListViewModelDataSource : AnyObject {
func userListViewModel(_ viewModel: SendbirdUIKit.SBUUserListViewModel, nextUserListForChannel channel: SendbirdChatSDK.BaseChannel?) -> [SendbirdUIKit.SBUUser]?
}
@objc open class SBUUserListViewModel : ObjectiveC.NSObject {
- weak public var delegate: SendbirdUIKit.SBUUserListViewModelDelegate?
- weak public var dataSource: SendbirdUIKit.SBUUserListViewModelDataSource?
+ weak public var delegate: (any SendbirdUIKit.SBUUserListViewModelDelegate)?
+ weak public var dataSource: (any SendbirdUIKit.SBUUserListViewModelDataSource)?
public var channel: SendbirdChatSDK.BaseChannel? {
get
}
@@ -4783,7 +4787,7 @@ public protocol SBUUserListViewModelDataSource : AnyObject {
public var userListType: SendbirdUIKit.ChannelUserListType {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListType: SendbirdUIKit.ChannelUserListType, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, operatorListQuery: SendbirdChatSDK.OperatorListQuery? = nil, mutedMemberListQuery: SendbirdChatSDK.MemberListQuery? = nil, mutedParticipantListQuery: SendbirdChatSDK.MutedUserListQuery? = nil, bannedUserListQuery: SendbirdChatSDK.BannedUserListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: SendbirdUIKit.SBUUserListViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUUserListViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListType: SendbirdUIKit.ChannelUserListType, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, operatorListQuery: SendbirdChatSDK.OperatorListQuery? = nil, mutedMemberListQuery: SendbirdChatSDK.MemberListQuery? = nil, mutedParticipantListQuery: SendbirdChatSDK.MutedUserListQuery? = nil, bannedUserListQuery: SendbirdChatSDK.BannedUserListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: (any SendbirdUIKit.SBUUserListViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUUserListViewModelDataSource)? = nil)
@objc deinit
public func loadChannel(channelURL: Swift.String, type: SendbirdChatSDK.ChannelType)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
@@ -4835,7 +4839,7 @@ extension SendbirdUIKit.SBUBaseChannelListModule {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelListModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelListModuleHeaderDelegate)?
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@objc @_Concurrency.MainActor(unsafe) open func onTapLeftBarButton()
@@ -4921,7 +4925,7 @@ public protocol SBUThreadInfoViewProtocol : SendbirdUIKit.SBUViewLifeCycle {
set
_modify
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUThreadInfoViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUThreadInfoViewDelegate)?
@_Concurrency.MainActor(unsafe) public var threadInfo: SendbirdChatSDK.ThreadInfo? {
get
}
@@ -4964,7 +4968,7 @@ public protocol SBUMessageThreadTitleViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadTitleViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadTitleViewDelegate)?
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme {
get
set
@@ -4974,7 +4978,7 @@ public protocol SBUMessageThreadTitleViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUMessageThreadTitleViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUMessageThreadTitleViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
@@ -5114,7 +5118,7 @@ public protocol SBUCreateChannelTypeSelectorProtocol {
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@available(*, unavailable, renamed: "CreateChannelTypeSelectView.init(delegate:)")
@_Concurrency.MainActor(unsafe) required public init?(coder: Foundation.NSCoder)
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUCreateChannelTypeSelectorDelegate?)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUCreateChannelTypeSelectorDelegate)?)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func updateStyles()
@@ -5314,8 +5318,8 @@ public enum UserListType : Swift.Hashable {
case mutedMembers
@available(*, unavailable, renamed: "banned")
case bannedMembers
- public func hash(into hasher: inout Swift.Hasher)
public static func == (a: SendbirdUIKit.UserListType, b: SendbirdUIKit.UserListType) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
@@ -5603,7 +5607,7 @@ public protocol SBUParentMessageInfoViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func updateLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
- @_Concurrency.MainActor(unsafe) open func configure(message: SendbirdChatSDK.BaseMessage?, delegate: SendbirdUIKit.SBUParentMessageInfoViewDelegate?, useReaction: Swift.Bool = false, voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo?, enableEmojiLongPress: Swift.Bool = true)
+ @_Concurrency.MainActor(unsafe) open func configure(message: SendbirdChatSDK.BaseMessage?, delegate: (any SendbirdUIKit.SBUParentMessageInfoViewDelegate)?, useReaction: Swift.Bool = false, voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo?, enableEmojiLongPress: Swift.Bool = true)
@_Concurrency.MainActor(unsafe) open func updateMessageTextWidth(with size: CoreFoundation.CGSize)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupActions()
@objc @_Concurrency.MainActor(unsafe) open func onTapUserProfileView(sender: UIKit.UITapGestureRecognizer)
@@ -5639,7 +5643,7 @@ public protocol SBUCreateOpenChannelViewModelDelegate : SendbirdUIKit.SBUCommonV
func createOpenChannelViewModel(_ viewModel: SendbirdUIKit.SBUCreateOpenChannelViewModel, didCreateChannel channel: SendbirdChatSDK.BaseChannel?)
}
open class SBUCreateOpenChannelViewModel {
- public init(delegate: SendbirdUIKit.SBUCreateOpenChannelViewModelDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUCreateOpenChannelViewModelDelegate)?)
open func createChannel(channelName: Swift.String, coverImage: UIKit.UIImage?)
open func createChannel(params: SendbirdChatSDK.OpenChannelCreateParams)
@objc deinit
@@ -5694,7 +5698,7 @@ extension SendbirdUIKit.SBUView {
set
}
@_Concurrency.MainActor(unsafe) public var mainContainerView: SendbirdUIKit.SBUSelectableStackView
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUQuotedMessageViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUQuotedMessageViewDelegate)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@@ -5754,7 +5758,7 @@ extension UIKit.UIImage {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) public var quotedMessageView: (UIKit.UIView & SendbirdUIKit.SBUQuotedMessageViewProtocol)? {
+ @_Concurrency.MainActor(unsafe) public var quotedMessageView: (any UIKit.UIView & SendbirdUIKit.SBUQuotedMessageViewProtocol)? {
get
set
}
@@ -5765,7 +5769,7 @@ extension UIKit.UIImage {
@objc @_Concurrency.MainActor(unsafe) public var threadInfoSpacing: UIKit.UIView {
@objc get
}
- @_Concurrency.MainActor(unsafe) public var threadInfoView: (UIKit.UIView & SendbirdUIKit.SBUThreadInfoViewProtocol)? {
+ @_Concurrency.MainActor(unsafe) public var threadInfoView: (any UIKit.UIView & SendbirdUIKit.SBUThreadInfoViewProtocol)? {
get
set
}
@@ -5825,12 +5829,12 @@ extension SendbirdUIKit.SBUModerationsModule {
@objc @_Concurrency.MainActor(unsafe) public var tableView: UIKit.UITableView
@objc @_Concurrency.MainActor(unsafe) public var moderationCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUModerationsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUModerationsModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUModerationsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUModerationsModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUModerationsModuleListDelegate, dataSource: SendbirdUIKit.SBUModerationsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUModerationsModuleListDelegate, dataSource: any SendbirdUIKit.SBUModerationsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc deinit
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@@ -5864,15 +5868,15 @@ extension SendbirdUIKit.SBUOpenChannelViewModelDelegate {
public func openChannelViewModel(_ viewModel: SendbirdUIKit.SBUOpenChannelViewModel, userDidExit user: SendbirdChatSDK.User, forChannel channel: SendbirdChatSDK.OpenChannel)
}
@objc open class SBUOpenChannelViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUOpenChannelViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUOpenChannelViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUOpenChannelViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = nil, delegate: SendbirdUIKit.SBUOpenChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUOpenChannelViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = nil, delegate: (any SendbirdUIKit.SBUOpenChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUOpenChannelViewModelDataSource)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
override public func refreshChannel()
@@ -5997,8 +6001,8 @@ extension SendbirdUIKit.SBUUserListModule {
@objc @_Concurrency.MainActor(unsafe) public var userCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserListModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUUserListModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserListModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUUserListModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -6011,7 +6015,7 @@ extension SendbirdUIKit.SBUUserListModule {
@available(*, unavailable, renamed: "SBUUserListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUUserListModuleListDelegate, dataSource: SendbirdUIKit.SBUUserListModuleListDataSource, userListType: SendbirdUIKit.ChannelUserListType, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUUserListModuleListDelegate, dataSource: any SendbirdUIKit.SBUUserListModuleListDataSource, userListType: SendbirdUIKit.ChannelUserListType, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUUserListTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -6043,11 +6047,11 @@ public protocol SBUInviteUserModuleListDataSource : SendbirdUIKit.SBUBaseSelectU
}
extension SendbirdUIKit.SBUInviteUserModule {
@_inheritsConvenienceInitializers @objc(SBUInviteUserModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUInviteUserModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUInviteUserModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUInviteUserModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUInviteUserModuleListDataSource)? {
get
set
}
@@ -6056,7 +6060,7 @@ extension SendbirdUIKit.SBUInviteUserModule {
@available(*, unavailable, renamed: "SBUInviteUserModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUInviteUserModuleListDelegate, dataSource: SendbirdUIKit.SBUInviteUserModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUInviteUserModuleListDelegate, dataSource: any SendbirdUIKit.SBUInviteUserModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
@@ -6211,8 +6215,8 @@ extension SendbirdUIKit.SBUBaseChannelSettingsModule {
@objc @_Concurrency.MainActor(unsafe) public var tableView: UIKit.UITableView
@objc @_Concurrency.MainActor(unsafe) public var channelInfoView: UIKit.UIView?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelSettingsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelSettingsModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelSettingsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelSettingsModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -6292,7 +6296,7 @@ extension SendbirdUIKit.SBUBaseChannelSettingsModule.List : UIKit.UITableViewDat
@_Concurrency.MainActor(unsafe) required public init(channelURL: Swift.String, startingPoint: Swift.Int64? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
- @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLayoutSubviews()
@objc deinit
@@ -6344,8 +6348,8 @@ public protocol SBUCreateChannelViewModelDataSource : AnyObject {
func createChannelViewModel(_ viewModel: SendbirdUIKit.SBUCreateChannelViewModel, nextUserListForChannelType channelType: SendbirdUIKit.ChannelCreationType) -> [SendbirdUIKit.SBUUser]?
}
open class SBUCreateChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUCreateChannelViewModelDelegate?
- weak public var dataSource: SendbirdUIKit.SBUCreateChannelViewModelDataSource?
+ weak public var delegate: (any SendbirdUIKit.SBUCreateChannelViewModelDelegate)?
+ weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelViewModelDataSource)?
public var channelType: SendbirdUIKit.ChannelCreationType {
get
}
@@ -6358,7 +6362,7 @@ open class SBUCreateChannelViewModel {
public var userListQuery: SendbirdChatSDK.ApplicationUserListQuery? {
get
}
- public init(channelType: SendbirdUIKit.ChannelCreationType = .group, users: [SendbirdUIKit.SBUUser]? = nil, delegate: SendbirdUIKit.SBUCreateChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUCreateChannelViewModelDataSource? = nil)
+ public init(channelType: SendbirdUIKit.ChannelCreationType = .group, users: [SendbirdUIKit.SBUUser]? = nil, delegate: (any SendbirdUIKit.SBUCreateChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUCreateChannelViewModelDataSource)? = nil)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
public func preLoadNextUserList(indexPath: Foundation.IndexPath)
public func resetUserList()
@@ -6509,9 +6513,9 @@ extension SendbirdUIKit.SBUGroupChannelPushSettingsModule {
@_Concurrency.MainActor(unsafe) public var pushTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate?, dataSource: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource?, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate)?, dataSource: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource)?, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil)
@@ -6619,7 +6623,7 @@ public protocol SBUGroupChannelListViewModelDelegate : SendbirdUIKit.SBUBaseChan
public var channelListQuery: SendbirdChatSDK.GroupChannelListQuery? {
get
}
- public init(delegate: SendbirdUIKit.SBUGroupChannelListViewModelDelegate? = nil, channelListQuery: SendbirdChatSDK.GroupChannelListQuery? = nil)
+ public init(delegate: (any SendbirdUIKit.SBUGroupChannelListViewModelDelegate)? = nil, channelListQuery: SendbirdChatSDK.GroupChannelListQuery? = nil)
@objc deinit
override public func initChannelList()
override public func loadNextChannelList(reset: Swift.Bool)
@@ -7208,8 +7212,8 @@ public protocol SBUMessageInputViewDataSource : AnyObject {
@_Concurrency.MainActor(unsafe) public var mentionedAttributes: [Foundation.NSAttributedString.Key : Any] {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageInputViewDelegate?
- @_Concurrency.MainActor(unsafe) weak public var datasource: SendbirdUIKit.SBUMessageInputViewDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageInputViewDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var datasource: (any SendbirdUIKit.SBUMessageInputViewDataSource)?
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageInputTheme {
get
set
@@ -7467,7 +7471,7 @@ open class SBUCreateOpenChannelModule {
public var currentRecordAccessStatus: AVFAudio.AVAudioSession.RecordPermission {
get
}
- public func showPermissionAlert(forType permissionType: SendbirdUIKit.SBUPermissionManager.PermissionType, alertViewDelegate: SendbirdUIKit.SBUAlertViewDelegate? = nil, onDismiss: SendbirdUIKit.AlertButtonHandler? = nil)
+ public func showPermissionAlert(forType permissionType: SendbirdUIKit.SBUPermissionManager.PermissionType, alertViewDelegate: (any SendbirdUIKit.SBUAlertViewDelegate)? = nil, onDismiss: SendbirdUIKit.AlertButtonHandler? = nil)
public func requestRecordAcess(onGranted: (() -> Swift.Void)? = nil, onDenied: (() -> Swift.Void)? = nil)
public func requestPhotoAccessIfNeeded(completion: @escaping (SendbirdUIKit.SBUPhotoAccessibleStatus) -> Swift.Void)
public func requestCameraAccess(for type: AVFoundation.AVMediaType, onGranted: (() -> Swift.Void)? = nil, onDenied: (() -> Swift.Void)? = nil)
@@ -7571,6 +7575,9 @@ extension Swift.Array where Element : SendbirdChatSDK.User {
extension Swift.Array where Element : SendbirdChatSDK.Member {
public func sbu_convertUserList() -> [SendbirdUIKit.SBUUser]
}
+extension Swift.Array where Element : SendbirdChatSDK.BaseMessage {
+ public func hasStreamMessageOnly(with latestMessage: SendbirdChatSDK.BaseMessage?) -> SendbirdChatSDK.BaseMessage?
+}
extension Foundation.NSArray {
public func sbu_getUserIds() -> [Swift.String]
public func sbu_getUserNicknames() -> [Swift.String]
@@ -7761,11 +7768,11 @@ public protocol SBURegisterOperatorModuleHeaderDataSource : SendbirdUIKit.SBUBas
}
extension SendbirdUIKit.SBURegisterOperatorModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource)? {
get
set
}
@@ -7774,7 +7781,7 @@ extension SendbirdUIKit.SBURegisterOperatorModule {
@available(*, unavailable, renamed: "SBURegisterOperatorModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate, dataSource: SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -7886,7 +7893,7 @@ extension SendbirdUIKit.SBUBaseChannelModule {
}
@objc @_Concurrency.MainActor(unsafe) public var titleSpacer: UIKit.UIView
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUBaseChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUBaseChannelModule.Header()")
@@ -7947,7 +7954,7 @@ public protocol SBUOpenChannelListViewModelDelegate : SendbirdUIKit.SBUBaseChann
public var channelListQuery: SendbirdChatSDK.OpenChannelListQuery? {
get
}
- public init(delegate: SendbirdUIKit.SBUOpenChannelListViewModelDelegate?, channelListQuery: SendbirdChatSDK.OpenChannelListQuery?)
+ public init(delegate: (any SendbirdUIKit.SBUOpenChannelListViewModelDelegate)?, channelListQuery: SendbirdChatSDK.OpenChannelListQuery?)
@objc deinit
override public func initChannelList()
override public func loadNextChannelList(reset: Swift.Bool)
@@ -8102,14 +8109,14 @@ extension SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate {
}
extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelModule.Header, SendbirdUIKit.SBUMessageThreadTitleViewDelegate {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate)? {
get
set
}
@objc @_Concurrency.MainActor(unsafe) public var parentMessage: SendbirdChatSDK.BaseMessage? {
get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate, parentMessage: SendbirdChatSDK.BaseMessage?, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate, parentMessage: SendbirdChatSDK.BaseMessage?, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -8133,7 +8140,7 @@ extension SendbirdUIKit.SBUActionSheetDelegate {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUActionSheet : ObjectiveC.NSObject {
- public static func show(items: [SendbirdUIKit.SBUActionSheetItem], cancelItem: SendbirdUIKit.SBUActionSheetItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: SendbirdUIKit.SBUActionSheetDelegate? = nil, dismissHandler: (() -> Swift.Void)? = nil)
+ public static func show(items: [SendbirdUIKit.SBUActionSheetItem], cancelItem: SendbirdUIKit.SBUActionSheetItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: (any SendbirdUIKit.SBUActionSheetDelegate)? = nil, dismissHandler: (() -> Swift.Void)? = nil)
public static func dismiss()
@objc deinit
}
@@ -8144,11 +8151,11 @@ public protocol SBUGroupChannelPushSettingsViewModelDelegate : SendbirdUIKit.SBU
public var currentTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption {
get
}
- weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate)? = nil)
open func changeNotification(_ pushTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption)
public func updateChannelPushTriggerOption()
@objc deinit
@@ -8168,8 +8175,8 @@ public protocol SBUFormViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var fieldViews: [SendbirdUIKit.SBUFormFieldView]?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFormViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFormViewParams, delegate: SendbirdUIKit.SBUFormViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFormViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFormViewParams, delegate: (any SendbirdUIKit.SBUFormViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) open func createFieldView() -> SendbirdUIKit.SBUFormFieldView
@_Concurrency.MainActor(unsafe) open func createFormFieldViews(with form: SendbirdChatSDK.Form?) -> [SendbirdUIKit.SBUFormFieldView]
@_Concurrency.MainActor(unsafe) open func formFieldView(_ fieldView: SendbirdUIKit.SBUFormFieldView, didUpdate formField: SendbirdChatSDK.FormField)
@@ -8278,11 +8285,11 @@ extension SendbirdUIKit.SBUGroupChannelModule {
get
}
@objc @_Concurrency.MainActor(unsafe) public var isHighlightInfoAnimated: Swift.Bool
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelModuleListDataSource)? {
get
set
}
@@ -8290,7 +8297,7 @@ extension SendbirdUIKit.SBUGroupChannelModule {
@objc get
}
@objc @_Concurrency.MainActor(unsafe) public var voicePlayer: SendbirdUIKit.SBUVoicePlayer?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func updateStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme = SBUTheme.componentTheme)
@@ -8333,6 +8340,7 @@ extension SendbirdUIKit.SBUGroupChannelModule.List {
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidStop(_ player: SendbirdUIKit.SBUVoicePlayer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidReset(_ player: SendbirdUIKit.SBUVoicePlayer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidUpdatePlayTime(_ player: SendbirdUIKit.SBUVoicePlayer, time: Foundation.TimeInterval)
+ @objc @_Concurrency.MainActor(unsafe) dynamic public func updateStreamMessage(_ message: SendbirdChatSDK.BaseMessage)
}
public protocol SBUGroupChannelModuleInputDelegate : SendbirdUIKit.SBUBaseChannelModuleInputDelegate {
func groupChannelModule(_ inputComponent: SendbirdUIKit.SBUGroupChannelModule.Input, didPickFileData fileData: Foundation.Data?, fileName: Swift.String, mimeType: Swift.String, parentMessage: SendbirdChatSDK.BaseMessage?)
@@ -8355,17 +8363,17 @@ extension SendbirdUIKit.SBUGroupChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var mentionManager: SendbirdUIKit.SBUMentionManager?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleInputDelegate, dataSource: SendbirdUIKit.SBUGroupChannelModuleInputDataSource, mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleInputDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelModuleInputDataSource, mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -8533,7 +8541,7 @@ extension SendbirdUIKit.SBUOpenChannelViewController {
public protocol SBUBaseChannelListViewModelDelegate : SendbirdUIKit.SBUCommonViewModelDelegate {
}
@objc open class SBUBaseChannelListViewModel : ObjectiveC.NSObject {
- public init(delegate: SendbirdUIKit.SBUBaseChannelListViewModelDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUBaseChannelListViewModelDelegate)?)
@objc deinit
public func initChannelList()
public func loadNextChannelList(reset: Swift.Bool)
@@ -8636,7 +8644,7 @@ public protocol SBUGroupChannelListModuleHeaderDelegate : SendbirdUIKit.SBUBaseC
extension SendbirdUIKit.SBUGroupChannelListModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelListModule.Header {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUGroupChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate)? {
get
set
}
@@ -8645,7 +8653,7 @@ extension SendbirdUIKit.SBUGroupChannelListModule {
@available(*, unavailable, renamed: "SBUGroupChannelListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUGroupChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUGroupChannelListTheme)
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUGroupChannelListTheme? = nil)
}
}
@@ -8866,7 +8874,7 @@ open class SBUInviteUserModule {
@objc @_Concurrency.MainActor(unsafe) public var formViews: [SendbirdUIKit.SBUFormView]? {
get
}
- @_Concurrency.MainActor(unsafe) open var extendedMessagePayloadCustomViewFactory: SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal.Type? {
+ @_Concurrency.MainActor(unsafe) open var extendedMessagePayloadCustomViewFactory: (any SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal.Type)? {
get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@@ -8982,11 +8990,11 @@ public protocol SBUGroupChannelSettingsModuleHeaderDataSource : SendbirdUIKit.SB
}
extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelSettingsModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource)? {
get
set
}
@@ -8995,7 +9003,7 @@ extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@available(*, unavailable, renamed: "SBUGroupChannelSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -9090,11 +9098,11 @@ public protocol SBUOpenChannelListModuleListDataSource : SendbirdUIKit.SBUBaseCh
extension SendbirdUIKit.SBUOpenChannelListModule {
@_inheritsConvenienceInitializers @objc(SBUOpenChannelListModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelListModule.List {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUOpenChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelListModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelListModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelListModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelListModuleListDataSource)? {
get
set
}
@@ -9106,7 +9114,7 @@ extension SendbirdUIKit.SBUOpenChannelListModule {
@available(*, unavailable, renamed: "SBUOpenChannelListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelListModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelListModuleListDataSource, theme: SendbirdUIKit.SBUOpenChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelListModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelListModuleListDataSource, theme: SendbirdUIKit.SBUOpenChannelListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUOpenChannelListTheme? = nil)
}
@@ -9134,7 +9142,7 @@ public protocol SBUMentionManagerDataSource : AnyObject {
public var defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]
public var mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]
@objc override dynamic public init()
- public func configure(delegate: SendbirdUIKit.SBUMentionManagerDelegate? = nil, dataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil, mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil)
+ public func configure(delegate: (any SendbirdUIKit.SBUMentionManagerDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil, mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil)
@discardableResult
public func addMention(at textView: UIKit.UITextView, user: SendbirdUIKit.SBUUser) -> Swift.Bool
public func clearMentions(_ mentions: [SendbirdUIKit.SBUMention], with replaceText: Swift.String = "", on textView: UIKit.UITextView, at range: Foundation.NSRange)
@@ -9201,7 +9209,7 @@ public protocol SBUMessageThreadViewControllerDelegate : AnyObject {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadViewControllerDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadViewControllerDelegate)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
@@ -9210,14 +9218,14 @@ public protocol SBUMessageThreadViewControllerDelegate : AnyObject {
}
@available(*, unavailable)
@_Concurrency.MainActor(unsafe) required public init(channelURL: Swift.String, startingPoint: Swift.Int64? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil)
- @_Concurrency.MainActor(unsafe) required public init(channel: SendbirdChatSDK.GroupChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = nil, delegate: SendbirdUIKit.SBUMessageThreadViewControllerDelegate? = nil, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
+ @_Concurrency.MainActor(unsafe) required public init(channel: SendbirdChatSDK.GroupChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = nil, delegate: (any SendbirdUIKit.SBUMessageThreadViewControllerDelegate)? = nil, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open var preferredStatusBarStyle: UIKit.UIStatusBarStyle {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
- @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override open func applicationWillResignActivity()
@_Concurrency.MainActor(unsafe) @objc override open func willPresentSubview()
@objc deinit
@@ -9306,8 +9314,8 @@ public struct SBUFileData {
@objc set
}
@objc @_Concurrency.MainActor(unsafe) public var bottomView: UIKit.UIView
- @_Concurrency.MainActor(unsafe) required convenience public init(fileMessage: SendbirdChatSDK.FileMessage, delegate: SendbirdUIKit.SBUFileViewControllerDelegate?)
- @_Concurrency.MainActor(unsafe) required public init(fileData: SendbirdUIKit.SBUFileData, delegate: SendbirdUIKit.SBUFileViewControllerDelegate?)
+ @_Concurrency.MainActor(unsafe) required convenience public init(fileMessage: SendbirdChatSDK.FileMessage, delegate: (any SendbirdUIKit.SBUFileViewControllerDelegate)?)
+ @_Concurrency.MainActor(unsafe) required public init(fileData: SendbirdUIKit.SBUFileData, delegate: (any SendbirdUIKit.SBUFileViewControllerDelegate)?)
@available(*, unavailable, renamed: "init(params:delegate:)")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@@ -9394,14 +9402,14 @@ public protocol SBUVoiceRecorderDelegate : AnyObject {
public var progressTimer: Foundation.Timer? {
get
}
- public init(delegate: SendbirdUIKit.SBUVoiceRecorderDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUVoiceRecorderDelegate)?)
@objc deinit
@discardableResult
public func record() -> Swift.Bool
public func stop()
public func resetRecorder()
@objc public func audioRecorderDidFinishRecording(_ recorder: AVFAudio.AVAudioRecorder, successfully success: Swift.Bool)
- @objc public func audioRecorderEncodeErrorDidOccur(_ recorder: AVFAudio.AVAudioRecorder, error: Swift.Error?)
+ @objc public func audioRecorderEncodeErrorDidOccur(_ recorder: AVFAudio.AVAudioRecorder, error: (any Swift.Error)?)
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUBaseFileContentView : SendbirdUIKit.SBUView {
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageCellTheme {
@@ -9512,7 +9520,7 @@ public protocol SBUVoicePlayerDelegate : AnyObject {
public var progressTimer: Foundation.Timer? {
get
}
- public init(delegate: SendbirdUIKit.SBUVoicePlayerDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUVoicePlayerDelegate)?)
public func configure(voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo)
@objc deinit
public func play(fromTime time: Foundation.TimeInterval = 0)
@@ -9521,7 +9529,7 @@ public protocol SBUVoicePlayerDelegate : AnyObject {
public func resetPlayer()
public func updatePlaybackRate(_ rate: Swift.Float)
@objc public func audioPlayerDidFinishPlaying(_ player: AVFAudio.AVAudioPlayer, successfully success: Swift.Bool)
- @objc public func audioPlayerDecodeErrorDidOccur(_ player: AVFAudio.AVAudioPlayer, error: Swift.Error?)
+ @objc public func audioPlayerDecodeErrorDidOccur(_ player: AVFAudio.AVAudioPlayer, error: (any Swift.Error)?)
}
public protocol SBUOpenChannelModuleMediaDelegate : AnyObject {
func openChannelModule(_ mediaComponent: SendbirdUIKit.SBUOpenChannelModule.Media, didTapMediaView mediaView: UIKit.UIView)
@@ -9530,8 +9538,8 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class Media : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public var mediaView: UIKit.UIView
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleMediaDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleMediaDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleMediaDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleMediaDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -9553,11 +9561,11 @@ public protocol SBUGroupChannelSettingsModuleListDataSource : SendbirdUIKit.SBUB
}
extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@_inheritsConvenienceInitializers @objc(SBUGroupChannelSettingsModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelSettingsModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource)? {
get
set
}
@@ -9569,7 +9577,7 @@ extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@available(*, unavailable, renamed: "SBUGroupChannelSettingsModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupItems()
@_Concurrency.MainActor(unsafe) open func createModerationsItem() -> SendbirdUIKit.SBUChannelSettingItem
@@ -9607,13 +9615,13 @@ extension SendbirdUIKit.SBUMessageSearchModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageSearchTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUMessageSearchModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUMessageSearchModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate, theme: SendbirdUIKit.SBUMessageSearchTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate, theme: SendbirdUIKit.SBUMessageSearchTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUMessageSearchTheme? = nil)
@@ -9672,8 +9680,8 @@ public protocol SBUSuggestedReplyOptionViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var text: Swift.String? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with optionText: Swift.String, delegate: SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with optionText: Swift.String, delegate: (any SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -10592,7 +10600,7 @@ public protocol SBUUserMessageTextViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var needsToRemoveMargin: Swift.Bool {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserMessageTextViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserMessageTextViewDelegate)?
@_Concurrency.MainActor(unsafe) public var textTopConstraint: UIKit.NSLayoutConstraint?
@_Concurrency.MainActor(unsafe) public var textBottomConstraint: UIKit.NSLayoutConstraint?
@_Concurrency.MainActor(unsafe) public var textLeftConstraint: UIKit.NSLayoutConstraint?
@@ -10631,13 +10639,13 @@ extension SendbirdUIKit.SBUModerationsModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUModerationsModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUModerationsModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUModerationsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUModerationsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUModerationsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUModerationsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil)
@@ -10831,8 +10839,8 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
}
@_Concurrency.MainActor(unsafe) public var channelNameInputField: SendbirdUIKit.SBUUnderLineTextField
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUCreateOpenChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate?, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate)?, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUCreateOpenChannelTheme? = nil)
@@ -10912,7 +10920,7 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
@_Concurrency.MainActor(unsafe) @objc override public func setupStyles()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLayoutSubviews()
- @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
@objc @_Concurrency.MainActor(unsafe) public func setUserProfileTapGesture(_ user: SendbirdUIKit.SBUUser)
@@ -10988,11 +10996,11 @@ extension SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal {
public protocol SBUExtendedMessagePayloadCustomViewFactory : SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal {
associatedtype ViewData : Swift.Decodable
static func makeCustomView(_ data: Self.ViewData, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
- static func errorHandler(_ error: Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
+ static func errorHandler(_ error: any Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
}
extension SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactory {
public static func makeCustomView(message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
- public static func errorHandler(_ error: Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
+ public static func errorHandler(_ error: any Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
}
public protocol SBUMessageThreadViewModelDataSource : SendbirdUIKit.SBUBaseChannelViewModelDataSource {
}
@@ -11004,11 +11012,11 @@ public protocol SBUMessageThreadViewModelDelegate : SendbirdUIKit.SBUBaseChannel
func messageThreadViewModel(_ viewModel: SendbirdUIKit.SBUMessageThreadViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
}
@objc open class SBUMessageThreadViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUMessageThreadViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUMessageThreadViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUMessageThreadViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadViewModelDataSource)? {
get
set
}
@@ -11019,7 +11027,7 @@ public protocol SBUMessageThreadViewModelDelegate : SendbirdUIKit.SBUBaseChannel
get
}
public var sendMultipleFilesMessageCompletionHandler: SendbirdChatSDK.MultipleFilesMessageHandler?
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = 0, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: SendbirdUIKit.SBUMessageThreadViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUMessageThreadViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = 0, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: (any SendbirdUIKit.SBUMessageThreadViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUMessageThreadViewModelDataSource)? = nil)
@objc deinit
public func loadChannelAndMessages(channelURL: Swift.String?)
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
@@ -11138,7 +11146,7 @@ extension SendbirdUIKit.SBUUserListModule {
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserListModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserListModuleHeaderDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var channelType: SendbirdChatSDK.ChannelType
@_Concurrency.MainActor(unsafe) public var userListType: SendbirdUIKit.ChannelUserListType {
get
@@ -11148,7 +11156,7 @@ extension SendbirdUIKit.SBUUserListModule {
@available(*, unavailable, renamed: "SBUUserListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUUserListModuleHeaderDelegate, userListType: SendbirdUIKit.ChannelUserListType, channelType: SendbirdChatSDK.ChannelType = .group, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUUserListModuleHeaderDelegate, userListType: SendbirdUIKit.ChannelUserListType, channelType: SendbirdChatSDK.ChannelType = .group, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUUserListTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -11278,7 +11286,7 @@ public enum SBUReplyType : Swift.Int, Swift.Codable {
public var filterValue: SendbirdChatSDK.ReplyType {
get
}
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -11289,7 +11297,7 @@ public enum SBUThreadReplySelectType : Swift.Int, Swift.Codable {
case none
case parent
case thread
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -11302,18 +11310,19 @@ public protocol SBUGroupChannelViewModelDataSource : SendbirdUIKit.SBUBaseChanne
public protocol SBUGroupChannelViewModelDelegate : SendbirdUIKit.SBUBaseChannelViewModelDelegate {
func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveSuggestedMentions members: [SendbirdUIKit.SBUUser]?)
func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
+ func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveStreamMessage message: SendbirdChatSDK.BaseMessage, forChannel channel: SendbirdChatSDK.GroupChannel)
}
@objc open class SBUGroupChannelViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUGroupChannelViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUGroupChannelViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelViewModelDataSource)? {
get
set
}
public var sendMultipleFilesMessageCompletionHandler: SendbirdChatSDK.MultipleFilesMessageHandler?
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: SendbirdUIKit.SBUGroupChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUGroupChannelViewModelDataSource? = nil, displaysLocalCachedListFirst: Swift.Bool = false)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: (any SendbirdUIKit.SBUGroupChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUGroupChannelViewModelDataSource)? = nil, displaysLocalCachedListFirst: Swift.Bool = false)
@objc deinit
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
override public func refreshChannel()
@@ -11455,7 +11464,7 @@ public protocol SBUOpenChannelSettingsModuleHeaderDelegate : SendbirdUIKit.SBUBa
}
extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelSettingsModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate)? {
get
set
}
@@ -11464,7 +11473,7 @@ extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@available(*, unavailable, renamed: "SBUOpenChannelSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateRightItem()
@@ -11521,11 +11530,11 @@ public protocol SBUCreateChannelModuleListDataSource : SendbirdUIKit.SBUBaseSele
}
extension SendbirdUIKit.SBUCreateChannelModule {
@_inheritsConvenienceInitializers @objc(SBUCreateChannelModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUCreateChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelModuleListDataSource)? {
get
set
}
@@ -11534,7 +11543,7 @@ extension SendbirdUIKit.SBUCreateChannelModule {
@available(*, unavailable, renamed: "SBUCreateChannelModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUCreateChannelModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUCreateChannelModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/PrivacyInfo.xcprivacy b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 00000000..dbcccdcb
--- /dev/null
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,44 @@
+
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypePhotosorVideos
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeAudioData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+
+
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SBUMenuCell.nib b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SBUMenuCell.nib
index c0e30e40..01fcbc7e 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SBUMenuCell.nib and b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SBUMenuCell.nib differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/objects-12.3+.nib b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/objects-12.3+.nib
index 37a808cf..d2e4f248 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/objects-12.3+.nib and b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/runtime.nib b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/runtime.nib
index 0bd01cae..88a12473 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/runtime.nib and b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SendbirdUIKit b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SendbirdUIKit
index 84b7035e..b8c5224e 100755
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SendbirdUIKit and b/Framework/SendbirdUIKit.xcframework/ios-arm64/SendbirdUIKit.framework/SendbirdUIKit differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Info.plist b/Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Info.plist
index a437fc8d..e1223234 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Info.plist
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Info.plist
@@ -13,7 +13,7 @@
CFBundleSignature
????
CFBundleShortVersionString
- 3.19.1
+ 3.20.0
CFBundleVersion
1
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/DWARF/SendbirdUIKit b/Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/DWARF/SendbirdUIKit
index 6c740f01..52b7f398 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/DWARF/SendbirdUIKit and b/Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/DWARF/SendbirdUIKit differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/aarch64/SendbirdChatSDK.swiftinterface b/Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/aarch64/SendbirdChatSDK.swiftinterface
index 30233f89..315e8883 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/aarch64/SendbirdChatSDK.swiftinterface
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/aarch64/SendbirdChatSDK.swiftinterface
@@ -1,13 +1,16 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdChatSDK
+// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
+// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name SendbirdChatSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
import CommonCrypto
+import CoreFoundation
import CoreGraphics
import Foundation
+import Foundation/*.Data*/
import MobileCoreServices
import Network
import SQLite3
+import Security
import Swift
import SwiftUI
import SystemConfiguration
@@ -16,6 +19,8 @@ import UIKit
import UserNotifications
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
+import zlib
extension SendbirdChatSDK.GroupChannelListQuery {
@available(*, unavailable, renamed: "myMemberStateFilter")
@objc dynamic public var memberStateFilter: SendbirdChatSDK.MyMemberStateFilter {
@@ -92,9 +97,6 @@ extension SendbirdChatSDK.GroupChannelListQuery {
@objc public init(builder: (SendbirdChatSDK.PollVoterListQueryParams) -> Swift.Void)
@objc deinit
}
-extension SendbirdChatSDK.PollVoterListQueryParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
-}
@_hasMissingDesignatedInitializers @objc(SBDBaseMessage) open class BaseMessage : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying, Swift.Identifiable {
@objc open var id: Swift.AnyHashable {
@objc get
@@ -204,8 +206,8 @@ extension SendbirdChatSDK.PollVoterListQueryParams : Swift.Encodable {
get
}
@objc final public let notificationEventDeadline: Swift.Int64
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public typealias ID = Swift.AnyHashable
@objc deinit
}
@@ -300,8 +302,8 @@ extension SendbirdChatSDK.PublicGroupChannelListQuery {
@objc open var isDefault: Swift.Bool {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDUnreadMessageCount) open class UnreadMessageCount : ObjectiveC.NSObject {
@@ -347,8 +349,8 @@ extension SendbirdChatSDK.ApplicationUserListQuery {
@objc final public let mimeType: Swift.String?
@objc final public let fileSize: Swift.UInt
@objc public var thumbnails: [SendbirdChatSDK.Thumbnail]?
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
}
@@ -379,8 +381,8 @@ extension SendbirdChatSDK.MessageReviewStatus : Swift.RawRepresentable, Swift.Co
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPushTokenRegistrationStatus) public enum PushTokenRegistrationStatus : Swift.Int {
case success = 0
@@ -402,8 +404,8 @@ extension SendbirdChatSDK.PushNotificationDeliveryOption : Swift.RawRepresentabl
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPushTriggerOption) public enum PushTriggerOption : Swift.Int {
case all = 0
@@ -416,8 +418,8 @@ extension SendbirdChatSDK.PushTriggerOption : Swift.RawRepresentable, Swift.Coda
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendbirdChatSDK.MessageCollection : SendbirdChatSDK.GroupChannelDelegate {
@objc dynamic open func channel(_ channel: SendbirdChatSDK.BaseChannel, didReceive message: SendbirdChatSDK.BaseMessage)
@@ -483,7 +485,7 @@ extension SendbirdChatSDK.MessageCollection : SendbirdChatSDK.GroupChannelDelega
@objc public var preferredLanguages: [Swift.String]?
@objc public var discoveryKeys: [Swift.String]?
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.MessageCollection : SendbirdChatSDK.ConnectionDelegate {
@@ -597,8 +599,8 @@ extension SendbirdChatSDK.PreviousMessageListQuery {
@objc open var metaData: [Swift.String : Swift.String] {
@objc get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public typealias ID = Swift.String
@objc deinit
}
@@ -620,15 +622,15 @@ extension SendbirdChatSDK.BaseChannel {
@objc public var isMuted: Swift.Bool {
get
}
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.PreviousMessageListQuery {
@available(*, unavailable, message: "Use `loadNextPage(completionHandler:)` instead")
@objc dynamic public func loadPreviousMessages(limit: Swift.UInt, reverse: Swift.Bool, completionHandler: @escaping SendbirdChatSDK.MessageListHandler)
@available(*, unavailable, renamed: "loadNextPage(completionHandler:)")
- @objc dynamic public func load(completionHandler: (([SendbirdChatSDK.BaseMessage]?, Swift.Error?) -> Swift.Void)? = nil)
+ @objc dynamic public func load(completionHandler: (([SendbirdChatSDK.BaseMessage]?, (any Swift.Error)?) -> Swift.Void)? = nil)
}
@objc(SBDCollectionEventSource) public enum CollectionEventSource : Swift.Int, Swift.Codable {
case messageChangelog = 0
@@ -754,12 +756,12 @@ public typealias MessageTemplateHandler = (_ messageTemplate: SendbirdChatSDK.Me
public typealias MessageTemplateListHandler = (_ messageTemplateList: SendbirdChatSDK.MessageTemplateList?, _ hasMore: Swift.Bool, _ token: Swift.String?, _ error: SendbirdChatSDK.SBError?) -> Swift.Void
@objc(SBDPollUpdateEvent) public class PollUpdateEvent : ObjectiveC.NSObject {
@objc final public let poll: SendbirdChatSDK.UpdatedPoll
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class UpdatedPoll : ObjectiveC.NSObject, Swift.Codable {
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDPollVoterListQuery) public class PollVoterListQuery : ObjectiveC.NSObject {
@@ -807,9 +809,9 @@ public typealias MessageTemplateListHandler = (_ messageTemplateList: SendbirdCh
@objc public func has(_ key: SendbirdChatSDK.UnreadItemKey) -> Swift.Bool
@objc public func unsignedIntegerForKey(_ key: SendbirdChatSDK.UnreadItemKey) -> Swift.UInt
@objc override dynamic public init()
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDGroupChannelListQuery) public class GroupChannelListQuery : ObjectiveC.NSObject, Swift.Codable {
@objc public var hasNext: Swift.Bool {
@@ -821,8 +823,8 @@ public typealias MessageTemplateListHandler = (_ messageTemplateList: SendbirdCh
@objc public var limit: Swift.UInt {
@objc get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func loadNextPage(completionHandler: @escaping SendbirdChatSDK.GroupChannelListHandler)
@objc deinit
}
@@ -942,8 +944,8 @@ extension SendbirdChatSDK.GroupChannelListQuery {
@objc final public let desc: Swift.String?
@objc final public let defaultImage: SendbirdChatSDK.OGImage?
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.FeedChannel {
@objc(markAsReadWithCompletionHandler:) dynamic open func markAsRead(completionHandler: SendbirdChatSDK.SBErrorHandler?)
@@ -1007,7 +1009,7 @@ extension SendbirdChatSDK.BlockedUserListQueryParams : Foundation.NSCopying {
@objc override dynamic public init()
@objc public init(message: Swift.String? = nil)
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- override public func encode(to encoder: Swift.Encoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDUserMessage) open class UserMessage : SendbirdChatSDK.BaseMessage {
@@ -1025,8 +1027,8 @@ extension SendbirdChatSDK.BlockedUserListQueryParams : Foundation.NSCopying {
@objc public var messageReviewInfo: SendbirdChatSDK.MessageReviewInfo? {
get
}
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@discardableResult
@objc(applyPollUpdateEvent:) public func apply(pollUpdateEvent: SendbirdChatSDK.PollUpdateEvent) -> Swift.Bool
@discardableResult
@@ -1050,9 +1052,9 @@ extension SendbirdChatSDK.UserMessage {
@objc final public let userId: Swift.String
@objc final public let operation: SendbirdChatSDK.ReactionEventAction
@objc final public let updatedAt: Swift.Int64
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc extension SendbirdChatSDK.GroupChannel {
@objc dynamic open func getUnreadMemberCount(_ message: SendbirdChatSDK.BaseMessage) -> Swift.Int
@@ -1095,9 +1097,9 @@ extension SendbirdChatSDK.UserMessage {
@objc final public let alt: Swift.String?
@objc final public let width: Swift.Int
@objc final public let height: Swift.Int
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendbirdChatSDK.GroupChannel {
@objc dynamic open class func createMyGroupChannelListQuery() -> SendbirdChatSDK.GroupChannelListQuery
@@ -1164,8 +1166,8 @@ extension SendbirdChatSDK.GroupChannel {
@objc public var messageCollectionLastAccessedAt: Swift.Int64 {
get
}
- open func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ open func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc override dynamic open var description: Swift.String {
@objc get
}
@@ -1223,8 +1225,8 @@ extension SendbirdChatSDK.MemberListQuery {
get
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.Emoji : SendbirdChatSDK.Serializable {
@objc dynamic public func serialize() -> Foundation.Data?
@@ -1243,8 +1245,8 @@ extension SendbirdChatSDK.Emoji : SendbirdChatSDK.Serializable {
@objc public var emojis: [SendbirdChatSDK.Emoji] {
get
}
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
extension SendbirdChatSDK.EmojiCategory : SendbirdChatSDK.Serializable {
@@ -1259,8 +1261,8 @@ extension SendbirdChatSDK.EmojiCategory : SendbirdChatSDK.Serializable {
get
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.EmojiContainer : SendbirdChatSDK.Serializable {
@objc dynamic public func serialize() -> Foundation.Data?
@@ -1271,8 +1273,8 @@ extension SendbirdChatSDK.EmojiContainer : SendbirdChatSDK.Serializable {
@objc public var templateListToken: Swift.String
@objc public var settingsUpdatedAt: Swift.Int64
@objc public var feedChannels: [Swift.String : Swift.String]
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc public protocol Mappable {
@@ -1320,7 +1322,7 @@ extension SendbirdChatSDK.Reaction : SendbirdChatSDK.Mappable {
@objc final public let pollOptionId: Swift.Int64
@objc final public let voteCount: Swift.Int64
@objc deinit
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
@objc(SBDGroupChannelCollectionDelegate) public protocol GroupChannelCollectionDelegate {
@objc optional func channelCollection(_ collection: SendbirdChatSDK.GroupChannelCollection, context: SendbirdChatSDK.ChannelContext, addedChannels: [SendbirdChatSDK.GroupChannel])
@@ -1339,8 +1341,8 @@ extension SendbirdChatSDK.NotificationCollection : SendbirdChatSDK.ConnectionDel
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDAdminMessage) open class AdminMessage : SendbirdChatSDK.BaseMessage {
- override open func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override open func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDMessageMetaArray) public class MessageMetaArray : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying {
@@ -1350,6 +1352,8 @@ extension SendbirdChatSDK.NotificationCollection : SendbirdChatSDK.ConnectionDel
@objc public var value: [Swift.String] {
get
}
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc convenience public init(key: Swift.String)
@objc public init(key: Swift.String, value: [Swift.String]?)
@objc public func addValue(_ value: Swift.Set)
@@ -1357,8 +1361,6 @@ extension SendbirdChatSDK.NotificationCollection : SendbirdChatSDK.ConnectionDel
@objc public func removeValue(_ value: Swift.Set)
@objc(removeValueWithArray:) public func removeValue(with array: [Swift.String])
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
}
extension SendbirdChatSDK.MessageMetaArray {
@objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool
@@ -1383,15 +1385,15 @@ extension SendbirdChatSDK.GroupChannel {
public typealias SBDMain = SendbirdChatSDK.SendbirdChat
extension SendbirdChatSDK.SendbirdChat {
@available(*, unavailable, message: "`connectionDelegatesDictionary` has been removed.")
- public class var connectionDelegatesDictionary: Foundation.NSMapTable? {
+ public class var connectionDelegatesDictionary: Foundation.NSMapTable? {
get
}
@available(*, unavailable, message: "`channelDelegatesDictionary` has been removed.")
- public class var channelDelegatesDictionary: Foundation.NSMapTable? {
+ public class var channelDelegatesDictionary: Foundation.NSMapTable? {
get
}
@available(*, unavailable, message: "`userEventDelegatesDictionary` has been removed.")
- public class var userEventDelegatesDictionary: Foundation.NSMapTable? {
+ public class var userEventDelegatesDictionary: Foundation.NSMapTable? {
get
}
@available(*, unavailable, renamed: "connect(userId:completionHandler:)")
@@ -1420,7 +1422,7 @@ extension SendbirdChatSDK.SendbirdChat {
@objc dynamic public class func updateCurrentUserInfo(withNickname nickname: Swift.String?, profileImageFilePath: Swift.String?, progressHandler: ((Swift.Int64, Swift.Int64, Swift.Int64) -> Swift.Void)?, completionHandler: ((SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
}
@_hasMissingDesignatedInitializers @objc(SBDNotificationCollection) open class NotificationCollection : SendbirdChatSDK.BaseCollection {
- @objc weak open var delegate: SendbirdChatSDK.NotificationCollectionDelegate? {
+ @objc weak open var delegate: (any SendbirdChatSDK.NotificationCollectionDelegate)? {
@objc get
@objc set
}
@@ -1485,8 +1487,8 @@ extension SendbirdChatSDK.PollStatus : Swift.RawRepresentable, Swift.Codable {
get
}
public init?(rawValue: Swift.String)
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDBlockedUserListQuery) public class BlockedUserListQuery : ObjectiveC.NSObject, SendbirdChatSDK.UserListQuery {
@objc public var hasNext: Swift.Bool {
@@ -1509,16 +1511,6 @@ extension SendbirdChatSDK.BlockedUserListQuery {
@objc get
}
}
-@usableFromInline
-internal protocol _AnyDecodable {
- var value: Any { get }
- init(_ value: T?)
-}
-@usableFromInline
-internal protocol _AnyEncodable {
- var value: Any { get }
- init(_ value: T?)
-}
@_inheritsConvenienceInitializers @objc(SBDPollUpdateParams) public class PollUpdateParams : ObjectiveC.NSObject {
@objc public var title: Swift.String?
@objc public var text: Swift.String?
@@ -1536,7 +1528,7 @@ internal protocol _AnyEncodable {
@objc deinit
}
extension SendbirdChatSDK.PollUpdateParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension Swift.UInt16 : Swift.ExpressibleByUnicodeScalarLiteral {
public typealias UnicodeScalarLiteralType = Swift.UnicodeScalar
@@ -1561,8 +1553,8 @@ extension SendbirdChatSDK.FriendListQueryParams : Foundation.NSCopying {
@objc final public let replyCount: Swift.Int
@objc final public let mostRepliedUsers: [SendbirdChatSDK.User]
@objc final public let lastRepliedAt: Swift.Int64
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDFileMessageCreateParams) public class FileMessageCreateParams : SendbirdChatSDK.BaseMessageCreateParams {
@@ -1585,8 +1577,8 @@ extension SendbirdChatSDK.FriendListQueryParams : Foundation.NSCopying {
@objc public init(fileURL: Swift.String)
@objc override dynamic public init()
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDSessionDelegate) public protocol SessionDelegate {
@@ -1601,9 +1593,9 @@ extension SendbirdChatSDK.FriendListQueryParams : Foundation.NSCopying {
@objc public var name: Swift.String
@objc public var volume: Swift.Float
@objc public init(name: Swift.String = "default", volume: Swift.Float = 1.0)
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- required public init(from decoder: Swift.Decoder) throws
}
public struct DeliveryStatus {
public let channelURL: Swift.String
@@ -1619,7 +1611,7 @@ public struct DeliveryStatus {
@objc deinit
}
extension SendbirdChatSDK.PollRetrievalParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc extension SendbirdChatSDK.BaseChannel {
@objc dynamic open func addOperators(userIds: [Swift.String], completionHandler: SendbirdChatSDK.SBErrorHandler?)
@@ -1689,8 +1681,8 @@ extension SendbirdChatSDK.PollRetrievalParams : Swift.Encodable {
final public let uikitConfigInfo: SendbirdChatSDK.UIKitConfigInfo
@objc final public let multipleFilesMessageFileCountLimit: Swift.Int
@objc public func isEmojiUpdateNeeded(prevEmojiHash: Swift.String) -> Swift.Bool
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDScheduledStatusOptions) final public class ScheduledStatusOptions : ObjectiveC.NSObject, Swift.OptionSet {
@@ -1765,8 +1757,8 @@ extension SendbirdChatSDK.ApplicationUserListQueryParams : Foundation.NSCopying
@objc public var votedPollOptionIds: [Swift.Int64] {
get
}
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc public class func create(params: SendbirdChatSDK.PollCreateParams, completionHandler: @escaping SendbirdChatSDK.PollHandler)
@objc public class func get(params: SendbirdChatSDK.PollRetrievalParams, completionHandler: @escaping SendbirdChatSDK.PollHandler)
@objc deinit
@@ -1817,8 +1809,8 @@ extension SendbirdChatSDK.Poll : SendbirdChatSDK.Serializable {
}
@objc public init(file: Foundation.Data)
@objc public init(fileURL: Swift.String)
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDOperatorListQuery) public class OperatorListQuery : ObjectiveC.NSObject, SendbirdChatSDK.UserListQuery {
@@ -1837,12 +1829,22 @@ extension SendbirdChatSDK.OperatorListQuery {
@objc get
}
}
+@usableFromInline
+internal protocol _AnyDecodable {
+ var value: Any { get }
+ init(_ value: T?)
+}
+@usableFromInline
+internal protocol _AnyEncodable {
+ var value: Any { get }
+ init(_ value: T?)
+}
@objc(SBDPollOptionVoterResult) public class PollOptionVoterResult : ObjectiveC.NSObject, Swift.Codable {
@objc final public let voteCount: Swift.UInt
@objc final public let voters: [SendbirdChatSDK.User]
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
@_inheritsConvenienceInitializers @objc(SBDMemberListQueryParams) final public class MemberListQueryParams : ObjectiveC.NSObject {
@objc final public var nicknameStartsWithFilter: Swift.String?
@@ -1894,8 +1896,8 @@ extension SendbirdChatSDK.MessageListParams {
final public var lastUpdatedAt: Swift.Int64 {
get
}
- final public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ final public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDMember) public class Member : SendbirdChatSDK.User {
@@ -1917,8 +1919,8 @@ extension SendbirdChatSDK.MessageListParams {
@objc public var restrictionInfo: SendbirdChatSDK.RestrictionInfo? {
get
}
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.Member {
@@ -1958,8 +1960,8 @@ extension SendbirdChatSDK.Member {
@objc open var categories: [SendbirdChatSDK.NotificationCategory] {
get
}
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.FeedChannel {
@@ -1969,8 +1971,8 @@ extension SendbirdChatSDK.FeedChannel {
@objc final public let scheduledMessageId: Swift.Int64
@objc final public let scheduledAt: Swift.Int64
@objc public var scheduledMessageParams: SendbirdChatSDK.ScheduledBaseMessageCreateParams?
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.ScheduledInfo {
@@ -1988,8 +1990,8 @@ extension SendbirdChatSDK.ScheduledInfo {
@objc final public let updatedAt: Swift.Int64
@objc(getPollOptionWithParams:completionHandler:) public class func getPollOption(params: SendbirdChatSDK.PollOptionRetrievalParams, completionHandler: @escaping SendbirdChatSDK.PollOptionHandler)
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.PollOption {
@objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool
@@ -2093,8 +2095,8 @@ extension SendbirdChatSDK.UserConnectionStatus : Swift.RawRepresentable, Swift.C
public var rawValue: Swift.Bool? {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDReportCategory) public enum ReportCategory : Swift.Int {
case suspicious = 0
@@ -2108,8 +2110,8 @@ extension SendbirdChatSDK.ReportCategory : Swift.RawRepresentable, Swift.Codable
get
}
public init?(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDReactionEventAction) public enum ReactionEventAction : Swift.Int {
case add = 0
@@ -2121,8 +2123,8 @@ extension SendbirdChatSDK.ReactionEventAction : Swift.RawRepresentable, Swift.Co
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDLogLevel) public enum LogLevel : Swift.Int, Swift.Comparable, Swift.Codable {
case verbose
@@ -2131,8 +2133,8 @@ extension SendbirdChatSDK.ReactionEventAction : Swift.RawRepresentable, Swift.Co
case warning
case error
case none
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public static func < (lhs: SendbirdChatSDK.LogLevel, rhs: SendbirdChatSDK.LogLevel) -> Swift.Bool
public static func == (lhs: SendbirdChatSDK.LogLevel, rhs: SendbirdChatSDK.LogLevel) -> Swift.Bool
public init?(rawValue: Swift.Int)
@@ -2198,8 +2200,8 @@ extension SendbirdChatSDK.NotificationPriority : Swift.RawRepresentable, Swift.C
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendbirdChatSDK.OpenChannel {
@objc dynamic open class func createOpenChannelListQuery() -> SendbirdChatSDK.OpenChannelListQuery
@@ -2365,8 +2367,8 @@ extension SendbirdChatSDK.GroupChannel {
get
}
@objc open class func compare(channelA: SendbirdChatSDK.GroupChannel, channelB: SendbirdChatSDK.GroupChannel, order: SendbirdChatSDK.GroupChannelListOrder) -> Swift.Bool
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.GroupChannel {
@@ -2398,8 +2400,8 @@ extension SendbirdChatSDK.GroupChannel {
@_hasMissingDesignatedInitializers @objc(SBDMultipleFilesMessageCreateParams) public class MultipleFilesMessageCreateParams : SendbirdChatSDK.BaseMessageCreateParams {
@objc public var uploadableFileInfoList: [SendbirdChatSDK.UploadableFileInfo]
@objc public init(uploadableFileInfoList: [SendbirdChatSDK.UploadableFileInfo])
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
}
@@ -2434,7 +2436,7 @@ extension SendbirdChatSDK.BannedUserListQuery {
@objc public func addMentionedUserIds(_ userIds: [Swift.String])
@objc override dynamic public init()
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@objc(SBDFeedback) open class Feedback : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying {
@@ -2442,8 +2444,8 @@ extension SendbirdChatSDK.BannedUserListQuery {
@objc final public let rating: SendbirdChatSDK.Feedback.Rating
@objc final public let comment: Swift.String?
public init(id: Swift.Int64, rating: SendbirdChatSDK.Feedback.Rating, comment: Swift.String?)
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
}
@@ -2459,8 +2461,8 @@ extension SendbirdChatSDK.Feedback {
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
}
extension SendbirdChatSDK.Feedback {
@@ -2498,8 +2500,8 @@ extension SendbirdChatSDK.Feedback {
@objc public static let groupChannelUnreadMessageCount: SendbirdChatSDK.UnreadItemKey
@objc public static let groupChannelUnreadMentionCount: SendbirdChatSDK.UnreadItemKey
@objc public static let groupChannelInvitationCount: SendbirdChatSDK.UnreadItemKey
- required convenience public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required convenience public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc convenience public init(keys: [SendbirdChatSDK.UnreadItemKey])
@objc override dynamic public var hash: Swift.Int {
@objc get
@@ -2525,8 +2527,8 @@ extension SendbirdChatSDK.CountPreference : Swift.RawRepresentable, Swift.Codabl
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMentionType) public enum MentionType : Swift.Int {
case users = 0
@@ -2538,8 +2540,8 @@ extension SendbirdChatSDK.MentionType : Swift.RawRepresentable, Swift.Codable {
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMessageSendingStatus) public enum MessageSendingStatus : Swift.Int {
case none = 0
@@ -2556,8 +2558,8 @@ extension SendbirdChatSDK.MentionType : Swift.RawRepresentable, Swift.Codable {
extension SendbirdChatSDK.MessageSendingStatus : Swift.Codable {
public init(stringValue: Swift.String)
public init(rawValue: Swift.Int)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendbirdChatSDK.MessageSendingStatus : Swift.CustomDebugStringConvertible {
public var debugDescription: Swift.String {
@@ -2574,7 +2576,7 @@ extension SendbirdChatSDK.MessageSearchQueryOrder : Swift.RawRepresentable, Swif
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@objc(SBDReplyType) public enum ReplyType : Swift.Int {
case none = 0
@@ -2587,8 +2589,28 @@ extension SendbirdChatSDK.ReplyType : Swift.RawRepresentable, Swift.Codable {
get
}
public init(rawValue: Swift.String)
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+}
+public protocol SSLTrustValidator {
+ func isValid(_ trust: Security.SecTrust, domain: Swift.String?) -> Swift.Bool
+}
+open class SSLCert {
+ public init(data: Foundation.Data)
+ public init(key: Security.SecKey)
+ @objc deinit
+}
+open class SSLSecurity : SendbirdChatSDK.SSLTrustValidator {
+ public var validatedDN: Swift.Bool
+ public var validateEntireChain: Swift.Bool
+ convenience public init(usePublicKeys: Swift.Bool = false)
+ public init(certs: [SendbirdChatSDK.SSLCert], usePublicKeys: Swift.Bool)
+ open func isValid(_ trust: Security.SecTrust, domain: Swift.String?) -> Swift.Bool
+ public func extractPublicKey(_ data: Foundation.Data) -> Security.SecKey?
+ public func extractPublicKey(_ cert: Security.SecCertificate, policy: Security.SecPolicy) -> Security.SecKey?
+ public func certificateChain(_ trust: Security.SecTrust) -> [Foundation.Data]
+ public func publicKeyChain(_ trust: Security.SecTrust) -> [Security.SecKey]
+ @objc deinit
}
@objc(SBDScheduledBaseMessageCreateParams) public class ScheduledBaseMessageCreateParams : ObjectiveC.NSObject, Swift.Codable {
@objc public var scheduledAt: Swift.Int64
@@ -2608,27 +2630,27 @@ extension SendbirdChatSDK.ReplyType : Swift.RawRepresentable, Swift.Codable {
@objc public func addMentionedUserIds(_ userIds: [Swift.String])
@objc public var appleCriticalAlertOptions: SendbirdChatSDK.AppleCriticalAlertOptions?
@objc public init(scheduledAt: Swift.Int64)
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDPinnedMessage) public class PinnedMessage : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying {
@objc open var message: SendbirdChatSDK.BaseMessage? {
get
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
-@_inheritsConvenienceInitializers @objc(SBDPollData) public class PollData : ObjectiveC.NSObject, Swift.Codable {
+@objc(SBDPollData) public class PollData : ObjectiveC.NSObject, Swift.Codable {
@objc public var text: Swift.String? {
get
}
- @objc override dynamic public init()
+ @objc public init(text: Swift.String?)
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
}
@_hasMissingDesignatedInitializers @objc(SBDGroupChannelCollection) open class GroupChannelCollection : SendbirdChatSDK.BaseCollection {
@objc open var channelList: [SendbirdChatSDK.GroupChannel] {
@@ -2643,7 +2665,7 @@ extension SendbirdChatSDK.ReplyType : Swift.RawRepresentable, Swift.Codable {
@objc open var query: SendbirdChatSDK.GroupChannelListQuery {
get
}
- @objc weak open var delegate: SendbirdChatSDK.GroupChannelCollectionDelegate? {
+ @objc weak open var delegate: (any SendbirdChatSDK.GroupChannelCollectionDelegate)? {
@objc get
@objc set
}
@@ -2666,8 +2688,8 @@ extension SendbirdChatSDK.ReplyType : Swift.RawRepresentable, Swift.Codable {
@_hasMissingDesignatedInitializers @objc(SBDMessageReviewInfo) public class MessageReviewInfo : ObjectiveC.NSObject, Swift.Codable {
@objc final public let status: SendbirdChatSDK.MessageReviewStatus
@objc final public let originalMessageInfo: SendbirdChatSDK.OriginalMessageInfo?
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDOpenChannelListQueryParams) final public class OpenChannelListQueryParams : ObjectiveC.NSObject {
@@ -2772,8 +2794,8 @@ extension SendbirdChatSDK.PublicGroupChannelListQuery {
@objc(setMetaDataFilterWithKey:values:) final public func setMetaDataFilter(_ key: Swift.String, values: [Swift.String])
@objc(setMetaDataFilterWithKey:valueStartsWith:) final public func setMetaDataFilter(_ key: Swift.String, valueStartsWith value: Swift.String)
@objc deinit
- final public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ final public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.GroupChannelListQueryParams {
@objc override final public func isEqual(_ object: Any?) -> Swift.Bool
@@ -2818,8 +2840,8 @@ extension SendbirdChatSDK.MutedUserListQueryParams : Foundation.NSCopying {
@objc public var fileSize: Swift.UInt
@objc public init(scheduledAt: Swift.Int64, file: Foundation.Data)
@objc public init(scheduledAt: Swift.Int64, fileURL: Swift.String)
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDNotificationData) open class NotificationData : ObjectiveC.NSObject, Swift.Codable {
@@ -2835,8 +2857,8 @@ extension SendbirdChatSDK.MutedUserListQueryParams : Foundation.NSCopying {
@objc open var templateVariables: [Swift.String : Any] {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDPollCreateParams) public class PollCreateParams : ObjectiveC.NSObject {
@@ -2851,7 +2873,7 @@ extension SendbirdChatSDK.MutedUserListQueryParams : Foundation.NSCopying {
@objc deinit
}
extension SendbirdChatSDK.PollCreateParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDNotificationMessageStatus) public enum NotificationMessageStatus : Swift.Int {
case none = 0
@@ -2865,8 +2887,8 @@ extension SendbirdChatSDK.NotificationMessageStatus : Swift.RawRepresentable, Sw
}
public init(rawValue: Swift.Int64)
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public var rawValue: Swift.Int {
get
@@ -2896,8 +2918,8 @@ public typealias GroupChannelMemberListQuery = SendbirdChatSDK.MemberListQuery
@objc public var targetFields: [Swift.String]?
@objc override dynamic public init()
@objc public init(builder: (SendbirdChatSDK.MessageSearchQueryParams) -> Swift.Void)
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.MessageSearchQueryParams {
@@ -2928,8 +2950,8 @@ extension SendbirdChatSDK.MessageSearchQueryParams : Foundation.NSCopying {
@objc public var status: SendbirdChatSDK.PollStatus {
get
}
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
extension SendbirdChatSDK.PollDetails {
@@ -2941,7 +2963,7 @@ extension SendbirdChatSDK.PollDetails {
@objc final public let timestamp: Swift.Int64
@objc final public let messageId: Swift.Int64
@objc final public let votedOptionIds: [Swift.Int64]
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDGroupChannelChangeLogsParams) public class GroupChannelChangeLogsParams : ObjectiveC.NSObject {
@@ -3035,6 +3057,176 @@ extension SendbirdChatSDK.OpenChannel {
@objc override dynamic public init()
@objc deinit
}
+public let WebsocketDidConnectNotification: Swift.String
+public let WebsocketDidDisconnectNotification: Swift.String
+public let WebsocketDisconnectionErrorKeyName: Swift.String
+public enum CloseCode : Swift.UInt16 {
+ case normal
+ case goingAway
+ case protocolError
+ case protocolUnhandledType
+ case noStatusReceived
+ case encoding
+ case policyViolated
+ case messageTooBig
+ public init?(rawValue: Swift.UInt16)
+ public typealias RawValue = Swift.UInt16
+ public var rawValue: Swift.UInt16 {
+ get
+ }
+}
+public enum ErrorType : Swift.Error {
+ case outputStreamWriteError
+ case compressionError
+ case invalidSSLError
+ case writeTimeoutError
+ case protocolError
+ case upgradeError
+ case closeError
+ public static func == (a: SendbirdChatSDK.ErrorType, b: SendbirdChatSDK.ErrorType) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+public struct WSError : Swift.Error {
+ public let type: SendbirdChatSDK.ErrorType
+ public let message: Swift.String
+ public let code: Swift.Int
+}
+public protocol WebSocketClient : AnyObject {
+ var delegate: (any SendbirdChatSDK.WebSocketDelegate)? { get set }
+ var pongDelegate: (any SendbirdChatSDK.WebSocketPongDelegate)? { get set }
+ var disableSSLCertValidation: Swift.Bool { get set }
+ var overrideTrustHostname: Swift.Bool { get set }
+ var desiredTrustHostname: Swift.String? { get set }
+ var sslClientCertificate: SendbirdChatSDK.SSLClientCertificate? { get set }
+ var security: (any SendbirdChatSDK.SSLTrustValidator)? { get set }
+ var enabledSSLCipherSuites: [Security.SSLCipherSuite]? { get set }
+ var isConnected: Swift.Bool { get }
+ func connect()
+ func disconnect(forceTimeout: Foundation.TimeInterval?, closeCode: Swift.UInt16)
+ func write(string: Swift.String, completion: (() -> ())?)
+ func write(data: Foundation.Data, completion: (() -> ())?)
+ func write(ping: Foundation.Data, completion: (() -> ())?)
+ func write(pong: Foundation.Data, completion: (() -> ())?)
+}
+extension SendbirdChatSDK.WebSocketClient {
+ public func write(string: Swift.String)
+ public func write(data: Foundation.Data)
+ public func write(ping: Foundation.Data)
+ public func write(pong: Foundation.Data)
+ public func disconnect()
+}
+public struct SSLSettings {
+ public let useSSL: Swift.Bool
+ public let disableCertValidation: Swift.Bool
+ public var overrideTrustHostname: Swift.Bool
+ public var desiredTrustHostname: Swift.String?
+ public let sslClientCertificate: SendbirdChatSDK.SSLClientCertificate?
+ public let cipherSuites: [Security.SSLCipherSuite]?
+}
+public protocol WSStreamDelegate : AnyObject {
+ func newBytesInStream()
+ func streamDidError(error: (any Swift.Error)?)
+}
+public protocol WSStream {
+ var delegate: (any SendbirdChatSDK.WSStreamDelegate)? { get set }
+ func connect(url: Foundation.URL, port: Swift.Int, timeout: Foundation.TimeInterval, ssl: SendbirdChatSDK.SSLSettings, completion: @escaping (((any Swift.Error)?) -> Swift.Void))
+ func write(data: Foundation.Data) -> Swift.Int
+ func read() -> Foundation.Data?
+ func cleanup()
+ func sslTrust() -> (trust: Security.SecTrust?, domain: Swift.String?)
+}
+@objc @_inheritsConvenienceInitializers open class FoundationStream : ObjectiveC.NSObject, SendbirdChatSDK.WSStream, Foundation.StreamDelegate {
+ weak public var delegate: (any SendbirdChatSDK.WSStreamDelegate)?
+ public var enableSOCKSProxy: Swift.Bool
+ public func connect(url: Foundation.URL, port: Swift.Int, timeout: Foundation.TimeInterval, ssl: SendbirdChatSDK.SSLSettings, completion: @escaping (((any Swift.Error)?) -> Swift.Void))
+ public func write(data: Foundation.Data) -> Swift.Int
+ public func read() -> Foundation.Data?
+ public func cleanup()
+ public func sslTrust() -> (trust: Security.SecTrust?, domain: Swift.String?)
+ @objc open func stream(_ aStream: Foundation.Stream, handle eventCode: Foundation.Stream.Event)
+ @objc override dynamic public init()
+ @objc deinit
+}
+public protocol WebSocketDelegate : AnyObject {
+ func websocketDidConnect(socket: any SendbirdChatSDK.WebSocketClient)
+ func websocketDidDisconnect(socket: any SendbirdChatSDK.WebSocketClient, error: (any Swift.Error)?)
+ func websocketDidReceiveMessage(socket: any SendbirdChatSDK.WebSocketClient, text: Swift.String)
+ func websocketDidReceiveData(socket: any SendbirdChatSDK.WebSocketClient, data: Foundation.Data)
+}
+public protocol WebSocketPongDelegate : AnyObject {
+ func websocketDidReceivePong(socket: any SendbirdChatSDK.WebSocketClient, data: Foundation.Data?)
+}
+public protocol WebSocketAdvancedDelegate : AnyObject {
+ func websocketDidConnect(socket: SendbirdChatSDK.WebSocket)
+ func websocketDidDisconnect(socket: SendbirdChatSDK.WebSocket, error: (any Swift.Error)?)
+ func websocketDidReceiveMessage(socket: SendbirdChatSDK.WebSocket, text: Swift.String, response: SendbirdChatSDK.WebSocket.WSResponse)
+ func websocketDidReceiveData(socket: SendbirdChatSDK.WebSocket, data: Foundation.Data, response: SendbirdChatSDK.WebSocket.WSResponse)
+ func websocketHttpUpgrade(socket: SendbirdChatSDK.WebSocket, request: Swift.String)
+ func websocketHttpUpgrade(socket: SendbirdChatSDK.WebSocket, response: Swift.String)
+}
+@objc open class WebSocket : ObjectiveC.NSObject, Foundation.StreamDelegate, SendbirdChatSDK.WebSocketClient, SendbirdChatSDK.WSStreamDelegate {
+ public enum OpCode : Swift.UInt8 {
+ case continueFrame
+ case textFrame
+ case binaryFrame
+ case connectionClose
+ case ping
+ case pong
+ public init?(rawValue: Swift.UInt8)
+ public typealias RawValue = Swift.UInt8
+ public var rawValue: Swift.UInt8 {
+ get
+ }
+ }
+ public static let ErrorDomain: Swift.String
+ public var callbackQueue: Dispatch.DispatchQueue
+ @_hasMissingDesignatedInitializers public class WSResponse {
+ public var code: SendbirdChatSDK.WebSocket.OpCode
+ public var frameCount: Swift.Int
+ public var buffer: Foundation.NSMutableData?
+ final public let firstFrame: Foundation.Date
+ @objc deinit
+ }
+ weak public var delegate: (any SendbirdChatSDK.WebSocketDelegate)?
+ weak public var advancedDelegate: (any SendbirdChatSDK.WebSocketAdvancedDelegate)?
+ weak public var pongDelegate: (any SendbirdChatSDK.WebSocketPongDelegate)?
+ public var onConnect: (() -> Swift.Void)?
+ public var onDisconnect: (((any Swift.Error)?) -> Swift.Void)?
+ public var onText: ((Swift.String) -> Swift.Void)?
+ public var onData: ((Foundation.Data) -> Swift.Void)?
+ public var onPong: ((Foundation.Data?) -> Swift.Void)?
+ public var onHttpResponseHeaders: (([Swift.String : Swift.String]) -> Swift.Void)?
+ public var disableSSLCertValidation: Swift.Bool
+ public var overrideTrustHostname: Swift.Bool
+ public var desiredTrustHostname: Swift.String?
+ public var sslClientCertificate: SendbirdChatSDK.SSLClientCertificate?
+ public var enableCompression: Swift.Bool
+ public var security: (any SendbirdChatSDK.SSLTrustValidator)?
+ public var enabledSSLCipherSuites: [Security.SSLCipherSuite]?
+ public var isConnected: Swift.Bool {
+ get
+ }
+ public var request: Foundation.URLRequest
+ public var currentURL: Foundation.URL {
+ get
+ }
+ public var respondToPingWithPong: Swift.Bool
+ public init(request: Foundation.URLRequest, protocols: [Swift.String]? = nil, stream: any SendbirdChatSDK.WSStream = FoundationStream())
+ convenience public init(url: Foundation.URL, protocols: [Swift.String]? = nil)
+ convenience public init(url: Foundation.URL, writeQueueQOS: Foundation.QualityOfService, protocols: [Swift.String]? = nil)
+ open func connect()
+ open func disconnect(forceTimeout: Foundation.TimeInterval? = nil, closeCode: Swift.UInt16 = CloseCode.normal.rawValue)
+ open func write(string: Swift.String, completion: (() -> ())? = nil)
+ open func write(data: Foundation.Data, completion: (() -> ())? = nil)
+ open func write(ping: Foundation.Data, completion: (() -> ())? = nil)
+ open func write(pong: Foundation.Data, completion: (() -> ())? = nil)
+ public func newBytesInStream()
+ public func streamDidError(error: (any Swift.Error)?)
+ @objc deinit
+}
@objc extension SendbirdChatSDK.BaseChannel {
@objc @discardableResult
dynamic open func sendFileMessage(params: SendbirdChatSDK.FileMessageCreateParams, completionHandler: SendbirdChatSDK.FileMessageHandler?) -> SendbirdChatSDK.FileMessage?
@@ -3052,7 +3244,7 @@ extension SendbirdChatSDK.OpenChannel {
@objc(cancelUploadingFileMessageWithRequestId:completionHandler:) dynamic open class func cancelUploadingFileMessage(requestId: Swift.String, completionHandler: ((_ result: Swift.Bool, _ error: SendbirdChatSDK.SBError?) -> Swift.Void)?)
}
@_hasMissingDesignatedInitializers @objc(SBDMessageCollection) open class MessageCollection : SendbirdChatSDK.BaseCollection {
- @objc weak open var delegate: SendbirdChatSDK.MessageCollectionDelegate? {
+ @objc weak open var delegate: (any SendbirdChatSDK.MessageCollectionDelegate)? {
@objc get
@objc set
}
@@ -3173,7 +3365,7 @@ extension SendbirdChatSDK.OpenChannelListQuery {
@objc set
}
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func setOperators(_ operators: [SendbirdChatSDK.User])
@objc deinit
}
@@ -3228,9 +3420,9 @@ extension SendbirdChatSDK.GroupChannelCollection : SendbirdChatSDK.GroupChannelD
@_inheritsConvenienceInitializers @objc(SBDGroupChannelTotalUnreadChannelCountParams) public class GroupChannelTotalUnreadChannelCountParams : ObjectiveC.NSObject, Swift.Encodable {
@objc public var customTypesFilter: [Swift.String]?
@objc public var superChannelFilter: SendbirdChatSDK.GroupChannelSuperChannelFilter
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
}
@objc(SBChatError) public enum ChatError : Swift.Int, SendbirdChatSDK.SBErrorCode {
case invalidParameterValueString = 400100
@@ -3342,7 +3534,7 @@ extension SendbirdChatSDK.GroupChannelCollection : SendbirdChatSDK.GroupChannelD
}
}
extension SendbirdChatSDK.ChatError : Swift.Decodable {
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@_hasMissingDesignatedInitializers @objc(SBDOpenChannel) open class OpenChannel : SendbirdChatSDK.BaseChannel {
@objc open var participantCount: Swift.Int {
@@ -3353,8 +3545,8 @@ extension SendbirdChatSDK.ChatError : Swift.Decodable {
}
@objc(isOperatorWithUser:) open func isOperator(user: SendbirdChatSDK.User) -> Swift.Bool
@objc open func isOperator(userId: Swift.String) -> Swift.Bool
- required public init(from decoder: Swift.Decoder) throws
- override open func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override open func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.OpenChannel {
@@ -3386,7 +3578,7 @@ extension SendbirdChatSDK.MutedUserListQuery {
@_hasMissingDesignatedInitializers @objc(SBDFileMessageUpdateParams) public class FileMessageUpdateParams : SendbirdChatSDK.BaseMessageUpdateParams {
@objc override dynamic public init()
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- override public func encode(to encoder: Swift.Encoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SendbirdChat : ObjectiveC.NSObject {
@@ -3427,24 +3619,24 @@ extension SendbirdChatSDK.MutedUserListQuery {
@objc public class func createMessageSearchQuery(builder: (SendbirdChatSDK.MessageSearchQueryParams) -> Swift.Void) -> SendbirdChatSDK.MessageSearchQuery
@objc public class func createMessageSearchQuery(params: SendbirdChatSDK.MessageSearchQueryParams) -> SendbirdChatSDK.MessageSearchQuery
@available(*, deprecated, renamed: "addConnectionDelegate(_:identifier:)", message: "This method is deprecated in 4.0.12.")
- public class func add(_ delegate: SendbirdChatSDK.ConnectionDelegate, identifier: Swift.String)
- @objc public class func addConnectionDelegate(_ delegate: SendbirdChatSDK.ConnectionDelegate, identifier: Swift.String)
+ public class func add(_ delegate: any SendbirdChatSDK.ConnectionDelegate, identifier: Swift.String)
+ @objc public class func addConnectionDelegate(_ delegate: any SendbirdChatSDK.ConnectionDelegate, identifier: Swift.String)
@objc public class func removeConnectionDelegate(forIdentifier identifier: Swift.String)
- @objc public class func connectionDelegate(forIdentifier identifier: Swift.String) -> SendbirdChatSDK.ConnectionDelegate?
+ @objc public class func connectionDelegate(forIdentifier identifier: Swift.String) -> (any SendbirdChatSDK.ConnectionDelegate)?
@objc public class func removeAllConnectionDelegates()
@available(*, deprecated, renamed: "addChannelDelegate(_:identifier:)", message: "This method is deprecated in 4.0.12.")
- public class func add(_ delegate: SendbirdChatSDK.BaseChannelDelegate, identifier: Swift.String)
- @objc public class func addChannelDelegate(_ delegate: SendbirdChatSDK.BaseChannelDelegate, identifier: Swift.String)
+ public class func add(_ delegate: any SendbirdChatSDK.BaseChannelDelegate, identifier: Swift.String)
+ @objc public class func addChannelDelegate(_ delegate: any SendbirdChatSDK.BaseChannelDelegate, identifier: Swift.String)
@objc public class func removeChannelDelegate(forIdentifier identifier: Swift.String)
- @objc public class func channelDelegate(forIdentifier identifier: Swift.String) -> SendbirdChatSDK.BaseChannelDelegate?
+ @objc public class func channelDelegate(forIdentifier identifier: Swift.String) -> (any SendbirdChatSDK.BaseChannelDelegate)?
@objc public class func removeAllChannelDelegates()
- @objc public class func userEventDelegate(forIdentifier identifier: Swift.String) -> SendbirdChatSDK.UserEventDelegate?
+ @objc public class func userEventDelegate(forIdentifier identifier: Swift.String) -> (any SendbirdChatSDK.UserEventDelegate)?
@available(*, deprecated, renamed: "addUserEventDelegate(_:identifier:)", message: "This method is deprecated in 4.0.12.")
- public class func add(_ delegate: SendbirdChatSDK.UserEventDelegate, identifier: Swift.String)
- @objc public class func addUserEventDelegate(_ delegate: SendbirdChatSDK.UserEventDelegate, identifier: Swift.String)
+ public class func add(_ delegate: any SendbirdChatSDK.UserEventDelegate, identifier: Swift.String)
+ @objc public class func addUserEventDelegate(_ delegate: any SendbirdChatSDK.UserEventDelegate, identifier: Swift.String)
@objc public class func removeUserEventDelegate(forIdentifier identifier: Swift.String)
@objc public class func removeAllUserEventDelegates()
- @objc public class func setSessionDelegate(_ delegate: SendbirdChatSDK.SessionDelegate)
+ @objc public class func setSessionDelegate(_ delegate: any SendbirdChatSDK.SessionDelegate)
@objc public class func removeSessionDelegate()
@objc public class func getPendingPushToken() -> Foundation.Data?
@objc public class func registerDevicePushToken(_ devToken: Foundation.Data, unique: Swift.Bool, completionHandler: ((_ registrationStatus: SendbirdChatSDK.PushTokenRegistrationStatus, _ error: SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
@@ -3522,7 +3714,7 @@ extension SendbirdChatSDK.MutedUserListQuery {
@objc public class func unblockUser(_ user: SendbirdChatSDK.User, completionHandler: SendbirdChatSDK.SBErrorHandler? = nil)
@objc public class func createGroupChannelCollection(query: SendbirdChatSDK.GroupChannelListQuery) -> SendbirdChatSDK.GroupChannelCollection?
@objc public class func createMessageCollection(channel: SendbirdChatSDK.GroupChannel, startingPoint: Swift.Int64, params: SendbirdChatSDK.MessageListParams) -> SendbirdChatSDK.MessageCollection
- @objc open class func createNotificationCollection(channel: SendbirdChatSDK.FeedChannel, startingPoint: Swift.Int64, params: SendbirdChatSDK.MessageListParams, delegate: SendbirdChatSDK.NotificationCollectionDelegate?) -> SendbirdChatSDK.NotificationCollection?
+ @objc open class func createNotificationCollection(channel: SendbirdChatSDK.FeedChannel, startingPoint: Swift.Int64, params: SendbirdChatSDK.MessageListParams, delegate: (any SendbirdChatSDK.NotificationCollectionDelegate)?) -> SendbirdChatSDK.NotificationCollection?
@objc public class func clearCachedData(completionHandler: SendbirdChatSDK.SBErrorHandler?)
@objc public class func clearCachedMessages(channelURL: Swift.String, completionHandler: SendbirdChatSDK.SBErrorHandler?)
@objc public class func getCachedDataSize() -> Swift.Int
@@ -3550,6 +3742,42 @@ extension SendbirdChatSDK.MutedUserListQuery {
@objc public class func sendUserMessage(channelType: SendbirdChatSDK.ChannelType, channelURL: Swift.String, params: SendbirdChatSDK.UserMessageCreateParams, completionHandler: SendbirdChatSDK.UserMessageHandler?)
@objc deinit
}
+public enum GzipStatics {
+ public static let maxWindowBits: Swift.Int32
+}
+public struct CompressionLevel : Swift.RawRepresentable {
+ public let rawValue: Swift.Int32
+ public static let noCompression: SendbirdChatSDK.CompressionLevel
+ public static let bestSpeed: SendbirdChatSDK.CompressionLevel
+ public static let bestCompression: SendbirdChatSDK.CompressionLevel
+ public static let defaultCompression: SendbirdChatSDK.CompressionLevel
+ public init(rawValue: Swift.Int32)
+ public init(_ rawValue: Swift.Int32)
+ public typealias RawValue = Swift.Int32
+}
+public struct GzipError : Swift.Error {
+ public enum Kind : Swift.Equatable {
+ case stream
+ case data
+ case memory
+ case buffer
+ case version
+ case unknown(code: Swift.Int)
+ public static func == (a: SendbirdChatSDK.GzipError.Kind, b: SendbirdChatSDK.GzipError.Kind) -> Swift.Bool
+ }
+ public let kind: SendbirdChatSDK.GzipError.Kind
+ public let message: Swift.String
+ public var localizedDescription: Swift.String {
+ get
+ }
+}
+extension Foundation.Data {
+ public var isGzipped: Swift.Bool {
+ get
+ }
+ public func gzipped(level: SendbirdChatSDK.CompressionLevel = .defaultCompression, wBits: Swift.Int32 = GzipStatics.maxWindowBits + 16) throws -> Foundation.Data
+ public func gunzipped(wBits: Swift.Int32 = GzipStatics.maxWindowBits + 32) throws -> Foundation.Data
+}
@objc(SBDGroupChannelListOrder) public enum GroupChannelListOrder : Swift.Int {
case chronological = 0
case latestLastMessage = 1
@@ -3562,8 +3790,8 @@ extension SendbirdChatSDK.GroupChannelListOrder : Swift.RawRepresentable, Swift.
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPublicGroupChannelListOrder) public enum PublicGroupChannelListOrder : Swift.Int {
case chronological = 0
@@ -3576,8 +3804,8 @@ extension SendbirdChatSDK.PublicGroupChannelListOrder : Swift.RawRepresentable,
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelListQueryType) public enum GroupChannelListQueryType : Swift.Int {
case and = 0
@@ -3589,8 +3817,8 @@ extension SendbirdChatSDK.GroupChannelListQueryType : Swift.RawRepresentable, Sw
get
}
public init?(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelSuperChannelFilter) public enum GroupChannelSuperChannelFilter : Swift.Int {
case all = 0
@@ -3605,8 +3833,8 @@ extension SendbirdChatSDK.GroupChannelSuperChannelFilter : Swift.RawRepresentabl
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelPublicChannelFilter) public enum GroupChannelPublicChannelFilter : Swift.Int {
case all = 0
@@ -3619,8 +3847,8 @@ extension SendbirdChatSDK.GroupChannelPublicChannelFilter : Swift.RawRepresentab
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPublicGroupChannelMembershipFilter) public enum PublicGroupChannelMembershipFilter : Swift.Int {
case all = 0
@@ -3632,8 +3860,8 @@ extension SendbirdChatSDK.PublicGroupChannelMembershipFilter : Swift.RawRepresen
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelOperatorFilter) public enum GroupChannelOperatorFilter : Swift.Int {
case all = 0
@@ -3646,8 +3874,8 @@ extension SendbirdChatSDK.GroupChannelOperatorFilter : Swift.RawRepresentable, S
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelMutedMemberFilter) public enum GroupChannelMutedMemberFilter : Swift.Int {
case all = 0
@@ -3660,8 +3888,8 @@ extension SendbirdChatSDK.GroupChannelMutedMemberFilter : Swift.RawRepresentable
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDUnreadChannelFilter) public enum UnreadChannelFilter : Swift.Int {
case all = 0
@@ -3673,8 +3901,8 @@ extension SendbirdChatSDK.UnreadChannelFilter : Swift.RawRepresentable, Swift.Co
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelHiddenState) public enum GroupChannelHiddenState : Swift.Int {
case unhidden = 0
@@ -3687,8 +3915,8 @@ extension SendbirdChatSDK.GroupChannelHiddenState : Swift.RawRepresentable, Swif
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDChannelHiddenStateFilter) public enum ChannelHiddenStateFilter : Swift.Int {
case unhiddenOnly = 0
@@ -3703,8 +3931,8 @@ extension SendbirdChatSDK.ChannelHiddenStateFilter : Swift.RawRepresentable, Swi
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelPushTriggerOption) public enum GroupChannelPushTriggerOption : Swift.Int {
case `default` = 0
@@ -3718,8 +3946,8 @@ extension SendbirdChatSDK.GroupChannelPushTriggerOption : Swift.RawRepresentable
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPushTokenType) public enum PushTokenType : Swift.Int {
case none = 0
@@ -3736,8 +3964,8 @@ extension SendbirdChatSDK.PushTokenType : Swift.RawRepresentable, Swift.CustomSt
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelListQuerySearchField) public class GroupChannelListQuerySearchField : ObjectiveC.NSObject, Swift.OptionSet, Swift.Codable {
@objc public var rawValue: Swift.UInt
@@ -3745,8 +3973,8 @@ extension SendbirdChatSDK.PushTokenType : Swift.RawRepresentable, Swift.CustomSt
@objc public static let memberNickname: SendbirdChatSDK.GroupChannelListQuerySearchField
@objc public static let channelName: SendbirdChatSDK.GroupChannelListQuerySearchField
@objc convenience public init(fields: [SendbirdChatSDK.GroupChannelListQuerySearchField])
- required convenience public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required convenience public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public var hash: Swift.Int {
@objc get
}
@@ -3778,8 +4006,8 @@ extension SendbirdChatSDK.PushTokenType : Swift.RawRepresentable, Swift.CustomSt
@objc open var requestState: SendbirdChatSDK.MessageRequestState? {
@objc get
}
- required public init(from decoder: Swift.Decoder) throws
- override open func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override open func encode(to encoder: any Swift.Encoder) throws
@objc open func getFileMessageParams() -> SendbirdChatSDK.FileMessageCreateParams?
@objc open func dispose()
@objc deinit
@@ -3792,9 +4020,9 @@ extension SendbirdChatSDK.FileMessage {
@objc final public var limit: Swift.UInt
@objc override dynamic public init()
@objc public init(builder: (SendbirdChatSDK.FeedChannelListQueryParams) -> Swift.Void)
+ required public init(from decoder: any Swift.Decoder) throws
+ final public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
- final public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
}
extension SendbirdChatSDK.FeedChannelListQueryParams : Foundation.NSCopying {
@objc final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@@ -3833,8 +4061,8 @@ extension SendbirdChatSDK.MessageSearchQuery {
@_hasMissingDesignatedInitializers @objc(SBDOriginalMessageInfo) public class OriginalMessageInfo : ObjectiveC.NSObject, Swift.Codable {
@objc final public let createdAt: Swift.Int64
@objc final public let messageId: Swift.Int64
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
extension SendbirdChatSDK.BaseChannel {
@@ -3902,8 +4130,8 @@ extension SendbirdChatSDK.ScheduledMessageListQueryParams : Foundation.NSCopying
@objc final public let type: Swift.String?
@objc final public let vendor: Swift.String?
@objc final public let detail: [Swift.String : Any]?
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDMessageTemplateListParams) final public class MessageTemplateListParams : ObjectiveC.NSObject {
@@ -3952,8 +4180,8 @@ extension SendbirdChatSDK.MemberStateFilter : Swift.RawRepresentable, Swift.Coda
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMyMemberStateFilter) public enum MyMemberStateFilter : Swift.Int {
case all = 0
@@ -3968,8 +4196,8 @@ extension SendbirdChatSDK.MyMemberStateFilter : Swift.RawRepresentable, Swift.Co
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMemberState) public enum MemberState : Swift.Int {
case joined = 0
@@ -3983,8 +4211,8 @@ extension SendbirdChatSDK.MemberState : Swift.RawRepresentable, Swift.Codable {
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDRole) public enum Role : Swift.Int {
case none = 0
@@ -3996,8 +4224,8 @@ extension SendbirdChatSDK.Role : Swift.RawRepresentable, Swift.Codable {
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMutedState) public enum MutedState : Swift.Int {
case unmuted = 0
@@ -4018,8 +4246,8 @@ extension SendbirdChatSDK.MemberListOrder : Swift.RawRepresentable, Swift.Codabl
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDRestrictionType) public enum RestrictionType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
public typealias RawValue = Swift.String
@@ -4029,19 +4257,8 @@ extension SendbirdChatSDK.MemberListOrder : Swift.RawRepresentable, Swift.Codabl
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
-}
-@propertyWrapper public class Atomic {
- public var wrappedValue: T {
- get
- set
- }
- public var projectedValue: SendbirdChatSDK.Atomic {
- get
- }
- public init(wrappedValue: T)
- @objc deinit
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc extension SendbirdChatSDK.BaseChannel {
@objc dynamic open func getMessagesByTimestamp(_ timestamp: Swift.Int64, params: SendbirdChatSDK.MessageListParams, completionHandler: SendbirdChatSDK.MessageListHandler?)
@@ -4060,8 +4277,8 @@ extension SendbirdChatSDK.MemberListOrder : Swift.RawRepresentable, Swift.Codabl
@objc public var plainURL: Swift.String? {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.Thumbnail {
@@ -4119,7 +4336,7 @@ extension Swift.Decodable {
@objc deinit
}
extension SendbirdChatSDK.PollOptionRetrievalParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
public struct __SendbirdSDKInfo {
public init(product: SendbirdChatSDK.__SendbirdProduct, platform: SendbirdChatSDK.__SendbirdPlatform, version: Swift.String)
@@ -4133,8 +4350,8 @@ public struct __SendbirdSDKInfo {
@_hasMissingDesignatedInitializers @objc(SBDUIKitConfiguration) final public class UIKitConfiguration : ObjectiveC.NSObject, Swift.Codable {
@objc final public let jsonPayload: Swift.String
@objc deinit
- final public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ final public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@_inheritsConvenienceInitializers @objc(SBDGroupChannelCreateParams) public class GroupChannelCreateParams : ObjectiveC.NSObject, Swift.Codable {
@available(*, unavailable, renamed: "channelURL")
@@ -4178,8 +4395,8 @@ public struct __SendbirdSDKInfo {
@objc public var accessCode: Swift.String?
@objc public var messageSurvivalSeconds: Swift.Int
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc public func addUser(_ user: SendbirdChatSDK.User)
@objc public func addUserId(_ userId: Swift.String)
@objc public func addUsers(_ users: [SendbirdChatSDK.User])
@@ -4192,8 +4409,8 @@ extension SendbirdChatSDK.GroupChannelCreateParams : Foundation.NSCopying {
}
@_hasMissingDesignatedInitializers @objc(SBDMultipleFilesMessage) public class MultipleFilesMessage : SendbirdChatSDK.BaseMessage {
@objc public var files: [SendbirdChatSDK.UploadedFileInfo]
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc public func copyWithFailedState(errorCode: Swift.Int, latestUploadableFileInfos: [SendbirdChatSDK.UploadableFileInfo]) -> Self
public func copyWithFailedState(errorCode: Swift.Int?, latestUploadableFileInfos: [SendbirdChatSDK.UploadableFileInfo]) -> Self
@objc public func getMultipleFilesMessageParams() -> SendbirdChatSDK.MultipleFilesMessageCreateParams?
@@ -4203,6 +4420,17 @@ extension SendbirdChatSDK.GroupChannelCreateParams : Foundation.NSCopying {
extension SendbirdChatSDK.MultipleFilesMessage {
@objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
}
+@propertyWrapper public class Atomic {
+ public var wrappedValue: T {
+ get
+ set
+ }
+ public var projectedValue: SendbirdChatSDK.Atomic {
+ get
+ }
+ public init(wrappedValue: T)
+ @objc deinit
+}
@_hasMissingDesignatedInitializers @objc(SBDReaction) public class Reaction : ObjectiveC.NSObject, Swift.Codable {
@objc final public let key: Swift.String
@objc public var userIds: [Swift.String] {
@@ -4214,8 +4442,8 @@ extension SendbirdChatSDK.MultipleFilesMessage {
@objc public var updatedAt: Swift.Int64 {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool
@objc override dynamic public var hash: Swift.Int {
@objc get
@@ -4244,8 +4472,8 @@ extension SendbirdChatSDK.BaseChannel {
@objc public var restrictionInfo: SendbirdChatSDK.RestrictionInfo? {
get
}
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDRestrictionInfo) public class RestrictionInfo : ObjectiveC.NSObject, Swift.Codable {
@@ -4255,8 +4483,8 @@ extension SendbirdChatSDK.BaseChannel {
get
}
@objc final public let remainingDuration: Swift.Int64
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDScheduledFileMessageUpdateParams) public class ScheduledFileMessageUpdateParams : SendbirdChatSDK.ScheduledBaseMessageUpdateParams {
@@ -4285,8 +4513,8 @@ extension SendbirdChatSDK.BaseChannel {
@objc public var limit: Swift.UInt {
@objc get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func loadNextPage(completionHandler: @escaping SendbirdChatSDK.FeedChannelListHandler)
@objc deinit
}
@@ -4305,8 +4533,8 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc(makeWithMaxCGSize:) public class func make(maxSize: CoreFoundation.CGSize) -> SendbirdChatSDK.ThumbnailSize
@objc(makeWithMaxWidth:maxHeight:) public class func make(maxWidth: CoreFoundation.CGFloat, maxHeight: CoreFoundation.CGFloat) -> SendbirdChatSDK.ThumbnailSize
@objc(makeWithThumbnail:) public class func make(thumbnail: SendbirdChatSDK.Thumbnail) -> SendbirdChatSDK.ThumbnailSize
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDUserMessageCreateParams) public class UserMessageCreateParams : SendbirdChatSDK.BaseMessageCreateParams {
@@ -4316,8 +4544,8 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc public var mentionedMessageTemplate: Swift.String?
@objc public init(message: Swift.String)
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDThreadInfoUpdateEvent) public class ThreadInfoUpdateEvent : ObjectiveC.NSObject, Swift.Codable {
@@ -4325,9 +4553,19 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc final public let targetMessageId: Swift.Int64
@objc final public let channelURL: Swift.String
@objc final public let channelType: SendbirdChatSDK.ChannelType
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ @objc deinit
+}
+public struct SSLClientCertificateError : Foundation.LocalizedError {
+ public var errorDescription: Swift.String?
+}
+public class SSLClientCertificate {
+ convenience public init(pkcs12Path: Swift.String, password: Swift.String) throws
+ public init(identity: Security.SecIdentity, identityCertificate: Security.SecCertificate)
+ convenience public init(pkcs12Url: Foundation.URL, password: Swift.String) throws
+ public init(pkcs12Url: Foundation.URL, importOptions: CoreFoundation.CFDictionary) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
}
@objc extension SendbirdChatSDK.OpenChannel {
@objc(createChannelWithCompletionHandler:) dynamic open class func createChannel(completionHandler: @escaping SendbirdChatSDK.OpenChannelHandler)
@@ -4374,8 +4612,8 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc final public let fields: [SendbirdChatSDK.FormField]
@objc final public let answers: [SendbirdChatSDK.FormFieldAnswer]?
@objc public init(formKey: Swift.String, fields: [SendbirdChatSDK.FormField], answers: [SendbirdChatSDK.FormFieldAnswer]? = nil)
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc public var isSubmitted: Swift.Bool {
@objc get
@@ -4394,8 +4632,8 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc final public let placeholder: Swift.String?
@objc public var temporaryAnswer: Swift.String?
@objc public init(fieldKey: Swift.String, title: Swift.String, inputTypeValue: Swift.String, required: Swift.Bool, regex: Swift.String? = nil, placeholder: Swift.String? = nil)
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc public var inputType: SendbirdChatSDK.FormField.InputType {
@objc get
@@ -4447,8 +4685,8 @@ extension SendbirdChatSDK.FormField.InputType : Swift.RawRepresentable {
@objc public var role: SendbirdChatSDK.Role {
get
}
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.Sender {
@@ -4481,7 +4719,7 @@ extension SendbirdChatSDK.ScheduledStatus : Swift.RawRepresentable, Swift.Codabl
get
}
public init?(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@objc(SBDChannelType) public enum ChannelType : Swift.Int {
case open = 0
@@ -4500,8 +4738,8 @@ extension SendbirdChatSDK.ChannelType : Swift.RawRepresentable, Swift.CustomStri
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc extension SendbirdChatSDK.BaseChannel {
@objc dynamic open func createMetaCounters(_ metaCounters: [Swift.String : Swift.Int], completionHandler: SendbirdChatSDK.MetaCountersHandler?)
@@ -4535,8 +4773,8 @@ extension SendbirdChatSDK.OperatorListQueryParams : Foundation.NSCopying {
public var totalCount: Swift.Int32 {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func loadNextPage(completionHandler: @escaping SendbirdChatSDK.MessageListHandler)
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
@@ -4586,8 +4824,8 @@ extension SendbirdChatSDK.MessageSearchQuery {
}
@_hasMissingDesignatedInitializers @objc(SBDMessageTemplateInfo) open class MessageTemplateInfo : ObjectiveC.NSObject, Swift.Codable {
@objc public var templateListToken: Swift.String?
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDNotificationCollectionDelegate) public protocol NotificationCollectionDelegate {
@@ -4613,8 +4851,8 @@ extension SendbirdChatSDK.ChannelMetaCountersUpdateMode : Swift.RawRepresentable
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@_inheritsConvenienceInitializers @objc(SBDMessageRetrievalParams) public class MessageRetrievalParams : ObjectiveC.NSObject, Foundation.NSCopying {
@available(*, unavailable, renamed: "channelURL")
@@ -4727,8 +4965,8 @@ extension SendbirdChatSDK.GroupChannel {
@objc public var message: Swift.String
@objc public var translationTargetLanguages: [Swift.String]?
@objc public init(scheduledAt: Swift.Int64, message: Swift.String)
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDCachedDataClearOrder) public enum CachedDataClearOrder : Swift.Int {
@@ -4790,8 +5028,8 @@ extension SendbirdChatSDK.FriendListQuery {
@objc public var isPinnedMessage: Swift.Bool
@objc override dynamic public init()
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDScheduledMessageListOrder) public enum ScheduledMessageListOrder : Swift.Int {
@@ -4935,6 +5173,14 @@ extension SendbirdChatSDK.ReplyType : Swift.Equatable {}
extension SendbirdChatSDK.ReplyType : Swift.Hashable {}
extension SendbirdChatSDK.NotificationMessageStatus : Swift.Equatable {}
extension SendbirdChatSDK.NotificationMessageStatus : Swift.Hashable {}
+extension SendbirdChatSDK.CloseCode : Swift.Equatable {}
+extension SendbirdChatSDK.CloseCode : Swift.Hashable {}
+extension SendbirdChatSDK.CloseCode : Swift.RawRepresentable {}
+extension SendbirdChatSDK.ErrorType : Swift.Equatable {}
+extension SendbirdChatSDK.ErrorType : Swift.Hashable {}
+extension SendbirdChatSDK.WebSocket.OpCode : Swift.Equatable {}
+extension SendbirdChatSDK.WebSocket.OpCode : Swift.Hashable {}
+extension SendbirdChatSDK.WebSocket.OpCode : Swift.RawRepresentable {}
extension SendbirdChatSDK.ChatError : Swift.Equatable {}
extension SendbirdChatSDK.ChatError : Swift.Hashable {}
extension SendbirdChatSDK.ChatError : Swift.RawRepresentable {}
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Assets.car b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Assets.car
index f3429254..f5931df3 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Assets.car and b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Assets.car differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Base.xcconfig b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Base.xcconfig
index a39beac2..5f8b61b9 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Base.xcconfig
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Base.xcconfig
@@ -9,6 +9,6 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974
-SBU_APP_VERSION = 3.19.1
-SBU_APP_BUNDLE_VERSION = 3.19.1
-SENDBIRD_CHAT_SDK_VERSION = 4.18.0
+SBU_APP_VERSION = 3.20.0
+SBU_APP_BUNDLE_VERSION = 3.20.0
+SENDBIRD_CHAT_SDK_VERSION = 4.19.1
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Headers/SendbirdUIKit-Swift.h b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Headers/SendbirdUIKit-Swift.h
index 81fdab5b..f4b0b40b 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Headers/SendbirdUIKit-Swift.h
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Headers/SendbirdUIKit-Swift.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
#ifndef SENDBIRDUIKIT_SWIFT_H
#define SENDBIRDUIKIT_SWIFT_H
#pragma clang diagnostic push
@@ -23,7 +23,6 @@
# include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
@@ -32,10 +31,30 @@
#include
#include
#include
+#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -71,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
-# define SWIFT_CLASS_PROPERTY(...)
+# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
#endif
#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
+# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
@@ -137,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
-# define OBJC_DESIGNATED_INITIALIZER
+# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
+# if __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
-# define SWIFT_ENUM_ATTR(_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility)
# endif
#endif
#if !defined(SWIFT_ENUM)
@@ -187,14 +216,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
-# define IBSegueAction
+# define IBSegueAction
#endif
#endif
#if !defined(SWIFT_EXTERN)
@@ -207,26 +238,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-}
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -447,30 +494,30 @@ SWIFT_CLASS_NAMED("List")
@end
-/// A module component that represent the list of SBURegisterOperatorModule
.
+/// A module component that represent the list of SBUInviteUserModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBURegisterOperatorModuleList : SBUBaseChannelSettingsModuleList
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule.List()'");
+@interface SBUInviteUserModuleList : SBUBaseChannelSettingsModuleList
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule.List()'");
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)didSelectRetry;
@end
-/// A module component that represent the list of SBUInviteUserModule
.
+/// A module component that represent the list of SBURegisterOperatorModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBUInviteUserModuleList : SBUBaseChannelSettingsModuleList
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule.List()'");
+@interface SBURegisterOperatorModuleList : SBUBaseChannelSettingsModuleList
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule.List()'");
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)didSelectRetry;
@end
@@ -496,63 +543,7 @@ SWIFT_CLASS_NAMED("List")
- (void)didSelectRetry;
@end
-
@class SBDBaseChannel;
-
-/// A module component that represent the list of SBUUserListModule
.
-SWIFT_CLASS_NAMED("List")
-@interface SBUUserListModuleList : UIView
-/// The table view that shows the list of the users.
-@property (nonatomic, strong) UITableView * _Nonnull tableView;
-/// A view that displays when the table view is empty.
-/// The default view type is SBUEmptyView
.
-@property (nonatomic, strong) UIView * _Nullable emptyView;
-/// The user cell for UITableViewCell
object. Use register(userCell:nib:)
to update.
-@property (nonatomic, strong) UITableViewCell * _Nullable userCell;
-@property (nonatomic, readonly, strong) SBDBaseChannel * _Nullable channel;
-@property (nonatomic, readonly, copy) NSArray * _Nonnull userList;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUUserListModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUUserListModule.List()'");
-- (void)setupViews;
-- (void)setupLayouts;
-/// Reloads table view. This method corresponds to UITableView reloadData()
.
-- (void)reloadTableView;
-/// Registers a custom cell as a user cell based on UITableViewCell
.
-/// important:
-/// To register custom user cell, please use this function before calling configure(delegate:dataSource:userListType:theme:componentTheme:)
-/// \code
-/// listComponent.register(userCell: MyUserCell)
-/// listComponent.configure(delegate: self, dataSource: self, userListType: .type, theme: theme, componentTheme: componentTheme)
-///
-/// \endcode\param channelCell Customized user cell
-///
-/// \param nib nib information. If the value is nil, the nib file is not used.
-///
-- (void)registerWithUserCell:(UITableViewCell * _Nonnull)userCell nib:(UINib * _Nullable)nib;
-/// Configures cell for a particular row.
-/// \param cell UITableViewCell
object
-///
-/// \param indexPath An index path representing the cell
-///
-- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
-/// Sets up the cell’s more menu button action.
-/// important:
-/// Only for the group channel
-/// \param user SBUUser
obejct
-///
-- (void)setMoreMenuTapAction:(SBUUser * _Nonnull)user;
-/// Sets up the user profile tap action.
-/// If you do not want to use the user profile function, override this function and leave it empty.
-/// \param user SBUUser
object used for user profile configuration
-///
-- (void)setUserProfileTapAction:(SBUUser * _Nonnull)user;
-@end
-
-
-@interface SBUUserListModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didSelectRetry;
-@end
-
@class SBDBaseMessage;
@class UIScrollView;
@class SBDFileMessage;
@@ -683,82 +674,279 @@ SWIFT_CLASS_NAMED("List")
- (void)didSelectRetry;
@end
-@class SBUBaseMessageCell;
-@class SBDGroupChannel;
-@class SBUVoicePlayer;
-enum MessagePosition : NSInteger;
-@class NSString;
+@class SBUMessageSearchResultCell;
-/// A module component that represent the list of SBUGroupChannelModule
.
+/// A module component that represent the list of SBUMessageSearchModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBUGroupChannelModuleList : SBUBaseChannelModuleList
-/// The message cell for AdminMessage
object. Use register(adminMessageCell:nib:)
to update.
-@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable adminMessageCell;
-/// The message cell for UserMessage
object. Use register(userMessageCell:nib:)
to update.
-@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable userMessageCell;
-/// The message cell for FileMessage
object. Use register(fileMessageCell:nib:)
to update.
-@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable fileMessageCell;
-/// The message cell for MultipleFilesMessage
object.
-/// Use register(multipleFilesMessageCell:nib:)
to update.
-/// since:
-/// 3.10.0
-@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable multipleFilesMessageCell;
-/// The message cell for SBUTypingIndicatorMessage
object.
-/// Use register(typingIndicatorMessageCell:nib:)
to update.
-/// since:
-/// 3.12.0
-@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable typingIndicatorMessageCell;
-/// The message cell for some unknown message which is not a type of AdminMessage
| UserMessage
| FileMessage
. Use register(unknownMessageCell:nib:)
to update.
-@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable unknownMessageCell;
-/// The custom message cell for some BaseMessage
. Use register(customMessageCell:nib:)
to update.
-@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable customMessageCell;
-/// When message have highlightInfo, it is used to make sure it has been animated.
-/// since:
-/// 3.4.0
-@property (nonatomic) BOOL isHighlightInfoAnimated;
-/// The current group channel object casted from baseChannel
-@property (nonatomic, readonly, strong) SBDGroupChannel * _Nullable channel;
-@property (nonatomic, strong) SBUVoicePlayer * _Nullable voicePlayer;
+@interface SBUMessageSearchModuleList : UIView
+/// The table view to show the list of searched messages.
+@property (nonatomic, strong) UITableView * _Nonnull tableView;
+/// A view that shows when there is no searched messages.
+/// The default view type is SBUEmptyView
.
+@property (nonatomic, strong) UIView * _Nullable emptyView;
+/// The search result cell for SBUMessageSearchResultCell
object. Use register(resultCell:nib:)
to update.
+@property (nonatomic, strong) SBUMessageSearchResultCell * _Nullable resultCell;
+/// The search result list object from messageSearchModule(_:searchResultsInTableView:)
data source method.
+@property (nonatomic, readonly, copy) NSArray * _Nonnull resultList;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUMessageSearchModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUMessageSearchModule.List()'");
+/// Set values of the views in the list component when it needs.
- (void)setupViews;
+/// Sets layouts of the views in the list component.
- (void)setupLayouts;
-- (void)setScrollBottomViewWithHidden:(BOOL)hidden;
-- (void)scrollViewDidScroll:(UIScrollView * _Nonnull)scrollView;
-- (CGPoint)calculatorMenuPointWithIndexPath:(NSIndexPath * _Nonnull)indexPath position:(enum MessagePosition)position SWIFT_WARN_UNUSED_RESULT SWIFT_DEPRECATED_MSG("", "calculateMessageMenuCGPointWithIndexPath:position:");
-/// Calculates the CGPoint
value that indicates where to draw the message menu in the group channel screen.
-/// \param indexPath The index path of the selected message cell
+/// Registers a custom cell as a search result cell based on SBUMessageSearchResultCell
.
+/// important:
+/// To register custom search result cell, please use this function before calling configure(delegate:dataSource:theme:)
+/// \code
+/// listComponent.register(resultCell: MyResultCell)
+/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
///
-/// \param position Message position
+/// \endcode\param channelCell Customized search result cell
///
+/// \param nib nib information. If the value is nil, the nib file is not used.
///
-/// returns:
-/// CGPoint
value
-- (CGPoint)calculateMessageMenuCGPointWithIndexPath:(NSIndexPath * _Nonnull)indexPath position:(enum MessagePosition)position SWIFT_WARN_UNUSED_RESULT;
-- (void)showMessageContextMenuFor:(SBDBaseMessage * _Nonnull)message cell:(UITableViewCell * _Nonnull)cell forRowAt:(NSIndexPath * _Nonnull)indexPath;
-/// Sets gestures in message cell.
-/// \param cell The message cell
+- (void)registerWithResultCell:(SBUMessageSearchResultCell * _Nonnull)resultCell nib:(UINib * _Nullable)nib;
+/// Configures cell for a particular row.
+/// \param cell UITableViewCell
object
///
-/// \param message message object
+/// \param indexPath An index path representing the searchResultCell
///
-/// \param indexPath Cell’s indexPath
+- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
+/// Reloads table view. This method corresponds to UITableView reloadData()
.
+- (void)reloadTableView;
+/// Retrives the BaseMessage
object from the given IndexPath
of the tableView.
+/// \param indexPath IndexPath
of which you want to retrieve the Message
object.
///
-- (void)setMessageCellGestures:(SBUBaseMessageCell * _Nonnull)cell message:(SBDBaseMessage * _Nonnull)message indexPath:(NSIndexPath * _Nonnull)indexPath;
-/// Registers a custom cell as a admin message cell based on SBUBaseMessageCell
.
+///
+/// returns:
+/// BaseMessage
object of the corresponding IndexPath
, or nil
if the message can’t be found.
+- (SBDBaseMessage * _Nullable)messageAt:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
+@end
+
+
+@interface SBUMessageSearchModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)didSelectRetry;
+@end
+
+
+@interface SBUBaseChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)didSelectRetry;
+@end
+
+
+/// A module component that represent the list of SBUUserListModule
.
+SWIFT_CLASS_NAMED("List")
+@interface SBUUserListModuleList : UIView
+/// The table view that shows the list of the users.
+@property (nonatomic, strong) UITableView * _Nonnull tableView;
+/// A view that displays when the table view is empty.
+/// The default view type is SBUEmptyView
.
+@property (nonatomic, strong) UIView * _Nullable emptyView;
+/// The user cell for UITableViewCell
object. Use register(userCell:nib:)
to update.
+@property (nonatomic, strong) UITableViewCell * _Nullable userCell;
+@property (nonatomic, readonly, strong) SBDBaseChannel * _Nullable channel;
+@property (nonatomic, readonly, copy) NSArray * _Nonnull userList;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUUserListModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUUserListModule.List()'");
+- (void)setupViews;
+- (void)setupLayouts;
+/// Reloads table view. This method corresponds to UITableView reloadData()
.
+- (void)reloadTableView;
+/// Registers a custom cell as a user cell based on UITableViewCell
.
/// important:
-/// To register custom message cell, please use this function before calling configure(delegate:dataSource:theme:)
+/// To register custom user cell, please use this function before calling configure(delegate:dataSource:userListType:theme:componentTheme:)
/// \code
-/// listComponent.register(adminMessageCell: MyAdminMessageCell)
-/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
+/// listComponent.register(userCell: MyUserCell)
+/// listComponent.configure(delegate: self, dataSource: self, userListType: .type, theme: theme, componentTheme: componentTheme)
///
-/// \endcode\param adminMessageCell Customized admin message cell
+/// \endcode\param channelCell Customized user cell
///
/// \param nib nib information. If the value is nil, the nib file is not used.
///
-- (void)registerWithAdminMessageCell:(SBUBaseMessageCell * _Nonnull)adminMessageCell nib:(UINib * _Nullable)nib;
-/// Registers a custom cell as a user message cell based on SBUBaseMessageCell
.
-/// important:
-/// To register custom message cell, please use this function before calling configure(delegate:dataSource:theme:)
-/// \code
-/// listComponent.register(userMessageCell: MyUserMessageCell)
+- (void)registerWithUserCell:(UITableViewCell * _Nonnull)userCell nib:(UINib * _Nullable)nib;
+/// Configures cell for a particular row.
+/// \param cell UITableViewCell
object
+///
+/// \param indexPath An index path representing the cell
+///
+- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
+/// Sets up the cell’s more menu button action.
+/// important:
+/// Only for the group channel
+/// \param user SBUUser
obejct
+///
+- (void)setMoreMenuTapAction:(SBUUser * _Nonnull)user;
+/// Sets up the user profile tap action.
+/// If you do not want to use the user profile function, override this function and leave it empty.
+/// \param user SBUUser
object used for user profile configuration
+///
+- (void)setUserProfileTapAction:(SBUUser * _Nonnull)user;
+@end
+
+
+@interface SBUUserListModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)didSelectRetry;
+@end
+
+
+@class SBUBaseChannelCell;
+
+/// A module component that represent the list of SBUBaseChannelListModule
.
+SWIFT_CLASS_NAMED("List")
+@interface SBUBaseChannelListModuleList : UIView
+/// The table view to show the list of channels
+@property (nonatomic, strong) UITableView * _Nonnull tableView;
+/// A view that shows when there is no channel.
+/// The default view type is SBUEmptyView
.
+@property (nonatomic, strong) UIView * _Nullable emptyView;
+/// The channel cell for SBUBaseChannelCell
object. Use register(channelCell:nib:)
to update.
+@property (nonatomic, strong) SBUBaseChannelCell * _Nullable channelCell;
+/// The custom channel cell for SBUBaseChannelCell
object. Use register(customCell:nib:)
to update.
+@property (nonatomic, strong) SBUBaseChannelCell * _Nullable customCell;
+/// The current channel list object from channelListModule(_:channelsInTableView:)
data source method.
+@property (nonatomic, readonly, copy) NSArray * _Nullable baseChannelList;
+/// If this value is enabled, pull to refresh feature is enabled.
+/// since:
+/// 3.2.0
+@property (nonatomic) BOOL isPullToRefreshEnabled;
+/// Set values of the views in the list component when it needs.
+- (void)setupViews;
+/// Sets layouts of the views in the list component.
+- (void)setupLayouts;
+- (void)setupPullToRefresh;
+/// Configures cell for a particular row.
+/// \param channelCell SBUBaseChannelCell
object
+///
+/// \param indexPath An index path representing the channelCell
+///
+- (void)configureCell:(SBUBaseChannelCell * _Nullable)channelCell indexPath:(NSIndexPath * _Nonnull)indexPath;
+/// Registers a custom cell as a channel cell based on SBUBaseChannelCell
.
+/// important:
+/// To register custom channel cell, please use this function before calling configure(delegate:dataSource:theme:)
+/// \code
+/// listComponent.register(channelCell: MyChannelCell)
+/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
+///
+/// \endcode\param channelCell Customized channel cell
+///
+/// \param nib nib information. If the value is nil, the nib file is not used.
+///
+- (void)registerWithChannelCell:(SBUBaseChannelCell * _Nonnull)channelCell nib:(UINib * _Nullable)nib;
+/// Registers a additional cell as a custom cell based on SBUBaseChannelCell
.
+/// important:
+/// To register additional channel cell, please use this function before calling configure(delegate:dataSource:theme:)
+/// \code
+/// listComponent.register(customCell: MyChannelCell)
+/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
+///
+/// \endcode\param customCell Additional channel cell
+///
+/// \param nib nib information. If the value is nil, the nib file is not used.
+///
+- (void)registerWithCustomCell:(SBUBaseChannelCell * _Nullable)customCell nib:(UINib * _Nullable)nib;
+/// Pulls to refresh.
+/// since:
+/// 3.2.0
+/// \param sender Sender
+///
+- (void)pullToRefresh:(id _Nonnull)sender;
+/// Reloads table view. This method corresponds to UITableView reloadData()
.
+- (void)reloadTableView;
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
+@end
+
+
+@interface SBUBaseChannelListModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)didSelectRetry;
+@end
+
+@class SBUQuotedBaseMessageView;
+
+SWIFT_PROTOCOL("_TtP13SendbirdUIKit28SBUQuotedMessageViewDelegate_")
+@protocol SBUQuotedMessageViewDelegate
+/// Called when SBUQuotedBaseMessageView
was tapped.
+/// \param quotedMessageView The tapped quoted message view
+///
+- (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView;
+@end
+
+@class SBUBaseMessageCell;
+@class SBDGroupChannel;
+@class SBUVoicePlayer;
+enum MessagePosition : NSInteger;
+@class NSString;
+
+/// A module component that represent the list of SBUGroupChannelModule
.
+SWIFT_CLASS_NAMED("List")
+@interface SBUGroupChannelModuleList : SBUBaseChannelModuleList
+/// The message cell for AdminMessage
object. Use register(adminMessageCell:nib:)
to update.
+@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable adminMessageCell;
+/// The message cell for UserMessage
object. Use register(userMessageCell:nib:)
to update.
+@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable userMessageCell;
+/// The message cell for FileMessage
object. Use register(fileMessageCell:nib:)
to update.
+@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable fileMessageCell;
+/// The message cell for MultipleFilesMessage
object.
+/// Use register(multipleFilesMessageCell:nib:)
to update.
+/// since:
+/// 3.10.0
+@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable multipleFilesMessageCell;
+/// The message cell for SBUTypingIndicatorMessage
object.
+/// Use register(typingIndicatorMessageCell:nib:)
to update.
+/// since:
+/// 3.12.0
+@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable typingIndicatorMessageCell;
+/// The message cell for some unknown message which is not a type of AdminMessage
| UserMessage
| FileMessage
. Use register(unknownMessageCell:nib:)
to update.
+@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable unknownMessageCell;
+/// The custom message cell for some BaseMessage
. Use register(customMessageCell:nib:)
to update.
+@property (nonatomic, readonly, strong) SBUBaseMessageCell * _Nullable customMessageCell;
+/// When message have highlightInfo, it is used to make sure it has been animated.
+/// since:
+/// 3.4.0
+@property (nonatomic) BOOL isHighlightInfoAnimated;
+/// The current group channel object casted from baseChannel
+@property (nonatomic, readonly, strong) SBDGroupChannel * _Nullable channel;
+@property (nonatomic, strong) SBUVoicePlayer * _Nullable voicePlayer;
+- (void)setupViews;
+- (void)setupLayouts;
+- (void)setScrollBottomViewWithHidden:(BOOL)hidden;
+- (void)scrollViewDidScroll:(UIScrollView * _Nonnull)scrollView;
+- (CGPoint)calculatorMenuPointWithIndexPath:(NSIndexPath * _Nonnull)indexPath position:(enum MessagePosition)position SWIFT_WARN_UNUSED_RESULT SWIFT_DEPRECATED_MSG("", "calculateMessageMenuCGPointWithIndexPath:position:");
+/// Calculates the CGPoint
value that indicates where to draw the message menu in the group channel screen.
+/// \param indexPath The index path of the selected message cell
+///
+/// \param position Message position
+///
+///
+/// returns:
+/// CGPoint
value
+- (CGPoint)calculateMessageMenuCGPointWithIndexPath:(NSIndexPath * _Nonnull)indexPath position:(enum MessagePosition)position SWIFT_WARN_UNUSED_RESULT;
+- (void)showMessageContextMenuFor:(SBDBaseMessage * _Nonnull)message cell:(UITableViewCell * _Nonnull)cell forRowAt:(NSIndexPath * _Nonnull)indexPath;
+/// Sets gestures in message cell.
+/// \param cell The message cell
+///
+/// \param message message object
+///
+/// \param indexPath Cell’s indexPath
+///
+- (void)setMessageCellGestures:(SBUBaseMessageCell * _Nonnull)cell message:(SBDBaseMessage * _Nonnull)message indexPath:(NSIndexPath * _Nonnull)indexPath;
+/// Registers a custom cell as a admin message cell based on SBUBaseMessageCell
.
+/// important:
+/// To register custom message cell, please use this function before calling configure(delegate:dataSource:theme:)
+/// \code
+/// listComponent.register(adminMessageCell: MyAdminMessageCell)
+/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
+///
+/// \endcode\param adminMessageCell Customized admin message cell
+///
+/// \param nib nib information. If the value is nil, the nib file is not used.
+///
+- (void)registerWithAdminMessageCell:(SBUBaseMessageCell * _Nonnull)adminMessageCell nib:(UINib * _Nullable)nib;
+/// Registers a custom cell as a user message cell based on SBUBaseMessageCell
.
+/// important:
+/// To register custom message cell, please use this function before calling configure(delegate:dataSource:theme:)
+/// \code
+/// listComponent.register(userMessageCell: MyUserMessageCell)
/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
///
/// \endcode\param userMessageCell Customized user message cell
@@ -861,173 +1049,32 @@ SWIFT_CLASS_NAMED("List")
- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
@end
-@class SBUThreadInfoView;
-
-@interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)threadInfoViewDidTap:(SBUThreadInfoView * _Nonnull)threadInfoView;
-@end
-
-@class SBUBaseChannelCell;
-
-/// A module component that represent the list of SBUBaseChannelListModule
.
-SWIFT_CLASS_NAMED("List")
-@interface SBUBaseChannelListModuleList : UIView
-/// The table view to show the list of channels
-@property (nonatomic, strong) UITableView * _Nonnull tableView;
-/// A view that shows when there is no channel.
-/// The default view type is SBUEmptyView
.
-@property (nonatomic, strong) UIView * _Nullable emptyView;
-/// The channel cell for SBUBaseChannelCell
object. Use register(channelCell:nib:)
to update.
-@property (nonatomic, strong) SBUBaseChannelCell * _Nullable channelCell;
-/// The custom channel cell for SBUBaseChannelCell
object. Use register(customCell:nib:)
to update.
-@property (nonatomic, strong) SBUBaseChannelCell * _Nullable customCell;
-/// The current channel list object from channelListModule(_:channelsInTableView:)
data source method.
-@property (nonatomic, readonly, copy) NSArray * _Nullable baseChannelList;
-/// If this value is enabled, pull to refresh feature is enabled.
-/// since:
-/// 3.2.0
-@property (nonatomic) BOOL isPullToRefreshEnabled;
-/// Set values of the views in the list component when it needs.
-- (void)setupViews;
-/// Sets layouts of the views in the list component.
-- (void)setupLayouts;
-- (void)setupPullToRefresh;
-/// Configures cell for a particular row.
-/// \param channelCell SBUBaseChannelCell
object
-///
-/// \param indexPath An index path representing the channelCell
-///
-- (void)configureCell:(SBUBaseChannelCell * _Nullable)channelCell indexPath:(NSIndexPath * _Nonnull)indexPath;
-/// Registers a custom cell as a channel cell based on SBUBaseChannelCell
.
-/// important:
-/// To register custom channel cell, please use this function before calling configure(delegate:dataSource:theme:)
-/// \code
-/// listComponent.register(channelCell: MyChannelCell)
-/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
-///
-/// \endcode\param channelCell Customized channel cell
-///
-/// \param nib nib information. If the value is nil, the nib file is not used.
-///
-- (void)registerWithChannelCell:(SBUBaseChannelCell * _Nonnull)channelCell nib:(UINib * _Nullable)nib;
-/// Registers a additional cell as a custom cell based on SBUBaseChannelCell
.
-/// important:
-/// To register additional channel cell, please use this function before calling configure(delegate:dataSource:theme:)
-/// \code
-/// listComponent.register(customCell: MyChannelCell)
-/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
-///
-/// \endcode\param customCell Additional channel cell
-///
-/// \param nib nib information. If the value is nil, the nib file is not used.
-///
-- (void)registerWithCustomCell:(SBUBaseChannelCell * _Nullable)customCell nib:(UINib * _Nullable)nib;
-/// Pulls to refresh.
-/// since:
-/// 3.2.0
-/// \param sender Sender
-///
-- (void)pullToRefresh:(id _Nonnull)sender;
-/// Reloads table view. This method corresponds to UITableView reloadData()
.
-- (void)reloadTableView;
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface SBUBaseChannelListModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didSelectRetry;
-@end
-
-
-@class SBUMessageSearchResultCell;
-
-/// A module component that represent the list of SBUMessageSearchModule
.
-SWIFT_CLASS_NAMED("List")
-@interface SBUMessageSearchModuleList : UIView
-/// The table view to show the list of searched messages.
-@property (nonatomic, strong) UITableView * _Nonnull tableView;
-/// A view that shows when there is no searched messages.
-/// The default view type is SBUEmptyView
.
-@property (nonatomic, strong) UIView * _Nullable emptyView;
-/// The search result cell for SBUMessageSearchResultCell
object. Use register(resultCell:nib:)
to update.
-@property (nonatomic, strong) SBUMessageSearchResultCell * _Nullable resultCell;
-/// The search result list object from messageSearchModule(_:searchResultsInTableView:)
data source method.
-@property (nonatomic, readonly, copy) NSArray * _Nonnull resultList;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUMessageSearchModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUMessageSearchModule.List()'");
-/// Set values of the views in the list component when it needs.
-- (void)setupViews;
-/// Sets layouts of the views in the list component.
-- (void)setupLayouts;
-/// Registers a custom cell as a search result cell based on SBUMessageSearchResultCell
.
-/// important:
-/// To register custom search result cell, please use this function before calling configure(delegate:dataSource:theme:)
-/// \code
-/// listComponent.register(resultCell: MyResultCell)
-/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
-///
-/// \endcode\param channelCell Customized search result cell
-///
-/// \param nib nib information. If the value is nil, the nib file is not used.
-///
-- (void)registerWithResultCell:(SBUMessageSearchResultCell * _Nonnull)resultCell nib:(UINib * _Nullable)nib;
-/// Configures cell for a particular row.
-/// \param cell UITableViewCell
object
-///
-/// \param indexPath An index path representing the searchResultCell
-///
-- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
-/// Reloads table view. This method corresponds to UITableView reloadData()
.
-- (void)reloadTableView;
-/// Retrives the BaseMessage
object from the given IndexPath
of the tableView.
-/// \param indexPath IndexPath
of which you want to retrieve the Message
object.
-///
-///
-/// returns:
-/// BaseMessage
object of the corresponding IndexPath
, or nil
if the message can’t be found.
-- (SBDBaseMessage * _Nullable)messageAt:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
-@end
-
-
-@interface SBUMessageSearchModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didSelectRetry;
-@end
-
-
-@interface SBUBaseChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didSelectRetry;
-@end
-
-@class SBUQuotedBaseMessageView;
-SWIFT_PROTOCOL("_TtP13SendbirdUIKit28SBUQuotedMessageViewDelegate_")
-@protocol SBUQuotedMessageViewDelegate
-/// Called when SBUQuotedBaseMessageView
was tapped.
-/// \param quotedMessageView The tapped quoted message view
-///
+@interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView;
@end
+@class SBUThreadInfoView;
-@interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView;
+@interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)threadInfoViewDidTap:(SBUThreadInfoView * _Nonnull)threadInfoView;
@end
-@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+
+@interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBUCreateChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUCreateChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
@@ -1073,41 +1120,41 @@ SWIFT_CLASS("_TtCC13SendbirdUIKit28SBUBaseChannelSettingsModule4List")
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end
-@class SBDOpenChannel;
-/// A module component that represent the list of SBUOpenChannelSettingsModule
.
+/// A module component that represent the list of SBUGroupChannelSettingsModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBUOpenChannelSettingsModuleList : List
-@property (nonatomic, readonly, weak) SBDOpenChannel * _Nullable channel;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUOpenChannelSettingsModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUOpenChannelSettingsModule.List()'");
+@interface SBUGroupChannelSettingsModuleList : List
+@property (nonatomic, readonly, weak) SBDGroupChannel * _Nullable channel;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUGroupChannelSettingsModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUGroupChannelSettingsModule.List()'");
- (void)setupViews;
+/// Sets up items for tableView cell configuration.
- (void)setupItems;
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUOpenChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBUGroupChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
+@class SBDOpenChannel;
-/// A module component that represent the list of SBUGroupChannelSettingsModule
.
+/// A module component that represent the list of SBUOpenChannelSettingsModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBUGroupChannelSettingsModuleList : List
-@property (nonatomic, readonly, weak) SBDGroupChannel * _Nullable channel;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUGroupChannelSettingsModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUGroupChannelSettingsModule.List()'");
+@interface SBUOpenChannelSettingsModuleList : List
+@property (nonatomic, readonly, weak) SBDOpenChannel * _Nullable channel;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUOpenChannelSettingsModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUOpenChannelSettingsModule.List()'");
- (void)setupViews;
-/// Sets up items for tableView cell configuration.
- (void)setupItems;
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUGroupChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBUOpenChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@@ -1121,6 +1168,8 @@ SWIFT_CLASS_NAMED("List")
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
@end
+
+
@class SBUParentMessageInfoView;
/// A module component that represent the list of SBUMessageThreadModule
.
@@ -1284,7 +1333,6 @@ SWIFT_CLASS_NAMED("List")
@end
-
/// A module component that represent the list of SBUOpenChannelListModule
.
SWIFT_CLASS_NAMED("List")
@interface SBUOpenChannelListModuleList : SBUBaseChannelListModuleList
@@ -1306,7 +1354,6 @@ SWIFT_CLASS_NAMED("List")
@end
-
@interface List (SWIFT_EXTENSION(SendbirdUIKit))
- (UIView * _Nullable)tableView:(UITableView * _Nonnull)tableView viewForHeaderInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForHeaderInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
@@ -1474,6 +1521,14 @@ SWIFT_CLASS_NAMED("List")
/// \param time The updated play time.
///
- (void)voicePlayerDidUpdatePlayTime:(SBUVoicePlayer * _Nonnull)player time:(NSTimeInterval)time;
+/// Methods for quickly applying a text value to a stream message
+/// since:
+/// 3.20.0
+/// \param messageId message id
+///
+/// \param value message text value
+///
+- (void)updateStreamMessage:(SBDBaseMessage * _Nonnull)message;
@end
@@ -1808,10 +1863,10 @@ SWIFT_CLASS("_TtC13SendbirdUIKit24SBUBaseChannelListModule")
@end
+
@interface SBUBaseChannelListModule (SWIFT_EXTENSION(SendbirdUIKit))
@end
-
@class Header;
@class SBUBaseChannelListViewModel;
@class SBDMessageListParams;
@@ -2724,6 +2779,7 @@ SWIFT_CLASS("_TtC13SendbirdUIKit9SBUConfig")
@end
+
@interface SBUConfig (SWIFT_EXTENSION(SendbirdUIKit))
@end
@@ -2732,12 +2788,11 @@ SWIFT_CLASS("_TtC13SendbirdUIKit9SBUConfig")
@end
-
-
@interface SBUConfig (SWIFT_EXTENSION(SendbirdUIKit))
@end
+
@class SBUStackView;
@class SBUSelectableStackView;
@class SBUMessageReactionView;
@@ -3652,6 +3707,7 @@ SWIFT_CLASS("_TtC13SendbirdUIKit29SBUGroupChannelViewController")
- (void)baseChannelViewModel:(SBUBaseChannelViewModel * _Nonnull)viewModel deletedMessages:(NSArray * _Nonnull)messages;
- (void)groupChannelViewModel:(SBUGroupChannelViewModel * _Nonnull)viewModel didReceiveSuggestedMentions:(NSArray * _Nullable)members;
- (void)groupChannelViewModel:(SBUGroupChannelViewModel * _Nonnull)viewModel didFinishUploadingFileAt:(NSInteger)index multipleFilesMessageRequestId:(NSString * _Nonnull)requestId;
+- (void)groupChannelViewModel:(SBUGroupChannelViewModel * _Nonnull)viewModel didReceiveStreamMessage:(SBDBaseMessage * _Nonnull)message forChannel:(SBDGroupChannel * _Nonnull)channel;
- (void)baseChannelModule:(Header * _Nonnull)headerComponent didTapLeftItem:(UIBarButtonItem * _Nonnull)leftItem;
- (void)baseChannelModule:(Header * _Nonnull)headerComponent didTapRightItem:(UIBarButtonItem * _Nonnull)rightItem;
- (void)groupChannelModule:(SBUGroupChannelModuleList * _Nonnull)listComponent didSelectFileAt:(NSInteger)index multipleFilesMessageCell:(SBUMultipleFilesMessageCell * _Nonnull)multipleFilesMessageCell forRowAt:(NSIndexPath * _Nonnull)cellIndexPath;
@@ -5956,6 +6012,8 @@ SWIFT_CLASS("_TtC13SendbirdUIKit16SBUVoiceRecorder")
+
+
@interface UINavigationController (SWIFT_EXTENSION(SendbirdUIKit))
@property (nonatomic, readonly) UIStatusBarStyle preferredStatusBarStyle;
/// Set up navigation bar with tint color. This method sets up standardAppearance
and scrollEdgeAppearance
with the tint color.
@@ -5991,17 +6049,17 @@ SWIFT_CLASS("_TtC13SendbirdUIKit16SBUVoiceRecorder")
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
#elif defined(__x86_64__) && __x86_64__
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
#ifndef SENDBIRDUIKIT_SWIFT_H
#define SENDBIRDUIKIT_SWIFT_H
#pragma clang diagnostic push
@@ -6024,7 +6082,6 @@ SWIFT_CLASS("_TtC13SendbirdUIKit16SBUVoiceRecorder")
# include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
@@ -6033,10 +6090,30 @@ SWIFT_CLASS("_TtC13SendbirdUIKit16SBUVoiceRecorder")
#include
#include
#include
+#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -6072,53 +6149,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
-# define SWIFT_CLASS_PROPERTY(...)
+# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
#endif
#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
+# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
@@ -6138,28 +6228,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
-# define OBJC_DESIGNATED_INITIALIZER
+# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
+# if __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
-# define SWIFT_ENUM_ATTR(_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility)
# endif
#endif
#if !defined(SWIFT_ENUM)
@@ -6188,14 +6275,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
-# define IBSegueAction
+# define IBSegueAction
#endif
#endif
#if !defined(SWIFT_EXTERN)
@@ -6208,26 +6297,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-}
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -6448,30 +6553,30 @@ SWIFT_CLASS_NAMED("List")
@end
-/// A module component that represent the list of SBURegisterOperatorModule
.
+/// A module component that represent the list of SBUInviteUserModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBURegisterOperatorModuleList : SBUBaseChannelSettingsModuleList
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule.List()'");
+@interface SBUInviteUserModuleList : SBUBaseChannelSettingsModuleList
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule.List()'");
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)didSelectRetry;
@end
-/// A module component that represent the list of SBUInviteUserModule
.
+/// A module component that represent the list of SBURegisterOperatorModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBUInviteUserModuleList : SBUBaseChannelSettingsModuleList
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule.List()'");
+@interface SBURegisterOperatorModuleList : SBUBaseChannelSettingsModuleList
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule.List()'");
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)didSelectRetry;
@end
@@ -6497,63 +6602,7 @@ SWIFT_CLASS_NAMED("List")
- (void)didSelectRetry;
@end
-
@class SBDBaseChannel;
-
-/// A module component that represent the list of SBUUserListModule
.
-SWIFT_CLASS_NAMED("List")
-@interface SBUUserListModuleList : UIView
-/// The table view that shows the list of the users.
-@property (nonatomic, strong) UITableView * _Nonnull tableView;
-/// A view that displays when the table view is empty.
-/// The default view type is SBUEmptyView
.
-@property (nonatomic, strong) UIView * _Nullable emptyView;
-/// The user cell for UITableViewCell
object. Use register(userCell:nib:)
to update.
-@property (nonatomic, strong) UITableViewCell * _Nullable userCell;
-@property (nonatomic, readonly, strong) SBDBaseChannel * _Nullable channel;
-@property (nonatomic, readonly, copy) NSArray * _Nonnull userList;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUUserListModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUUserListModule.List()'");
-- (void)setupViews;
-- (void)setupLayouts;
-/// Reloads table view. This method corresponds to UITableView reloadData()
.
-- (void)reloadTableView;
-/// Registers a custom cell as a user cell based on UITableViewCell
.
-/// important:
-/// To register custom user cell, please use this function before calling configure(delegate:dataSource:userListType:theme:componentTheme:)
-/// \code
-/// listComponent.register(userCell: MyUserCell)
-/// listComponent.configure(delegate: self, dataSource: self, userListType: .type, theme: theme, componentTheme: componentTheme)
-///
-/// \endcode\param channelCell Customized user cell
-///
-/// \param nib nib information. If the value is nil, the nib file is not used.
-///
-- (void)registerWithUserCell:(UITableViewCell * _Nonnull)userCell nib:(UINib * _Nullable)nib;
-/// Configures cell for a particular row.
-/// \param cell UITableViewCell
object
-///
-/// \param indexPath An index path representing the cell
-///
-- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
-/// Sets up the cell’s more menu button action.
-/// important:
-/// Only for the group channel
-/// \param user SBUUser
obejct
-///
-- (void)setMoreMenuTapAction:(SBUUser * _Nonnull)user;
-/// Sets up the user profile tap action.
-/// If you do not want to use the user profile function, override this function and leave it empty.
-/// \param user SBUUser
object used for user profile configuration
-///
-- (void)setUserProfileTapAction:(SBUUser * _Nonnull)user;
-@end
-
-
-@interface SBUUserListModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didSelectRetry;
-@end
-
@class SBDBaseMessage;
@class UIScrollView;
@class SBDFileMessage;
@@ -6665,25 +6714,222 @@ SWIFT_CLASS_NAMED("List")
/// Sets images in file message cell. (for not succeeded message)
/// \param cell File message cell
///
-/// \param fileMessage File message object
+/// \param fileMessage File message object
+///
+- (void)setFileMessageCellImage:(UITableViewCell * _Nonnull)cell fileMessage:(SBDFileMessage * _Nonnull)fileMessage;
+/// Gets the position of the message to be grouped.
+/// Only successful messages can be grouped.
+/// \param currentIndex Index of current message in the message list
+///
+///
+/// returns:
+/// Position of a message when grouped
+- (enum MessageGroupPosition)getMessageGroupingPositionWithCurrentIndex:(NSInteger)currentIndex SWIFT_WARN_UNUSED_RESULT;
+@end
+
+
+@interface SBUBaseChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+/// Reload data from the channel. This function invokes SBUBaseChannelModuleListDelegate baseChannelModuleDidSelectRetry(_:)
+- (void)didSelectRetry;
+@end
+
+@class SBUMessageSearchResultCell;
+
+/// A module component that represent the list of SBUMessageSearchModule
.
+SWIFT_CLASS_NAMED("List")
+@interface SBUMessageSearchModuleList : UIView
+/// The table view to show the list of searched messages.
+@property (nonatomic, strong) UITableView * _Nonnull tableView;
+/// A view that shows when there is no searched messages.
+/// The default view type is SBUEmptyView
.
+@property (nonatomic, strong) UIView * _Nullable emptyView;
+/// The search result cell for SBUMessageSearchResultCell
object. Use register(resultCell:nib:)
to update.
+@property (nonatomic, strong) SBUMessageSearchResultCell * _Nullable resultCell;
+/// The search result list object from messageSearchModule(_:searchResultsInTableView:)
data source method.
+@property (nonatomic, readonly, copy) NSArray * _Nonnull resultList;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUMessageSearchModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUMessageSearchModule.List()'");
+/// Set values of the views in the list component when it needs.
+- (void)setupViews;
+/// Sets layouts of the views in the list component.
+- (void)setupLayouts;
+/// Registers a custom cell as a search result cell based on SBUMessageSearchResultCell
.
+/// important:
+/// To register custom search result cell, please use this function before calling configure(delegate:dataSource:theme:)
+/// \code
+/// listComponent.register(resultCell: MyResultCell)
+/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
+///
+/// \endcode\param channelCell Customized search result cell
+///
+/// \param nib nib information. If the value is nil, the nib file is not used.
+///
+- (void)registerWithResultCell:(SBUMessageSearchResultCell * _Nonnull)resultCell nib:(UINib * _Nullable)nib;
+/// Configures cell for a particular row.
+/// \param cell UITableViewCell
object
+///
+/// \param indexPath An index path representing the searchResultCell
+///
+- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
+/// Reloads table view. This method corresponds to UITableView reloadData()
.
+- (void)reloadTableView;
+/// Retrives the BaseMessage
object from the given IndexPath
of the tableView.
+/// \param indexPath IndexPath
of which you want to retrieve the Message
object.
+///
+///
+/// returns:
+/// BaseMessage
object of the corresponding IndexPath
, or nil
if the message can’t be found.
+- (SBDBaseMessage * _Nullable)messageAt:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
+@end
+
+
+@interface SBUMessageSearchModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)didSelectRetry;
+@end
+
+
+@interface SBUBaseChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)didSelectRetry;
+@end
+
+
+/// A module component that represent the list of SBUUserListModule
.
+SWIFT_CLASS_NAMED("List")
+@interface SBUUserListModuleList : UIView
+/// The table view that shows the list of the users.
+@property (nonatomic, strong) UITableView * _Nonnull tableView;
+/// A view that displays when the table view is empty.
+/// The default view type is SBUEmptyView
.
+@property (nonatomic, strong) UIView * _Nullable emptyView;
+/// The user cell for UITableViewCell
object. Use register(userCell:nib:)
to update.
+@property (nonatomic, strong) UITableViewCell * _Nullable userCell;
+@property (nonatomic, readonly, strong) SBDBaseChannel * _Nullable channel;
+@property (nonatomic, readonly, copy) NSArray * _Nonnull userList;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUUserListModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUUserListModule.List()'");
+- (void)setupViews;
+- (void)setupLayouts;
+/// Reloads table view. This method corresponds to UITableView reloadData()
.
+- (void)reloadTableView;
+/// Registers a custom cell as a user cell based on UITableViewCell
.
+/// important:
+/// To register custom user cell, please use this function before calling configure(delegate:dataSource:userListType:theme:componentTheme:)
+/// \code
+/// listComponent.register(userCell: MyUserCell)
+/// listComponent.configure(delegate: self, dataSource: self, userListType: .type, theme: theme, componentTheme: componentTheme)
+///
+/// \endcode\param channelCell Customized user cell
+///
+/// \param nib nib information. If the value is nil, the nib file is not used.
+///
+- (void)registerWithUserCell:(UITableViewCell * _Nonnull)userCell nib:(UINib * _Nullable)nib;
+/// Configures cell for a particular row.
+/// \param cell UITableViewCell
object
+///
+/// \param indexPath An index path representing the cell
+///
+- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
+/// Sets up the cell’s more menu button action.
+/// important:
+/// Only for the group channel
+/// \param user SBUUser
obejct
+///
+- (void)setMoreMenuTapAction:(SBUUser * _Nonnull)user;
+/// Sets up the user profile tap action.
+/// If you do not want to use the user profile function, override this function and leave it empty.
+/// \param user SBUUser
object used for user profile configuration
+///
+- (void)setUserProfileTapAction:(SBUUser * _Nonnull)user;
+@end
+
+
+@interface SBUUserListModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)didSelectRetry;
+@end
+
+
+@class SBUBaseChannelCell;
+
+/// A module component that represent the list of SBUBaseChannelListModule
.
+SWIFT_CLASS_NAMED("List")
+@interface SBUBaseChannelListModuleList : UIView
+/// The table view to show the list of channels
+@property (nonatomic, strong) UITableView * _Nonnull tableView;
+/// A view that shows when there is no channel.
+/// The default view type is SBUEmptyView
.
+@property (nonatomic, strong) UIView * _Nullable emptyView;
+/// The channel cell for SBUBaseChannelCell
object. Use register(channelCell:nib:)
to update.
+@property (nonatomic, strong) SBUBaseChannelCell * _Nullable channelCell;
+/// The custom channel cell for SBUBaseChannelCell
object. Use register(customCell:nib:)
to update.
+@property (nonatomic, strong) SBUBaseChannelCell * _Nullable customCell;
+/// The current channel list object from channelListModule(_:channelsInTableView:)
data source method.
+@property (nonatomic, readonly, copy) NSArray * _Nullable baseChannelList;
+/// If this value is enabled, pull to refresh feature is enabled.
+/// since:
+/// 3.2.0
+@property (nonatomic) BOOL isPullToRefreshEnabled;
+/// Set values of the views in the list component when it needs.
+- (void)setupViews;
+/// Sets layouts of the views in the list component.
+- (void)setupLayouts;
+- (void)setupPullToRefresh;
+/// Configures cell for a particular row.
+/// \param channelCell SBUBaseChannelCell
object
+///
+/// \param indexPath An index path representing the channelCell
+///
+- (void)configureCell:(SBUBaseChannelCell * _Nullable)channelCell indexPath:(NSIndexPath * _Nonnull)indexPath;
+/// Registers a custom cell as a channel cell based on SBUBaseChannelCell
.
+/// important:
+/// To register custom channel cell, please use this function before calling configure(delegate:dataSource:theme:)
+/// \code
+/// listComponent.register(channelCell: MyChannelCell)
+/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
+///
+/// \endcode\param channelCell Customized channel cell
///
-- (void)setFileMessageCellImage:(UITableViewCell * _Nonnull)cell fileMessage:(SBDFileMessage * _Nonnull)fileMessage;
-/// Gets the position of the message to be grouped.
-/// Only successful messages can be grouped.
-/// \param currentIndex Index of current message in the message list
+/// \param nib nib information. If the value is nil, the nib file is not used.
+///
+- (void)registerWithChannelCell:(SBUBaseChannelCell * _Nonnull)channelCell nib:(UINib * _Nullable)nib;
+/// Registers a additional cell as a custom cell based on SBUBaseChannelCell
.
+/// important:
+/// To register additional channel cell, please use this function before calling configure(delegate:dataSource:theme:)
+/// \code
+/// listComponent.register(customCell: MyChannelCell)
+/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
///
+/// \endcode\param customCell Additional channel cell
///
-/// returns:
-/// Position of a message when grouped
-- (enum MessageGroupPosition)getMessageGroupingPositionWithCurrentIndex:(NSInteger)currentIndex SWIFT_WARN_UNUSED_RESULT;
+/// \param nib nib information. If the value is nil, the nib file is not used.
+///
+- (void)registerWithCustomCell:(SBUBaseChannelCell * _Nullable)customCell nib:(UINib * _Nullable)nib;
+/// Pulls to refresh.
+/// since:
+/// 3.2.0
+/// \param sender Sender
+///
+- (void)pullToRefresh:(id _Nonnull)sender;
+/// Reloads table view. This method corresponds to UITableView reloadData()
.
+- (void)reloadTableView;
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end
-@interface SBUBaseChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-/// Reload data from the channel. This function invokes SBUBaseChannelModuleListDelegate baseChannelModuleDidSelectRetry(_:)
+@interface SBUBaseChannelListModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)didSelectRetry;
@end
+@class SBUQuotedBaseMessageView;
+
+SWIFT_PROTOCOL("_TtP13SendbirdUIKit28SBUQuotedMessageViewDelegate_")
+@protocol SBUQuotedMessageViewDelegate
+/// Called when SBUQuotedBaseMessageView
was tapped.
+/// \param quotedMessageView The tapped quoted message view
+///
+- (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView;
+@end
+
@class SBUBaseMessageCell;
@class SBDGroupChannel;
@class SBUVoicePlayer;
@@ -6862,173 +7108,32 @@ SWIFT_CLASS_NAMED("List")
- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
@end
-@class SBUThreadInfoView;
-
-@interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)threadInfoViewDidTap:(SBUThreadInfoView * _Nonnull)threadInfoView;
-@end
-
-@class SBUBaseChannelCell;
-
-/// A module component that represent the list of SBUBaseChannelListModule
.
-SWIFT_CLASS_NAMED("List")
-@interface SBUBaseChannelListModuleList : UIView
-/// The table view to show the list of channels
-@property (nonatomic, strong) UITableView * _Nonnull tableView;
-/// A view that shows when there is no channel.
-/// The default view type is SBUEmptyView
.
-@property (nonatomic, strong) UIView * _Nullable emptyView;
-/// The channel cell for SBUBaseChannelCell
object. Use register(channelCell:nib:)
to update.
-@property (nonatomic, strong) SBUBaseChannelCell * _Nullable channelCell;
-/// The custom channel cell for SBUBaseChannelCell
object. Use register(customCell:nib:)
to update.
-@property (nonatomic, strong) SBUBaseChannelCell * _Nullable customCell;
-/// The current channel list object from channelListModule(_:channelsInTableView:)
data source method.
-@property (nonatomic, readonly, copy) NSArray * _Nullable baseChannelList;
-/// If this value is enabled, pull to refresh feature is enabled.
-/// since:
-/// 3.2.0
-@property (nonatomic) BOOL isPullToRefreshEnabled;
-/// Set values of the views in the list component when it needs.
-- (void)setupViews;
-/// Sets layouts of the views in the list component.
-- (void)setupLayouts;
-- (void)setupPullToRefresh;
-/// Configures cell for a particular row.
-/// \param channelCell SBUBaseChannelCell
object
-///
-/// \param indexPath An index path representing the channelCell
-///
-- (void)configureCell:(SBUBaseChannelCell * _Nullable)channelCell indexPath:(NSIndexPath * _Nonnull)indexPath;
-/// Registers a custom cell as a channel cell based on SBUBaseChannelCell
.
-/// important:
-/// To register custom channel cell, please use this function before calling configure(delegate:dataSource:theme:)
-/// \code
-/// listComponent.register(channelCell: MyChannelCell)
-/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
-///
-/// \endcode\param channelCell Customized channel cell
-///
-/// \param nib nib information. If the value is nil, the nib file is not used.
-///
-- (void)registerWithChannelCell:(SBUBaseChannelCell * _Nonnull)channelCell nib:(UINib * _Nullable)nib;
-/// Registers a additional cell as a custom cell based on SBUBaseChannelCell
.
-/// important:
-/// To register additional channel cell, please use this function before calling configure(delegate:dataSource:theme:)
-/// \code
-/// listComponent.register(customCell: MyChannelCell)
-/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
-///
-/// \endcode\param customCell Additional channel cell
-///
-/// \param nib nib information. If the value is nil, the nib file is not used.
-///
-- (void)registerWithCustomCell:(SBUBaseChannelCell * _Nullable)customCell nib:(UINib * _Nullable)nib;
-/// Pulls to refresh.
-/// since:
-/// 3.2.0
-/// \param sender Sender
-///
-- (void)pullToRefresh:(id _Nonnull)sender;
-/// Reloads table view. This method corresponds to UITableView reloadData()
.
-- (void)reloadTableView;
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@interface SBUBaseChannelListModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didSelectRetry;
-@end
-
-
-@class SBUMessageSearchResultCell;
-
-/// A module component that represent the list of SBUMessageSearchModule
.
-SWIFT_CLASS_NAMED("List")
-@interface SBUMessageSearchModuleList : UIView
-/// The table view to show the list of searched messages.
-@property (nonatomic, strong) UITableView * _Nonnull tableView;
-/// A view that shows when there is no searched messages.
-/// The default view type is SBUEmptyView
.
-@property (nonatomic, strong) UIView * _Nullable emptyView;
-/// The search result cell for SBUMessageSearchResultCell
object. Use register(resultCell:nib:)
to update.
-@property (nonatomic, strong) SBUMessageSearchResultCell * _Nullable resultCell;
-/// The search result list object from messageSearchModule(_:searchResultsInTableView:)
data source method.
-@property (nonatomic, readonly, copy) NSArray * _Nonnull resultList;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUMessageSearchModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUMessageSearchModule.List()'");
-/// Set values of the views in the list component when it needs.
-- (void)setupViews;
-/// Sets layouts of the views in the list component.
-- (void)setupLayouts;
-/// Registers a custom cell as a search result cell based on SBUMessageSearchResultCell
.
-/// important:
-/// To register custom search result cell, please use this function before calling configure(delegate:dataSource:theme:)
-/// \code
-/// listComponent.register(resultCell: MyResultCell)
-/// listComponent.configure(delegate: self, dataSource: self, theme: theme)
-///
-/// \endcode\param channelCell Customized search result cell
-///
-/// \param nib nib information. If the value is nil, the nib file is not used.
-///
-- (void)registerWithResultCell:(SBUMessageSearchResultCell * _Nonnull)resultCell nib:(UINib * _Nullable)nib;
-/// Configures cell for a particular row.
-/// \param cell UITableViewCell
object
-///
-/// \param indexPath An index path representing the searchResultCell
-///
-- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
-/// Reloads table view. This method corresponds to UITableView reloadData()
.
-- (void)reloadTableView;
-/// Retrives the BaseMessage
object from the given IndexPath
of the tableView.
-/// \param indexPath IndexPath
of which you want to retrieve the Message
object.
-///
-///
-/// returns:
-/// BaseMessage
object of the corresponding IndexPath
, or nil
if the message can’t be found.
-- (SBDBaseMessage * _Nullable)messageAt:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
-@end
-
-
-@interface SBUMessageSearchModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didSelectRetry;
-@end
-
-
-@interface SBUBaseChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didSelectRetry;
-@end
-
-@class SBUQuotedBaseMessageView;
-SWIFT_PROTOCOL("_TtP13SendbirdUIKit28SBUQuotedMessageViewDelegate_")
-@protocol SBUQuotedMessageViewDelegate
-/// Called when SBUQuotedBaseMessageView
was tapped.
-/// \param quotedMessageView The tapped quoted message view
-///
+@interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView;
@end
+@class SBUThreadInfoView;
-@interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
-- (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView;
+@interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+- (void)threadInfoViewDidTap:(SBUThreadInfoView * _Nonnull)threadInfoView;
@end
-@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+
+@interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBUCreateChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUCreateChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
@@ -7074,41 +7179,41 @@ SWIFT_CLASS("_TtCC13SendbirdUIKit28SBUBaseChannelSettingsModule4List")
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end
-@class SBDOpenChannel;
-/// A module component that represent the list of SBUOpenChannelSettingsModule
.
+/// A module component that represent the list of SBUGroupChannelSettingsModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBUOpenChannelSettingsModuleList : List
-@property (nonatomic, readonly, weak) SBDOpenChannel * _Nullable channel;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUOpenChannelSettingsModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUOpenChannelSettingsModule.List()'");
+@interface SBUGroupChannelSettingsModuleList : List
+@property (nonatomic, readonly, weak) SBDGroupChannel * _Nullable channel;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUGroupChannelSettingsModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUGroupChannelSettingsModule.List()'");
- (void)setupViews;
+/// Sets up items for tableView cell configuration.
- (void)setupItems;
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUOpenChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBUGroupChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@end
+@class SBDOpenChannel;
-/// A module component that represent the list of SBUGroupChannelSettingsModule
.
+/// A module component that represent the list of SBUOpenChannelSettingsModule
.
SWIFT_CLASS_NAMED("List")
-@interface SBUGroupChannelSettingsModuleList : List
-@property (nonatomic, readonly, weak) SBDGroupChannel * _Nullable channel;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUGroupChannelSettingsModule.List()'");
-- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUGroupChannelSettingsModule.List()'");
+@interface SBUOpenChannelSettingsModuleList : List
+@property (nonatomic, readonly, weak) SBDOpenChannel * _Nullable channel;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUOpenChannelSettingsModule.List()'");
+- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUOpenChannelSettingsModule.List()'");
- (void)setupViews;
-/// Sets up items for tableView cell configuration.
- (void)setupItems;
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
@end
-@interface SBUGroupChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
+@interface SBUOpenChannelSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit))
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@@ -7122,6 +7227,8 @@ SWIFT_CLASS_NAMED("List")
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
@end
+
+
@class SBUParentMessageInfoView;
/// A module component that represent the list of SBUMessageThreadModule
.
@@ -7285,7 +7392,6 @@ SWIFT_CLASS_NAMED("List")
@end
-
/// A module component that represent the list of SBUOpenChannelListModule
.
SWIFT_CLASS_NAMED("List")
@interface SBUOpenChannelListModuleList : SBUBaseChannelListModuleList
@@ -7307,7 +7413,6 @@ SWIFT_CLASS_NAMED("List")
@end
-
@interface List (SWIFT_EXTENSION(SendbirdUIKit))
- (UIView * _Nullable)tableView:(UITableView * _Nonnull)tableView viewForHeaderInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForHeaderInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
@@ -7475,6 +7580,14 @@ SWIFT_CLASS_NAMED("List")
/// \param time The updated play time.
///
- (void)voicePlayerDidUpdatePlayTime:(SBUVoicePlayer * _Nonnull)player time:(NSTimeInterval)time;
+/// Methods for quickly applying a text value to a stream message
+/// since:
+/// 3.20.0
+/// \param messageId message id
+///
+/// \param value message text value
+///
+- (void)updateStreamMessage:(SBDBaseMessage * _Nonnull)message;
@end
@@ -7809,10 +7922,10 @@ SWIFT_CLASS("_TtC13SendbirdUIKit24SBUBaseChannelListModule")
@end
+
@interface SBUBaseChannelListModule (SWIFT_EXTENSION(SendbirdUIKit))
@end
-
@class Header;
@class SBUBaseChannelListViewModel;
@class SBDMessageListParams;
@@ -8725,6 +8838,7 @@ SWIFT_CLASS("_TtC13SendbirdUIKit9SBUConfig")
@end
+
@interface SBUConfig (SWIFT_EXTENSION(SendbirdUIKit))
@end
@@ -8733,12 +8847,11 @@ SWIFT_CLASS("_TtC13SendbirdUIKit9SBUConfig")
@end
-
-
@interface SBUConfig (SWIFT_EXTENSION(SendbirdUIKit))
@end
+
@class SBUStackView;
@class SBUSelectableStackView;
@class SBUMessageReactionView;
@@ -9653,6 +9766,7 @@ SWIFT_CLASS("_TtC13SendbirdUIKit29SBUGroupChannelViewController")
- (void)baseChannelViewModel:(SBUBaseChannelViewModel * _Nonnull)viewModel deletedMessages:(NSArray * _Nonnull)messages;
- (void)groupChannelViewModel:(SBUGroupChannelViewModel * _Nonnull)viewModel didReceiveSuggestedMentions:(NSArray * _Nullable)members;
- (void)groupChannelViewModel:(SBUGroupChannelViewModel * _Nonnull)viewModel didFinishUploadingFileAt:(NSInteger)index multipleFilesMessageRequestId:(NSString * _Nonnull)requestId;
+- (void)groupChannelViewModel:(SBUGroupChannelViewModel * _Nonnull)viewModel didReceiveStreamMessage:(SBDBaseMessage * _Nonnull)message forChannel:(SBDGroupChannel * _Nonnull)channel;
- (void)baseChannelModule:(Header * _Nonnull)headerComponent didTapLeftItem:(UIBarButtonItem * _Nonnull)leftItem;
- (void)baseChannelModule:(Header * _Nonnull)headerComponent didTapRightItem:(UIBarButtonItem * _Nonnull)rightItem;
- (void)groupChannelModule:(SBUGroupChannelModuleList * _Nonnull)listComponent didSelectFileAt:(NSInteger)index multipleFilesMessageCell:(SBUMultipleFilesMessageCell * _Nonnull)multipleFilesMessageCell forRowAt:(NSIndexPath * _Nonnull)cellIndexPath;
@@ -11957,6 +12071,8 @@ SWIFT_CLASS("_TtC13SendbirdUIKit16SBUVoiceRecorder")
+
+
@interface UINavigationController (SWIFT_EXTENSION(SendbirdUIKit))
@property (nonatomic, readonly) UIStatusBarStyle preferredStatusBarStyle;
/// Set up navigation bar with tint color. This method sets up standardAppearance
and scrollEdgeAppearance
with the tint color.
@@ -11992,12 +12108,12 @@ SWIFT_CLASS("_TtC13SendbirdUIKit16SBUVoiceRecorder")
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Info.plist b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Info.plist
index 9895f530..4b9fb0cf 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Info.plist and b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Info.plist differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.abi.json b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.abi.json
index 2385bf47..019dbb3a 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.abi.json
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.abi.json
@@ -2447,6 +2447,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "SBUCommonDelegate",
@@ -3326,6 +3333,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -5417,8 +5431,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -6910,6 +6924,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -7232,6 +7253,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -7785,6 +7813,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -11646,6 +11681,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -12138,6 +12180,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -13807,6 +13856,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -14841,6 +14897,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -15032,9 +15095,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC9emojiListSay0A7ChatSDK5EmojiCGvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -15143,9 +15206,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC9reactionsSay0A7ChatSDK0D0CGvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -15246,9 +15309,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC8maxWidth12CoreGraphics7CGFloatVvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -15333,9 +15396,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC20enableEmojiLongPressSbvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -15514,9 +15577,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC010collectionE16HeightConstraintSo08NSLayoutH0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl"
],
@@ -15576,9 +15639,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC010collectionE17MinWidthContraintSo18NSLayoutConstraintCSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl"
],
@@ -16209,6 +16272,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -18054,6 +18124,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -18094,8 +18171,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -18213,8 +18290,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -18332,8 +18409,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -18864,6 +18941,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -20279,8 +20363,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -20382,8 +20466,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -20501,8 +20585,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -21942,6 +22026,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -21982,8 +22073,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -22101,8 +22192,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -22220,8 +22311,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -23063,6 +23154,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -24292,6 +24390,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -27954,6 +28059,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -29446,6 +29558,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -35370,6 +35489,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -36095,6 +36221,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -37247,6 +37380,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -37998,6 +38138,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -38321,6 +38468,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -38928,6 +39082,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -44354,6 +44515,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -51069,6 +51237,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -53395,6 +53570,37 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "updateStreamMessage",
+ "printedName": "updateStreamMessage(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:13SendbirdUIKit21SBUGroupChannelModuleC4ListC19updateStreamMessageyy0A7ChatSDK04BaseI0CF",
+ "mangledName": "$s13SendbirdUIKit21SBUGroupChannelModuleC4ListC19updateStreamMessageyy0A7ChatSDK04BaseI0CF",
+ "moduleName": "SendbirdUIKit",
+ "declAttributes": [
+ "Dynamic",
+ "Custom",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
@@ -53483,6 +53689,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -55754,6 +55967,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -56469,6 +56689,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -57172,6 +57399,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -62105,6 +62339,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -62255,6 +62496,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -63379,6 +63627,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -64682,6 +64937,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -66155,6 +66417,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -91578,6 +91847,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -92810,6 +93086,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -94470,6 +94753,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -96241,6 +96531,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -97576,6 +97873,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -98285,6 +98589,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -99178,6 +99489,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -99945,6 +100263,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -102049,6 +102374,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -102410,6 +102742,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -102499,6 +102838,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -103363,8 +103709,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"ReferenceOwnership",
"AccessControl",
"RawDocComment"
@@ -104358,6 +104704,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -110110,6 +110463,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -110522,6 +110882,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -112761,6 +113128,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -115041,6 +115415,47 @@
],
"funcSelfKind": "NonMutating"
},
+ {
+ "kind": "Function",
+ "name": "groupChannelViewModel",
+ "printedName": "groupChannelViewModel(_:didReceiveStreamMessage:forChannel:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "SBUGroupChannelViewModel",
+ "printedName": "SendbirdUIKit.SBUGroupChannelViewModel",
+ "usr": "c:@M@SendbirdUIKit@objc(cs)SBUGroupChannelViewModel"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GroupChannel",
+ "printedName": "SendbirdChatSDK.GroupChannel",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDGroupChannel"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@SendbirdUIKit@objc(cs)SBUGroupChannelViewController(im)groupChannelViewModel:didReceiveStreamMessage:forChannel:",
+ "mangledName": "$s13SendbirdUIKit29SBUGroupChannelViewControllerC05groupdE5Model_23didReceiveStreamMessage03forD0yAA0cdeH0C_0A7ChatSDK04BaseL0CAI05GroupD0CtF",
+ "moduleName": "SendbirdUIKit",
+ "isOpen": true,
+ "declAttributes": [
+ "Custom",
+ "AccessControl",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
{
"kind": "Function",
"name": "baseChannelModule",
@@ -117734,6 +118149,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -118024,6 +118446,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -119173,6 +119602,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -119667,6 +120103,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -120514,6 +120957,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -121322,6 +121772,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -121719,6 +122176,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -125825,6 +126289,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -125865,8 +126336,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -125984,8 +126455,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -126103,8 +126574,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -126222,8 +126693,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -126341,8 +126812,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -127695,6 +128166,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -128518,6 +128996,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -128549,9 +129034,9 @@
"mangledName": "$s13SendbirdUIKit20SBUOpenChannelModuleC5MediaC9mediaViewSo6UIViewCvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -129146,6 +129631,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -130601,6 +131093,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -131598,6 +132097,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -132216,9 +132722,9 @@
"mangledName": "$s13SendbirdUIKit22SBUSelectableStackViewC8positionAA15MessagePositionOvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -132615,6 +133121,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -136131,6 +136644,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -136531,6 +137051,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -138137,6 +138664,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -138584,9 +139118,9 @@
"mangledName": "$s13SendbirdUIKit23SBUSuggestedMentionListC16heightConstraintSo08NSLayoutG0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -138750,9 +139284,9 @@
"mangledName": "$s13SendbirdUIKit23SBUSuggestedMentionListC19isLimitGuideEnabledSbvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -138836,9 +139370,9 @@
"mangledName": "$s13SendbirdUIKit23SBUSuggestedMentionListC8delegateAA0cdE8Delegate_pSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"ReferenceOwnership",
"AccessControl",
"RawDocComment"
@@ -139620,6 +140154,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -142307,6 +142848,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -142564,6 +143112,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -149399,6 +149954,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -151011,6 +151573,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -155356,6 +155925,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -156051,8 +156627,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl"
],
@@ -156643,6 +157219,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -157565,6 +158148,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -159149,6 +159739,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -160712,6 +161309,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -161527,6 +162131,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -164445,6 +165056,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -164631,39 +165249,6 @@
"mangledName": "$s13SendbirdUIKit19ChannelCreationTypeO9broadcastyA2CmF",
"moduleName": "SendbirdUIKit"
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendbirdUIKit.ChannelCreationType?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "ChannelCreationType",
- "printedName": "SendbirdUIKit.ChannelCreationType",
- "usr": "s:13SendbirdUIKit19ChannelCreationTypeO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendbirdUIKit19ChannelCreationTypeO8rawValueACSgSi_tcfc",
- "mangledName": "$s13SendbirdUIKit19ChannelCreationTypeO8rawValueACSgSi_tcfc",
- "moduleName": "SendbirdUIKit",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
"name": "rawValue",
@@ -164702,6 +165287,39 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdUIKit.ChannelCreationType?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ChannelCreationType",
+ "printedName": "SendbirdUIKit.ChannelCreationType",
+ "usr": "s:13SendbirdUIKit19ChannelCreationTypeO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendbirdUIKit19ChannelCreationTypeO8rawValueACSgSi_tcfc",
+ "mangledName": "$s13SendbirdUIKit19ChannelCreationTypeO8rawValueACSgSi_tcfc",
+ "moduleName": "SendbirdUIKit",
+ "implicit": true,
+ "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -165962,6 +166580,38 @@
"mangledName": "$s13SendbirdUIKit12UserListTypeO16suggestedMentionyACSbcACmF",
"moduleName": "SendbirdUIKit"
},
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserListType",
+ "printedName": "SendbirdUIKit.UserListType",
+ "usr": "s:13SendbirdUIKit12UserListTypeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserListType",
+ "printedName": "SendbirdUIKit.UserListType",
+ "usr": "s:13SendbirdUIKit12UserListTypeO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:13SendbirdUIKit12UserListTypeO2eeoiySbAC_ACtFZ",
+ "mangledName": "$s13SendbirdUIKit12UserListTypeO2eeoiySbAC_ACtFZ",
+ "moduleName": "SendbirdUIKit",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
{
"kind": "Var",
"name": "hashValue",
@@ -166025,38 +166675,6 @@
"moduleName": "SendbirdUIKit",
"implicit": true,
"funcSelfKind": "NonMutating"
- },
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "UserListType",
- "printedName": "SendbirdUIKit.UserListType",
- "usr": "s:13SendbirdUIKit12UserListTypeO"
- },
- {
- "kind": "TypeNominal",
- "name": "UserListType",
- "printedName": "SendbirdUIKit.UserListType",
- "usr": "s:13SendbirdUIKit12UserListTypeO"
- }
- ],
- "declKind": "Func",
- "usr": "s:13SendbirdUIKit12UserListTypeO2eeoiySbAC_ACtFZ",
- "mangledName": "$s13SendbirdUIKit12UserListTypeO2eeoiySbAC_ACtFZ",
- "moduleName": "SendbirdUIKit",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
}
],
"declKind": "Enum",
@@ -167662,39 +168280,6 @@
],
"fixedbinaryorder": 4
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendbirdUIKit.MediaResourceType?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "MediaResourceType",
- "printedName": "SendbirdUIKit.MediaResourceType",
- "usr": "c:@M@SendbirdUIKit@E@MediaResourceType"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendbirdUIKit17MediaResourceTypeO8rawValueACSgSi_tcfc",
- "mangledName": "$s13SendbirdUIKit17MediaResourceTypeO8rawValueACSgSi_tcfc",
- "moduleName": "SendbirdUIKit",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
"name": "rawValue",
@@ -167733,6 +168318,39 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdUIKit.MediaResourceType?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "MediaResourceType",
+ "printedName": "SendbirdUIKit.MediaResourceType",
+ "usr": "c:@M@SendbirdUIKit@E@MediaResourceType"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendbirdUIKit17MediaResourceTypeO8rawValueACSgSi_tcfc",
+ "mangledName": "$s13SendbirdUIKit17MediaResourceTypeO8rawValueACSgSi_tcfc",
+ "moduleName": "SendbirdUIKit",
+ "implicit": true,
+ "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -172431,9 +173049,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC015baseFileContentF0AA07SBUBasehiF0Cvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -173398,9 +174016,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC21userProfileTapHandleryycSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -173543,9 +174161,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC19tapHandlerToContentyycSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -173702,9 +174320,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC17fileSelectHandlery0A7ChatSDK012UploadedFileE0C_SitcSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -173875,9 +174493,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC29moreButtonTapHandlerToContentyycSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -174021,9 +174639,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC15emojiTapHandlerySScSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -174168,9 +174786,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC19moreEmojiTapHandleryycSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -174314,9 +174932,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC21emojiLongPressHandlerySScSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -174462,9 +175080,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC17mentionTapHandleryAA7SBUUserCcSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -175301,6 +175919,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -177522,9 +178147,9 @@
"mangledName": "$s13SendbirdUIKit24SBUQuotedBaseMessageViewC5themeAA19SBUMessageCellThemeCvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -177610,9 +178235,9 @@
"mangledName": "$s13SendbirdUIKit24SBUQuotedBaseMessageViewC9messageIds5Int64Vvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -178166,9 +178791,9 @@
"mangledName": "$s13SendbirdUIKit24SBUQuotedBaseMessageViewC6paramsAA0cdeF6ParamsCSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl",
"RawDocComment"
@@ -178632,9 +179257,9 @@
"mangledName": "$s13SendbirdUIKit24SBUQuotedBaseMessageViewC013mainContainerF0AA018SBUSelectableStackF0Cvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -179120,6 +179745,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -179487,6 +180119,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -179648,8 +180287,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -182185,6 +182824,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -184895,39 +185541,6 @@
],
"fixedbinaryorder": 8
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendbirdUIKit.ChannelMemberListType?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "ChannelMemberListType",
- "printedName": "SendbirdUIKit.ChannelMemberListType",
- "usr": "c:@M@SendbirdUIKit@E@ChannelMemberListType"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendbirdUIKit21ChannelMemberListTypeO8rawValueACSgSi_tcfc",
- "mangledName": "$s13SendbirdUIKit21ChannelMemberListTypeO8rawValueACSgSi_tcfc",
- "moduleName": "SendbirdUIKit",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
"name": "rawValue",
@@ -184966,6 +185579,39 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdUIKit.ChannelMemberListType?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ChannelMemberListType",
+ "printedName": "SendbirdUIKit.ChannelMemberListType",
+ "usr": "c:@M@SendbirdUIKit@E@ChannelMemberListType"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendbirdUIKit21ChannelMemberListTypeO8rawValueACSgSi_tcfc",
+ "mangledName": "$s13SendbirdUIKit21ChannelMemberListTypeO8rawValueACSgSi_tcfc",
+ "moduleName": "SendbirdUIKit",
+ "implicit": true,
+ "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -186515,6 +187161,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -186850,6 +187503,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -188387,6 +189047,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -188744,6 +189411,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -189598,8 +190272,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -193244,6 +193918,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -194720,8 +195401,8 @@
"mangledName": "$s13SendbirdUIKit21SBUMessageProfileViewC9urlStringSSvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -194929,9 +195610,9 @@
"mangledName": "$s13SendbirdUIKit21SBUMessageProfileViewC17imageDownloadTaskSo012NSURLSessionH0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -195325,6 +196006,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -198339,6 +199027,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -198996,6 +199691,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -200201,6 +200903,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -203619,6 +204328,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -204476,6 +205192,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -205306,6 +206029,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -214030,6 +214760,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -218507,6 +219244,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -221044,6 +221788,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -222114,8 +222865,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -222233,8 +222984,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -222352,8 +223103,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -222937,6 +223688,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -223903,6 +224661,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -224661,6 +225426,13 @@
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
}
]
},
@@ -227545,6 +228317,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -227585,8 +228364,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -228527,6 +229306,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -229160,9 +229946,9 @@
"mangledName": "$s13SendbirdUIKit19SBUMessageStateViewC9timeLabelSo7UILabelCvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -229761,6 +230547,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -230438,6 +231231,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -231135,6 +231935,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -232690,6 +233497,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -233075,6 +233889,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -237426,6 +238247,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -240186,6 +241014,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -240689,6 +241524,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -242348,6 +243190,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -243514,6 +244363,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -247755,6 +248611,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -248317,6 +249180,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -249923,6 +250793,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -250947,6 +251824,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -251120,6 +252004,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -253720,6 +254611,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -255053,6 +255951,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -255425,6 +256330,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -255658,6 +256570,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -261614,6 +262533,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -262407,6 +263333,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -263059,6 +263992,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -263711,6 +264651,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -267536,6 +268483,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -269234,6 +270188,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -270166,6 +271127,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -271309,6 +272277,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -271800,6 +272775,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -273301,6 +274283,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -273522,6 +274511,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -274313,6 +275309,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -275688,6 +276691,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -278038,6 +279048,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -278762,6 +279779,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -288344,6 +289368,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -289869,6 +290900,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -289951,8 +290989,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -290131,8 +291169,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -290282,8 +291320,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -291005,6 +292043,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -292399,9 +293444,9 @@
"mangledName": "$s13SendbirdUIKit22SBUBaseFileContentViewC7message0A7ChatSDK0D7MessageCSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -292502,9 +293547,9 @@
"mangledName": "$s13SendbirdUIKit22SBUBaseFileContentViewC8positionAA15MessagePositionOvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -292742,6 +293787,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -293287,9 +294339,9 @@
"mangledName": "$s13SendbirdUIKit22SBUNavigationTitleViewC4textSSSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -293390,9 +294442,9 @@
"mangledName": "$s13SendbirdUIKit22SBUNavigationTitleViewC13textAlignmentSo06NSTextG0Vvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -293766,6 +294818,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -296772,9 +297831,9 @@
"mangledName": "$s13SendbirdUIKit27SBUSuggestedReplyOptionViewC4textSSSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl",
"RawDocComment"
@@ -297096,6 +298155,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -297785,6 +298851,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -298110,6 +299183,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -298618,6 +299698,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -348250,9 +349337,9 @@
"mangledName": "$s13SendbirdUIKit19SBUImageContentViewC05imageE0So07UIImageE0Cvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -348432,9 +349519,9 @@
"mangledName": "$s13SendbirdUIKit19SBUImageContentViewC15widthConstraintSo08NSLayoutG0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -348543,9 +349630,9 @@
"mangledName": "$s13SendbirdUIKit19SBUImageContentViewC16heightConstraintSo08NSLayoutG0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -348977,6 +350064,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -350597,6 +351691,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -351387,9 +352488,9 @@
"mangledName": "$s13SendbirdUIKit22SBUUserMessageTextViewC04textF0AA016SBULinkClickableeF0Cvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -351887,9 +352988,9 @@
"mangledName": "$s13SendbirdUIKit22SBUUserMessageTextViewC8delegateAA0cdeF8Delegate_pSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"ReferenceOwnership",
"AccessControl"
],
@@ -352773,6 +353874,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -359080,6 +360188,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -363281,6 +364396,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -364052,6 +365174,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -367604,8 +368733,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -368331,6 +369460,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -368659,8 +369795,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -368778,8 +369914,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -368982,8 +370118,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -370590,6 +371726,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -371692,6 +372835,48 @@
"protocolReq": true,
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "groupChannelViewModel",
+ "printedName": "groupChannelViewModel(_:didReceiveStreamMessage:forChannel:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "SBUGroupChannelViewModel",
+ "printedName": "SendbirdUIKit.SBUGroupChannelViewModel",
+ "usr": "c:@M@SendbirdUIKit@objc(cs)SBUGroupChannelViewModel"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GroupChannel",
+ "printedName": "SendbirdChatSDK.GroupChannel",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDGroupChannel"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:13SendbirdUIKit32SBUGroupChannelViewModelDelegateP05groupdeF0_23didReceiveStreamMessage03forD0yAA0cdeF0C_0A7ChatSDK04BaseL0CAI05GroupD0CtF",
+ "mangledName": "$s13SendbirdUIKit32SBUGroupChannelViewModelDelegateP05groupdeF0_23didReceiveStreamMessage03forD0yAA0cdeF0C_0A7ChatSDK04BaseL0CAI05GroupD0CtF",
+ "moduleName": "SendbirdUIKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : SendbirdUIKit.SBUGroupChannelViewModelDelegate>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Protocol",
@@ -374954,6 +376139,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -376149,6 +377341,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -377421,6 +378620,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -377605,6 +378811,34 @@
}
]
},
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "SendbirdUIKit"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "SendbirdUIKit"
+ },
+ {
+ "kind": "Import",
+ "name": "SwiftUI",
+ "printedName": "SwiftUI",
+ "declKind": "Import",
+ "moduleName": "SendbirdUIKit"
+ },
+ {
+ "kind": "Import",
+ "name": "DeveloperToolsSupport",
+ "printedName": "DeveloperToolsSupport",
+ "declKind": "Import",
+ "moduleName": "SendbirdUIKit"
+ },
{
"kind": "TypeDecl",
"name": "UIColor",
@@ -378902,6 +380136,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -383670,6 +384911,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -383855,6 +385103,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -384045,6 +385300,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -384224,6 +385486,53 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "hasStreamMessageOnly",
+ "printedName": "hasStreamMessageOnly(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdChatSDK.BaseMessage?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdChatSDK.BaseMessage?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:Sa13SendbirdUIKit0A7ChatSDK11BaseMessageCRbzlE09hasStreamF4Only4withADSgAG_tF",
+ "mangledName": "$sSa13SendbirdUIKit0A7ChatSDK11BaseMessageCRbzlE09hasStreamF4Only4withADSgAG_tF",
+ "moduleName": "SendbirdUIKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : SendbirdChatSDK.BaseMessage>",
+ "sugared_genericSig": "",
+ "declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Struct",
@@ -384244,6 +385553,13 @@
"usr": "s:s24_DestructorSafeContainerP",
"mangledName": "$ss24_DestructorSafeContainerP"
},
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
{
"kind": "Conformance",
"name": "_ArrayProtocol",
@@ -384700,13 +386016,6 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
{
"kind": "Conformance",
"name": "Hashable",
@@ -384751,48 +386060,39 @@
},
{
"kind": "Conformance",
- "name": "DataProtocol",
- "printedName": "DataProtocol",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
"children": [
{
"kind": "TypeWitness",
- "name": "Regions",
- "printedName": "Regions",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
"children": [
{
"kind": "TypeNominal",
- "name": "CollectionOfOne",
- "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Array",
- "printedName": "[Swift.UInt8]",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UInt8",
- "printedName": "Swift.UInt8",
- "usr": "s:s5UInt8V"
- }
- ],
- "usr": "s:Sa"
- }
- ],
- "usr": "s:s15CollectionOfOneV"
+ "name": "NSArray",
+ "printedName": "Foundation.NSArray",
+ "usr": "c:objc(cs)NSArray"
}
]
}
],
- "usr": "s:10Foundation12DataProtocolP",
- "mangledName": "$s10Foundation12DataProtocolP"
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
},
{
"kind": "Conformance",
- "name": "MutableDataProtocol",
- "printedName": "MutableDataProtocol",
- "usr": "s:10Foundation19MutableDataProtocolP",
- "mangledName": "$s10Foundation19MutableDataProtocolP"
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ContiguousBytes",
+ "printedName": "ContiguousBytes",
+ "usr": "s:10Foundation15ContiguousBytesP",
+ "mangledName": "$s10Foundation15ContiguousBytesP"
},
{
"kind": "Conformance",
@@ -384838,39 +386138,48 @@
},
{
"kind": "Conformance",
- "name": "_ObjectiveCBridgeable",
- "printedName": "_ObjectiveCBridgeable",
+ "name": "DataProtocol",
+ "printedName": "DataProtocol",
"children": [
{
"kind": "TypeWitness",
- "name": "_ObjectiveCType",
- "printedName": "_ObjectiveCType",
+ "name": "Regions",
+ "printedName": "Regions",
"children": [
{
"kind": "TypeNominal",
- "name": "NSArray",
- "printedName": "Foundation.NSArray",
- "usr": "c:objc(cs)NSArray"
+ "name": "CollectionOfOne",
+ "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.UInt8]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s15CollectionOfOneV"
}
]
}
],
- "usr": "s:s21_ObjectiveCBridgeableP",
- "mangledName": "$ss21_ObjectiveCBridgeableP"
- },
- {
- "kind": "Conformance",
- "name": "CVarArg",
- "printedName": "CVarArg",
- "usr": "s:s7CVarArgP",
- "mangledName": "$ss7CVarArgP"
+ "usr": "s:10Foundation12DataProtocolP",
+ "mangledName": "$s10Foundation12DataProtocolP"
},
{
"kind": "Conformance",
- "name": "ContiguousBytes",
- "printedName": "ContiguousBytes",
- "usr": "s:10Foundation15ContiguousBytesP",
- "mangledName": "$s10Foundation15ContiguousBytesP"
+ "name": "MutableDataProtocol",
+ "printedName": "MutableDataProtocol",
+ "usr": "s:10Foundation19MutableDataProtocolP",
+ "mangledName": "$s10Foundation19MutableDataProtocolP"
}
]
},
@@ -385157,8 +386466,8 @@
"moduleName": "SendbirdUIKit",
"static": true,
"declAttributes": [
- "Custom",
"Final",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -386114,30 +387423,18 @@
"usr": "s:10Foundation4DateV",
"mangledName": "$s10Foundation4DateV",
"moduleName": "Foundation",
+ "intro_Macosx": "10.10",
+ "intro_iOS": "8.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "2.0",
+ "declAttributes": [
+ "Available",
+ "Available",
+ "Available",
+ "Available"
+ ],
"isExternal": true,
"conformances": [
- {
- "kind": "Conformance",
- "name": "ReferenceConvertible",
- "printedName": "ReferenceConvertible",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "ReferenceType",
- "printedName": "ReferenceType",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "NSDate",
- "printedName": "Foundation.NSDate",
- "usr": "c:objc(cs)NSDate"
- }
- ]
- }
- ],
- "usr": "s:10Foundation20ReferenceConvertibleP",
- "mangledName": "$s10Foundation20ReferenceConvertibleP"
- },
{
"kind": "Conformance",
"name": "Comparable",
@@ -386145,6 +387442,13 @@
"usr": "s:SL",
"mangledName": "$sSL"
},
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -386159,35 +387463,6 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
- {
- "kind": "Conformance",
- "name": "Strideable",
- "printedName": "Strideable",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "Stride",
- "printedName": "Stride",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Double",
- "printedName": "Swift.Double",
- "usr": "s:Sd"
- }
- ]
- }
- ],
- "usr": "s:Sx",
- "mangledName": "$sSx"
- },
{
"kind": "Conformance",
"name": "CustomDebugStringConvertible",
@@ -386209,6 +387484,42 @@
"usr": "s:s17CustomReflectableP",
"mangledName": "$ss17CustomReflectableP"
},
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ReferenceConvertible",
+ "printedName": "ReferenceConvertible",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ReferenceType",
+ "printedName": "ReferenceType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDate",
+ "printedName": "Foundation.NSDate",
+ "usr": "c:objc(cs)NSDate"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation20ReferenceConvertibleP",
+ "mangledName": "$s10Foundation20ReferenceConvertibleP"
+ },
{
"kind": "Conformance",
"name": "_ObjectiveCBridgeable",
@@ -386240,17 +387551,25 @@
},
{
"kind": "Conformance",
- "name": "Decodable",
- "printedName": "Decodable",
- "usr": "s:Se",
- "mangledName": "$sSe"
- },
- {
- "kind": "Conformance",
- "name": "Encodable",
- "printedName": "Encodable",
- "usr": "s:SE",
- "mangledName": "$sSE"
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
}
]
},
@@ -386476,6 +387795,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -386489,6 +387815,104 @@
"json_format_version": 8
},
"ConstValues": [
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1733,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2158,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3282,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4695,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4705,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4713,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4724,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6732,
+ "length": 32,
+ "value": "\"[Failed] Channel object is nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7316,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7595,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7628,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7631,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9982,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10037,
+ "length": 2,
+ "value": "\"\""
+ },
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
"kind": "StringLiteral",
@@ -386503,6 +387927,118 @@
"length": 1,
"value": "8"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1547,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1558,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1567,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1578,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1653,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1665,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1753,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1843,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1874,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1936,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2054,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3206,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3822,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5478,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5819,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "Array",
+ "offset": 5891,
+ "length": 2,
+ "value": "[]"
+ },
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
@@ -386610,13163 +388146,55569 @@
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 19470,
- "length": 4,
- "value": "true"
+ "kind": "Array",
+ "offset": 18853,
+ "length": 2,
+ "value": "[]"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 19510,
- "length": 5,
- "value": "false"
+ "kind": "Array",
+ "offset": 19206,
+ "length": 2,
+ "value": "[]"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 25360,
+ "offset": 19470,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 53929,
+ "offset": 19510,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 57605,
+ "offset": 20306,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 57668,
+ "offset": 20411,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 57751,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 59376,
+ "offset": 20467,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 59439,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 20552,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 59522,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 341,
- "length": 11,
- "value": "\"templates\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 440,
- "length": 11,
- "value": "\"templates\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 4000,
- "length": 58,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 4032,
- "length": 1,
- "value": "\".queue.diskcache.template\""
+ "kind": "IntegerLiteral",
+ "offset": 20558,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 4131,
+ "offset": 20686,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 4170,
- "length": 30,
- "value": "\"sbu_template_list_updated_at\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "BooleanLiteral",
- "offset": 5119,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "Dictionary",
- "offset": 13780,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Common.swift",
- "kind": "BooleanLiteral",
- "offset": 517,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1326,
+ "offset": 20692,
"length": 2,
- "value": "16"
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1760,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 20827,
"length": 4,
- "value": "true"
+ "value": "44.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 984,
+ "offset": 20881,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 996,
+ "offset": 21874,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 488,
+ "offset": 21884,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 557,
+ "offset": 21892,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 648,
+ "offset": 21903,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "FloatLiteral",
- "offset": 700,
- "length": 5,
- "value": "380.0"
+ "offset": 24161,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 750,
- "length": 5,
- "value": "276.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24390,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 810,
- "length": 5,
- "value": "294.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24439,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 869,
- "length": 5,
- "value": "274.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25360,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1114,
- "length": 5,
- "value": "false"
+ "offset": 25690,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1141,
+ "offset": 25891,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2814,
- "length": 1,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 27230,
+ "length": 44,
+ "value": "\"Couldn't find cell for row at \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2955,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 27273,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 2996,
+ "offset": 27355,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 3172,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28677,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 3246,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 30234,
+ "length": 50,
+ "value": "\"[Request] Delete message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 3326,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 30283,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
- "kind": "FloatLiteral",
- "offset": 3267,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32419,
"length": 4,
- "value": "76.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
- "kind": "StringLiteral",
- "offset": 6967,
- "length": 24,
- "value": "\"uploadableFileInfoList\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34465,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
- "kind": "StringLiteral",
- "offset": 7023,
- "length": 7,
- "value": "\"image\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "Array",
+ "offset": 34974,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
- "kind": "StringLiteral",
- "offset": 7060,
- "length": 5,
- "value": "\"gif\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37814,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
- "kind": "StringLiteral",
- "offset": 7097,
- "length": 7,
- "value": "\"video\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38530,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 7445,
+ "offset": 45029,
"length": 1,
- "value": "1"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "StringLiteral",
- "offset": 997,
+ "offset": 45348,
"length": 32,
- "value": "\"SendbirdUIKit.SBUGroupChannelSettingsViewModel\""
+ "value": "\"Needs to implement this method\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUHighlightMessageInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1102,
+ "offset": 46743,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 385,
- "length": 21,
- "value": "\"notificationSetting\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47082,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "StringLiteral",
- "offset": 494,
- "length": 21,
- "value": "\"notificationSetting\""
+ "offset": 47864,
+ "length": 14,
+ "value": "\"unknown Type\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 4601,
- "length": 55,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48438,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 4633,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48504,
"length": 1,
- "value": "\".queue.diskcache.theme\""
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 4729,
+ "offset": 48639,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48689,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 4774,
- "length": 45,
- "value": "\"sbu_global_notification_settings_updated_at\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48810,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 4847,
- "length": 45,
- "value": "\"sbu_global_notification_settings_theme_mode\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48864,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "BooleanLiteral",
- "offset": 5799,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49016,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUAdminMessageCellParams.swift",
- "kind": "StringLiteral",
- "offset": 201,
- "length": 25,
- "value": "\"SendbirdUIKit.SBUAdminMessageCellParams\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49086,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
- "kind": "StringLiteral",
- "offset": 614,
- "length": 28,
- "value": "\"SendbirdUIKit.SBURegisterOperatorViewModel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49639,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
- "kind": "BooleanLiteral",
- "offset": 3064,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49829,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUDashboardConfig.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 440,
+ "offset": 50013,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50553,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
- "kind": "StringLiteral",
- "offset": 567,
- "length": 22,
- "value": "\"SendbirdUIKit.SBUInviteUserViewModel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50647,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 496,
+ "offset": 50735,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 505,
+ "offset": 50796,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 516,
+ "offset": 50900,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 526,
+ "offset": 51004,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
- "kind": "Array",
- "offset": 572,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 52386,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
- "kind": "Array",
- "offset": 614,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 53380,
"length": 2,
- "value": "[]"
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 916,
- "length": 4,
- "value": "true"
+ "offset": 53572,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1398,
+ "offset": 53740,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1407,
+ "offset": 53775,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1418,
+ "offset": 53916,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1428,
+ "offset": 54110,
"length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
- "kind": "BooleanLiteral",
- "offset": 1611,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.Header.swift",
- "kind": "BooleanLiteral",
- "offset": 5908,
- "length": 4,
- "value": "true"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1084,
+ "offset": 54367,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1192,
+ "offset": 54800,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1366,
+ "offset": 54812,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1529,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 54847,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1908,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 55249,
+ "length": 46,
+ "value": "\"New messages inserted : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 2413,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 55294,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 2454,
+ "offset": 55408,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 2500,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 2554,
+ "offset": 55849,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
- "kind": "FloatLiteral",
- "offset": 790,
- "length": 4,
- "value": "64.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 56235,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 4411,
+ "offset": 57248,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/ChannelSettingItem\/SBUChannelSettingItem.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1048,
- "length": 4,
- "value": "true"
+ "offset": 57311,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/ChannelSettingItem\/SBUChannelSettingItem.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1098,
+ "offset": 57394,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 382,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 57563,
+ "length": 45,
+ "value": "\"Couldn't find message with ID: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 433,
- "length": 4,
- "value": "16.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 57607,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 489,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 57749,
"length": 5,
- "value": "16.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 545,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 57966,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 595,
+ "offset": 59019,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 756,
+ "offset": 59082,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 59165,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
- "kind": "BooleanLiteral",
- "offset": 1439,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 59342,
+ "length": 53,
+ "value": "\"Couldn't find message with ID: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
- "kind": "IntegerLiteral",
- "offset": 1826,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 59394,
"length": 2,
- "value": "24"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1706,
+ "offset": 59532,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1988,
+ "offset": 59749,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 2204,
- "length": 4,
- "value": "34.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 59935,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 2251,
- "length": 4,
- "value": "24.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 60381,
+ "length": 62,
+ "value": "\"The cell for row at \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "StringLiteral",
- "offset": 936,
- "length": 24,
- "value": "\"SendbirdUIKit.SBUChannelInfoHeaderView\""
+ "offset": 60414,
+ "length": 2,
+ "value": "\" is not `SBUBaseMessageCell`\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 397,
+ "offset": 61053,
"length": 1,
- "value": "8"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 293,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 61069,
"length": 5,
- "value": "219.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 301,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 61200,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 315,
- "length": 5,
- "value": "209.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 61947,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 323,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 61963,
"length": 5,
- "value": "255.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 336,
- "length": 3,
- "value": "1.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 348,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 62094,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 401,
- "length": 5,
- "value": "194.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63069,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 409,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 341,
+ "length": 11,
+ "value": "\"templates\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 423,
- "length": 5,
- "value": "169.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 440,
+ "length": 11,
+ "value": "\"templates\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 431,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 1525,
+ "length": 28,
+ "value": "\"No have templates in cache\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 444,
- "length": 5,
- "value": "250.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 4000,
+ "length": 58,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 452,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 4032,
+ "length": 1,
+ "value": "\".queue.diskcache.template\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 466,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4131,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 519,
- "length": 5,
- "value": "116.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 4170,
+ "length": 30,
+ "value": "\"sbu_template_list_updated_at\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 527,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4866,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 541,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5119,
"length": 4,
- "value": "45.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 548,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6912,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 561,
- "length": 5,
- "value": "221.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "Dictionary",
+ "offset": 6955,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 569,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7095,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 583,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 7788,
+ "length": 49,
+ "value": "\"Failed to save template to disk cache: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 636,
- "length": 4,
- "value": "98.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 7836,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 643,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8471,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 657,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8863,
"length": 4,
- "value": "17.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 664,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 9443,
+ "length": 33,
+ "value": "\"Could not remove file: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 677,
- "length": 5,
- "value": "200.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 9475,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 685,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 9942,
+ "length": 33,
+ "value": "\"Could not remove path: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 699,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 9974,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 752,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10274,
"length": 4,
- "value": "73.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 759,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 10315,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 773,
- "length": 4,
- "value": "19.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 10406,
+ "length": 20,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 780,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 10424,
+ "length": 1,
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 793,
- "length": 5,
- "value": "137.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 11523,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 801,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11977,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 815,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 12059,
+ "length": 43,
+ "value": "\"Error writing to file: lastTokenKey value\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "Dictionary",
+ "offset": 12854,
"length": 3,
- "value": "1.0"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 900,
- "length": 5,
- "value": "168.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "Dictionary",
+ "offset": 13780,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 908,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 13950,
+ "length": 27,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 922,
- "length": 5,
- "value": "226.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 13963,
+ "length": 1,
+ "value": "\"_\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 930,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 13976,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 943,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Common.swift",
+ "kind": "BooleanLiteral",
+ "offset": 517,
"length": 5,
- "value": "171.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 951,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1326,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 965,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1760,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1020,
- "length": 5,
- "value": "105.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3602,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1028,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4151,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1042,
- "length": 5,
- "value": "192.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4162,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1050,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4227,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1063,
- "length": 5,
- "value": "133.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4766,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1071,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4770,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1085,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4822,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1140,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5102,
"length": 4,
- "value": "37.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1147,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 1673,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1161,
- "length": 5,
- "value": "156.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 984,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1169,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 996,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1182,
- "length": 5,
- "value": "114.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1055,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1190,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1186,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1204,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1197,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1259,
- "length": 3,
- "value": "2.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1234,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1265,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1264,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1279,
- "length": 5,
- "value": "125.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1331,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1287,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 383,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1300,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 648,
"length": 5,
- "value": "105.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1308,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 682,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1322,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 774,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1377,
- "length": 3,
- "value": "6.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 998,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1383,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1111,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1397,
- "length": 5,
- "value": "104.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1271,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1405,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1440,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1418,
- "length": 4,
- "value": "88.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1869,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1425,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1933,
+ "length": 2,
+ "value": "46"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1439,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2045,
+ "length": 2,
+ "value": "54"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1527,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2057,
+ "length": 2,
+ "value": "30"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1539,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2239,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1597,
- "length": 5,
- "value": "238.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2338,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1605,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 488,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1619,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 557,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1677,
- "length": 5,
- "value": "224.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 648,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 1685,
+ "offset": 700,
"length": 5,
- "value": "255.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1699,
- "length": 3,
- "value": "1.0"
+ "value": "380.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 1757,
+ "offset": 750,
"length": 5,
- "value": "189.0"
+ "value": "276.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 1765,
+ "offset": 810,
"length": 5,
- "value": "255.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1779,
- "length": 3,
- "value": "1.0"
+ "value": "294.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 1837,
- "length": 4,
- "value": "57.0"
+ "offset": 869,
+ "length": 5,
+ "value": "274.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1844,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1114,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1858,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1141,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1916,
- "length": 4,
- "value": "44.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2057,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1923,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2814,
+ "length": 1,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1937,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2955,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1995,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2996,
"length": 4,
- "value": "22.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2002,
- "length": 5,
- "value": "255.0"
+ "offset": 3172,
+ "length": 3,
+ "value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2016,
+ "offset": 3246,
"length": 3,
- "value": "1.0"
+ "value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2074,
+ "offset": 3326,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2086,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 4313,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2168,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 4380,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2180,
- "length": 4,
- "value": "0.55"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 4537,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2235,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 4747,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2247,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5185,
"length": 4,
- "value": "0.32"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2331,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5374,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2343,
- "length": 4,
- "value": "0.88"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6939,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6965,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2398,
+ "offset": 7259,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2410,
+ "offset": 7288,
"length": 3,
- "value": "0.5"
+ "value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2464,
+ "offset": 7318,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2476,
- "length": 4,
- "value": "0.38"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7526,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2531,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7555,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2543,
- "length": 4,
- "value": "0.12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7742,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2625,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7771,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2637,
- "length": 4,
- "value": "0.88"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7844,
+ "length": 2,
+ "value": "26"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2691,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7849,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2703,
- "length": 3,
- "value": "0.5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7854,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2756,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8165,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2768,
- "length": 4,
- "value": "0.38"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8192,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2822,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8775,
"length": 3,
- "value": "1.0"
+ "value": "251"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2834,
- "length": 4,
- "value": "0.12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8863,
+ "length": 2,
+ "value": "26"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2912,
- "length": 5,
- "value": "253.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8875,
+ "length": 2,
+ "value": "26"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2920,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8932,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2934,
- "length": 5,
- "value": "170.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8989,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2942,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9120,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2955,
- "length": 5,
- "value": "170.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10704,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2963,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 11189,
+ "length": 10,
+ "value": "\"sub_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2977,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 11215,
"length": 3,
- "value": "1.0"
+ "value": "\"0\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3028,
- "length": 5,
- "value": "246.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11254,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3036,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 11364,
+ "length": 10,
+ "value": "\"sub_data\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3050,
- "length": 4,
- "value": "97.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11468,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3057,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12018,
"length": 5,
- "value": "255.0"
+ "value": "\"\\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3070,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12031,
+ "length": 7,
+ "value": "\"\\\\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12106,
"length": 4,
- "value": "97.0"
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3077,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12118,
"length": 5,
- "value": "255.0"
+ "value": "\"\\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3091,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12294,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3142,
- "length": 5,
- "value": "222.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12361,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3150,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12499,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3164,
- "length": 4,
- "value": "54.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12548,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3171,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12572,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3184,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12662,
"length": 4,
- "value": "11.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3191,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13839,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3205,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14385,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3256,
- "length": 5,
- "value": "191.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 16293,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3264,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16681,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3278,
- "length": 3,
- "value": "7.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "Array",
+ "offset": 16783,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3284,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "Array",
+ "offset": 16932,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3297,
- "length": 4,
- "value": "17.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17010,
+ "length": 14,
+ "value": "\"template_key\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3304,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17071,
+ "length": 6,
+ "value": "\"tags\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3318,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "Array",
+ "offset": 17095,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3369,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17202,
"length": 5,
- "value": "157.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3377,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17327,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3391,
- "length": 3,
- "value": "9.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17363,
+ "length": 12,
+ "value": "\"noti:stats\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3397,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17397,
+ "length": 9,
+ "value": "\"clicked\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3410,
- "length": 4,
- "value": "30.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17428,
+ "length": 14,
+ "value": "\"notification\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3417,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17563,
+ "length": 8,
+ "value": "\"action\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3431,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17597,
+ "length": 14,
+ "value": "\"template_key\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3517,
- "length": 5,
- "value": "173.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17642,
+ "length": 13,
+ "value": "\"channel_url\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3525,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17693,
+ "length": 6,
+ "value": "\"tags\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3539,
- "length": 5,
- "value": "201.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17723,
+ "length": 12,
+ "value": "\"message_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3547,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17772,
+ "length": 8,
+ "value": "\"source\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3560,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17806,
+ "length": 12,
+ "value": "\"message_ts\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3572,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17855,
+ "length": 29,
+ "value": "\"notification_event_deadline\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3650,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17973,
+ "length": 79,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3662,
- "length": 5,
- "value": "242.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17989,
+ "length": 9,
+ "value": "\"Succeed\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3670,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 18001,
+ "length": 8,
+ "value": "\"Failed\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3683,
- "length": 5,
- "value": "182.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 18010,
+ "length": 1,
+ "value": "\"] SendbirdStatistics - \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3691,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 18040,
+ "length": 1,
+ "value": "\", \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3705,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 18051,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 1102,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 3267,
+ "length": 4,
+ "value": "76.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
- "kind": "BooleanLiteral",
- "offset": 484,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "Array",
+ "offset": 4037,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
- "kind": "BooleanLiteral",
- "offset": 1363,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 4449,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1512,
- "length": 4,
- "value": "true"
+ "offset": 5627,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 2129,
- "length": 4,
- "value": "true"
+ "offset": 5683,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
- "kind": "BooleanLiteral",
- "offset": 2283,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 5916,
"length": 4,
- "value": "true"
+ "value": "44.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1163,
- "length": 2,
- "value": "10"
+ "offset": 5970,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1201,
- "length": 2,
- "value": "20"
+ "offset": 6362,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1352,
+ "offset": 6372,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "FloatLiteral",
- "offset": 1705,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6380,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "Array",
- "offset": 1993,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6391,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 3006,
+ "offset": 9582,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "FloatLiteral",
- "offset": 3151,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 9985,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10440,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11528,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 6967,
+ "length": 24,
+ "value": "\"uploadableFileInfoList\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7023,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7060,
+ "length": 5,
+ "value": "\"gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7097,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7445,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9675,
+ "length": 105,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 9090,
+ "offset": 9768,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9775,
+ "length": 1,
+ "value": "\".jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9812,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 10108,
+ "length": 24,
+ "value": "\"Failed to get mimeType\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 10231,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 20107,
+ "offset": 12116,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "Dictionary",
+ "offset": 12348,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 13299,
+ "length": 118,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 20858,
+ "offset": 13392,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 13399,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 13416,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 14648,
+ "length": 118,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 21621,
+ "offset": 14741,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 14748,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 14765,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 27195,
+ "offset": 17355,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 17533,
+ "length": 105,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 37229,
+ "offset": 17626,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 17633,
+ "length": 1,
+ "value": "\".jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 17851,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 45165,
+ "offset": 18769,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "StringLiteral",
- "offset": 54472,
- "length": 23,
- "value": "\"SendbirdUIKit.MessageTemplateBaseView\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19771,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "FloatLiteral",
- "offset": 57458,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20268,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "Dictionary",
+ "offset": 24279,
"length": 3,
- "value": "0.0"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 65806,
+ "offset": 25503,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "StringLiteral",
- "offset": 1095,
- "length": 23,
- "value": "\"SendbirdUIKit.MessageTemplateRenderer\""
+ "offset": 25621,
+ "length": 22,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "IntegerLiteral",
- "offset": 70359,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25633,
"length": 1,
- "value": "0"
+ "value": "\"_\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "IntegerLiteral",
- "offset": 70595,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25642,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "IntegerLiteral",
- "offset": 71043,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25730,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25742,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
- "kind": "IntegerLiteral",
- "offset": 2466,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25759,
"length": 1,
- "value": "4"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 957,
+ "offset": 27647,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27741,
+ "length": 22,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27753,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27762,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27826,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27838,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27855,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 28679,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 1100,
+ "offset": 28766,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 3883,
+ "offset": 28828,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUMessageWebViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 786,
+ "offset": 30628,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUMessageWebViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 815,
+ "offset": 30687,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUStackView.swift",
- "kind": "FloatLiteral",
- "offset": 512,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31293,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
- "kind": "IntegerLiteral",
- "offset": 2557,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31653,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "IntegerLiteral",
- "offset": 2731,
+ "offset": 32206,
"length": 1,
- "value": "3"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "IntegerLiteral",
- "offset": 3257,
+ "offset": 32211,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
- "kind": "StringLiteral",
- "offset": 1826,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 1865,
+ "offset": 32267,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
- "kind": "IntegerLiteral",
- "offset": 4557,
- "length": 2,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32329,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 4884,
- "length": 4,
- "value": "true"
+ "offset": 32408,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 6364,
+ "offset": 32471,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 34271,
+ "length": 41,
+ "value": "\"`SBUGlobals.userMentionConfig` is `nil`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 34474,
+ "length": 92,
+ "value": "\"User mention features are disabled. See `SBUGlobals.isMentionEnabled` for more information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 9130,
+ "offset": 34707,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
- "kind": "StringLiteral",
- "offset": 246,
- "length": 15,
- "value": "\"Group Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35065,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
- "kind": "StringLiteral",
- "offset": 300,
- "length": 14,
- "value": "\"Open Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35294,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 2537,
+ "offset": 35459,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 842,
- "length": 5,
- "value": "\"key\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35545,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 925,
- "length": 27,
- "value": "\"messages_after_submission\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35677,
+ "length": 2,
+ "value": "44"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 842,
- "length": 5,
- "value": "\"key\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35868,
+ "length": 3,
+ "value": "164"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 925,
- "length": 27,
- "value": "\"messages_after_submission\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35921,
+ "length": 3,
+ "value": "196"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36056,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 3980,
+ "offset": 36771,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 4466,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36839,
"length": 5,
- "value": "\"key\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 4524,
- "length": 12,
- "value": "\"input_type\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36959,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 4466,
- "length": 5,
- "value": "\"key\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37064,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 4524,
- "length": 12,
- "value": "\"input_type\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37077,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 339,
- "length": 8,
- "value": "\"Cancel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37334,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 375,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37403,
+ "length": 3,
+ "value": "196"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37471,
"length": 4,
- "value": "\"OK\""
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 410,
- "length": 7,
- "value": "\"Retry\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "Array",
+ "offset": 37766,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 447,
- "length": 6,
- "value": "\"Save\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38279,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 483,
- "length": 6,
- "value": "\"Copy\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38875,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 521,
- "length": 8,
- "value": "\"Delete\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39053,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 559,
- "length": 6,
- "value": "\"Edit\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39456,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 597,
- "length": 8,
- "value": "\"Remove\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39937,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 637,
- "length": 8,
- "value": "\"Camera\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40733,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 688,
- "length": 15,
- "value": "\"Photo library\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41058,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 737,
- "length": 7,
- "value": "\"Files\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42251,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "StringLiteral",
- "offset": 777,
- "length": 12,
- "value": "\"Loading...\""
+ "offset": 43423,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 821,
- "length": 8,
- "value": "\"Invite\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 45001,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUOpenChannelViewController.Deprecated.swift",
"kind": "StringLiteral",
- "offset": 864,
- "length": 12,
- "value": "\"Take photo\""
+ "offset": 3791,
+ "length": 26,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUOpenChannelViewController.Deprecated.swift",
"kind": "StringLiteral",
- "offset": 913,
- "length": 14,
- "value": "\"Choose photo\""
+ "offset": 3812,
+ "length": 4,
+ "value": "\"Cell\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.Deprecated.swift",
"kind": "StringLiteral",
- "offset": 964,
- "length": 14,
- "value": "\"Remove photo\""
+ "offset": 1180,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1015,
- "length": 14,
- "value": "\"View library\""
+ "offset": 2179,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1061,
- "length": 8,
- "value": "\"Search\""
+ "offset": 2225,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1103,
- "length": 10,
- "value": "\"Settings\""
+ "offset": 2245,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1144,
- "length": 7,
- "value": "\"Reply\""
+ "offset": 2639,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1183,
- "length": 8,
- "value": "\"Submit\""
+ "offset": 2685,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1265,
- "length": 34,
- "value": "\"Are you sure you want to delete?\""
+ "offset": 2705,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 1393,
- "length": 41,
- "value": "\"Do you want to delete all \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 3282,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1425,
- "length": 6,
- "value": "\" photos?\""
+ "offset": 3910,
+ "length": 26,
+ "value": "\"[Request] Channel update\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 1491,
- "length": 41,
- "value": "\"Please allow camera usage from settings\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3986,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 1589,
- "length": 34,
- "value": "\"Please Allow PhotoLibrary Access\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4138,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 1688,
- "length": 60,
- "value": "\"PhotoLibrary access required to get your photos and videos\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4310,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4969,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5149,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1872,
- "length": 45,
- "value": "\"Please allow microphone usage from settings\""
+ "offset": 997,
+ "length": 32,
+ "value": "\"SendbirdUIKit.SBUGroupChannelSettingsViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUHighlightMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1102,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUHighlightMessageInfo.swift",
"kind": "StringLiteral",
- "offset": 1985,
- "length": 11,
- "value": "\"Yesterday\""
+ "offset": 1508,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUHighlightMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1605,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2092,
- "length": 8,
- "value": "\"%lld%@\""
+ "offset": 385,
+ "length": 21,
+ "value": "\"notificationSetting\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 2122,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 494,
+ "length": 21,
+ "value": "\"notificationSetting\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2127,
- "length": 7,
- "value": "\"years\""
+ "offset": 1977,
+ "length": 25,
+ "value": "\"No have themes in cache\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2137,
- "length": 6,
- "value": "\"year\""
+ "offset": 4601,
+ "length": 55,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2245,
- "length": 8,
- "value": "\"%lld%@\""
+ "offset": 4633,
+ "length": 1,
+ "value": "\".queue.diskcache.theme\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "IntegerLiteral",
- "offset": 2275,
+ "offset": 4729,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2280,
- "length": 6,
- "value": "\"days\""
+ "offset": 4774,
+ "length": 45,
+ "value": "\"sbu_global_notification_settings_updated_at\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2289,
- "length": 5,
- "value": "\"day\""
+ "offset": 4847,
+ "length": 45,
+ "value": "\"sbu_global_notification_settings_theme_mode\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2398,
- "length": 11,
- "value": "\"%lldmonth\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5546,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2522,
- "length": 7,
- "value": "\"%lldh\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5799,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2641,
- "length": 7,
- "value": "\"%lldm\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7648,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2699,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "Dictionary",
+ "offset": 7688,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7825,
"length": 5,
- "value": "\"ago\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2737,
- "length": 4,
- "value": "\"on\""
+ "offset": 8502,
+ "length": 46,
+ "value": "\"Failed to save theme to disk cache: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2820,
- "length": 10,
- "value": "\"Channels\""
+ "offset": 8547,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2885,
- "length": 18,
- "value": "\"uploaded a file.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9182,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2973,
- "length": 15,
- "value": "\"Group Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9574,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3037,
- "length": 14,
- "value": "\"(No members)\""
+ "offset": 10154,
+ "length": 33,
+ "value": "\"Could not remove file: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3100,
- "length": 11,
- "value": "\"Last seen\""
+ "offset": 10186,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3407,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 10653,
+ "length": 33,
+ "value": "\"Could not remove path: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3446,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 10685,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3476,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10985,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3490,
- "length": 8,
- "value": "\"Member\""
+ "offset": 11026,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3533,
- "length": 17,
- "value": "\"%@ is typing...\""
+ "offset": 11117,
+ "length": 20,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3575,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 11135,
"length": 1,
- "value": "2"
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "IntegerLiteral",
- "offset": 3615,
+ "offset": 12082,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "IntegerLiteral",
- "offset": 3645,
+ "offset": 12367,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3659,
- "length": 8,
- "value": "\"Member\""
+ "offset": 12801,
+ "length": 10,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 12810,
"length": 1,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3735,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12901,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3749,
- "length": 8,
- "value": "\"Member\""
+ "offset": 12983,
+ "length": 49,
+ "value": "\"Error writing to file: lastUpdatedTimeKey value\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3792,
- "length": 25,
- "value": "\"%@ and %@ are typing...\""
+ "offset": 13904,
+ "length": 9,
+ "value": "\"default\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 3877,
- "length": 30,
- "value": "\"Several people are typing...\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14362,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3978,
- "length": 13,
- "value": "\"File saved.\""
+ "offset": 14444,
+ "length": 43,
+ "value": "\"Error writing to file: themeModeKey value\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4046,
- "length": 27,
- "value": "\"Couldn’t download file.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "Dictionary",
+ "offset": 15289,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUAdminMessageCellParams.swift",
"kind": "StringLiteral",
- "offset": 4124,
- "length": 23,
- "value": "\"Couldn’t open file.\""
+ "offset": 201,
+ "length": 25,
+ "value": "\"SendbirdUIKit.SBUAdminMessageCellParams\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4197,
- "length": 17,
- "value": "\"uploaded a file\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2731,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4323,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2757,
+ "length": 38,
+ "value": "\"[Request] Register users: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
"kind": "StringLiteral",
- "offset": 4345,
- "length": 15,
- "value": "\"1 new message\""
+ "offset": 2794,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4374,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2978,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4378,
- "length": 2,
- "value": "99"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3100,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
"kind": "StringLiteral",
- "offset": 4401,
- "length": 23,
- "value": "\"\""
+ "offset": 3181,
+ "length": 42,
+ "value": "\"[Succeed] Register users request success\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
"kind": "StringLiteral",
- "offset": 4410,
- "length": 3,
- "value": "\" new messages\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4438,
- "length": 3,
- "value": "100"
+ "offset": 614,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBURegisterOperatorViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4465,
- "length": 18,
- "value": "\"99+ new messages\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2656,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4520,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2733,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4591,
- "length": 16,
- "value": "\"Channel frozen\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2797,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4691,
- "length": 14,
- "value": "\"Open Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3064,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 4756,
- "length": 14,
- "value": "\"Participants\""
+ "offset": 4317,
+ "length": 105,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4891,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4410,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 4913,
- "length": 15,
- "value": "\"1 participant\""
+ "offset": 4417,
+ "length": 1,
+ "value": "\".jpg\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 4965,
- "length": 23,
- "value": "\"\""
+ "offset": 4454,
+ "length": 12,
+ "value": "\"image\/jpeg\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 4974,
- "length": 12,
- "value": "\" participants\""
+ "offset": 4695,
+ "length": 24,
+ "value": "\"Failed to get mimeType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5194,
- "length": 44,
- "value": "\"SENDBIRD_NOTIFICATION_CHANNEL_NOTIFICATION\""
+ "offset": 4818,
+ "length": 11,
+ "value": "\"image\/gif\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6492,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "Dictionary",
+ "offset": 6724,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5531,
- "length": 59,
+ "offset": 7633,
+ "length": 118,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7726,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5579,
+ "offset": 7733,
"length": 1,
- "value": "\"_\""
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5589,
+ "offset": 7750,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5732,
- "length": 15,
- "value": "\"Notifications\""
+ "offset": 8759,
+ "length": 118,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 5833,
- "length": 21,
- "value": "\"Channel information\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8852,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5907,
- "length": 13,
- "value": "\"Change name\""
+ "offset": 8859,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5974,
- "length": 22,
- "value": "\"Change channel image\""
+ "offset": 8876,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6052,
- "length": 12,
- "value": "\"Enter name\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11283,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 6128,
- "length": 20,
- "value": "\"Enter channel name\""
+ "offset": 11461,
+ "length": 105,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6203,
- "length": 15,
- "value": "\"Notifications\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11554,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 6276,
- "length": 4,
- "value": "\"On\""
+ "offset": 11561,
+ "length": 1,
+ "value": "\".jpg\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 6339,
+ "offset": 11777,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12587,
"length": 5,
- "value": "\"Off\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6414,
- "length": 15,
- "value": "\"Mentions only\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13444,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6489,
- "length": 9,
- "value": "\"Members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13503,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6558,
- "length": 14,
- "value": "\"Participants\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14085,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14144,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUDashboardConfig.swift",
"kind": "IntegerLiteral",
- "offset": 6686,
+ "offset": 440,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
"kind": "StringLiteral",
- "offset": 6708,
- "length": 9,
- "value": "\"members\""
+ "offset": 3540,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6754,
- "length": 18,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4040,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6763,
- "length": 7,
- "value": "\" members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4096,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6835,
- "length": 15,
- "value": "\"Leave channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 4329,
+ "length": 4,
+ "value": "44.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6898,
- "length": 16,
- "value": "\"Delete channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4383,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6976,
- "length": 17,
- "value": "\"Delete channel?\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4756,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7053,
- "length": 47,
- "value": "\"Once deleted, this channel can't be restored.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4766,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7148,
- "length": 19,
- "value": "\"Search in channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4774,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7225,
- "length": 13,
- "value": "\"Moderations\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4785,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7289,
- "length": 11,
- "value": "\"Operators\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5599,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
"kind": "StringLiteral",
- "offset": 7355,
- "length": 15,
- "value": "\"Muted members\""
+ "offset": 7961,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7430,
- "length": 20,
- "value": "\"Muted participants\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8354,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7513,
- "length": 14,
- "value": "\"Banned users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8501,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2593,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
"kind": "StringLiteral",
- "offset": 7583,
- "length": 16,
- "value": "\"Freeze channel\""
+ "offset": 2619,
+ "length": 34,
+ "value": "\"Request invite users: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
"kind": "StringLiteral",
- "offset": 7649,
+ "offset": 2652,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2855,
"length": 5,
- "value": "\"URL\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7752,
- "length": 15,
- "value": "\"Notifications\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2977,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
"kind": "StringLiteral",
- "offset": 7831,
- "length": 15,
- "value": "\"Notifications\""
+ "offset": 3058,
+ "length": 40,
+ "value": "\"[Succeed] Invite users request success\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
"kind": "StringLiteral",
- "offset": 7900,
- "length": 18,
- "value": "\"All new messages\""
+ "offset": 567,
+ "length": 22,
+ "value": "\"SendbirdUIKit.SBUInviteUserViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7982,
- "length": 15,
- "value": "\"Mentions only\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 496,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8067,
- "length": 100,
- "value": "\"Turn on push notifications if you wish to be notified when messages are delivered to this channel.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 505,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8252,
- "length": 15,
- "value": "\"Enter message\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 516,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8322,
- "length": 37,
- "value": "\"Chat is unavailable in this channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 526,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8408,
- "length": 15,
- "value": "\"You are muted\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 758,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8472,
- "length": 18,
- "value": "\"Reply to message\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 800,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8599,
- "length": 35,
- "value": "\"Reply to \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 971,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8633,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 983,
"length": 1,
- "value": "\"\""
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8698,
- "length": 7,
- "value": "\"Photo\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1034,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8761,
- "length": 5,
- "value": "\"GIF\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1045,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8824,
- "length": 7,
- "value": "\"Video\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1499,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.List.swift",
"kind": "StringLiteral",
- "offset": 8895,
- "length": 10,
- "value": "\"(edited)\""
+ "offset": 2550,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8945,
- "length": 16,
- "value": "\"System message\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3872,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9008,
- "length": 24,
- "value": "\"(Unknown message type)\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3933,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9085,
- "length": 26,
- "value": "\"Can't read this message.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3994,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9242,
- "length": 56,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2893,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9261,
- "length": 7,
- "value": "\" replied to \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3123,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9297,
- "length": 1,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3195,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9341,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3789,
"length": 5,
- "value": "\"You\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9533,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3911,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9555,
- "length": 9,
- "value": "\"1 reply\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4716,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9578,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4838,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9582,
- "length": 2,
- "value": "99"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5750,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9605,
- "length": 30,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5892,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9626,
- "length": 7,
- "value": "\" replies\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6009,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9649,
- "length": 3,
- "value": "100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6545,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9689,
- "length": 13,
- "value": "\"99+ replies\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6931,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9705,
- "length": 30,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7075,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9726,
- "length": 7,
- "value": "\" replies\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7192,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9772,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7730,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "Array",
+ "offset": 572,
"length": 2,
- "value": "\"\""
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9879,
- "length": 52,
- "value": "\"Couldn't find the original message for this reply.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "Array",
+ "offset": 614,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10004,
- "length": 21,
- "value": "\"Message unavailable\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 916,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 10182,
+ "offset": 1398,
"length": 1,
- "value": "1"
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10329,
- "length": 26,
- "value": "\"+\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1407,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10354,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1418,
"length": 1,
- "value": "\"\""
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 10402,
+ "offset": 1428,
"length": 1,
- "value": "1"
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10428,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1611,
"length": 5,
- "value": "\"+99\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10470,
- "length": 2,
- "value": "\"\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10575,
- "length": 18,
- "value": "\"(Template error)\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2041,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10655,
- "length": 31,
- "value": "\"Can't read this notification.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2050,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10751,
- "length": 13,
- "value": "\"No channels\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2061,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10807,
- "length": 13,
- "value": "\"No messages\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2071,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10868,
- "length": 18,
- "value": "\"No notifications\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2120,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10926,
- "length": 10,
- "value": "\"No users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2163,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10984,
- "length": 18,
- "value": "\"No muted members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2495,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11055,
- "length": 23,
- "value": "\"No muted participants\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2562,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11125,
- "length": 17,
- "value": "\"No banned users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2627,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11187,
- "length": 18,
- "value": "\"No results found\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2679,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11242,
- "length": 22,
- "value": "\"Something went wrong\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2933,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 11405,
+ "offset": 2943,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11427,
- "length": 8,
- "value": "\"Create\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2951,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11472,
- "length": 17,
- "value": "\"Create \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2962,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11488,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3086,
"length": 1,
- "value": "\"\""
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11557,
- "length": 13,
- "value": "\"New Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3223,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11631,
- "length": 16,
- "value": "\"Select members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3542,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11707,
- "length": 21,
- "value": "\"New channel profile\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3645,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11818,
- "length": 8,
- "value": "\"Create\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3681,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11882,
- "length": 13,
- "value": "\"New channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4213,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11963,
- "length": 20,
- "value": "\"Enter channel name\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4247,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12066,
- "length": 14,
- "value": "\"Invite users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4339,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12139,
- "length": 14,
- "value": "\"Select users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4368,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 12263,
+ "offset": 4663,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12285,
- "length": 8,
- "value": "\"Invite\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12330,
- "length": 17,
- "value": "\"Invite \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4823,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12346,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4992,
"length": 1,
- "value": "\"\""
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 12475,
+ "offset": 5554,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12497,
- "length": 10,
- "value": "\"Register\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5558,
+ "length": 2,
+ "value": "54"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12544,
- "length": 19,
- "value": "\"Register \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5563,
+ "length": 2,
+ "value": "36"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12562,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5575,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5747,
"length": 1,
- "value": "\"\""
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12642,
- "length": 7,
- "value": "\"(You)\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5809,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12687,
- "length": 5,
- "value": "\"Ban\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5901,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12732,
- "length": 7,
- "value": "\"Unban\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6084,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12778,
- "length": 6,
- "value": "\"Mute\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6273,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12825,
- "length": 8,
- "value": "\"Unmute\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6372,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12887,
- "length": 21,
- "value": "\"Unregister operator\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7200,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12960,
- "length": 22,
- "value": "\"Register as operator\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7477,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13030,
- "length": 9,
- "value": "\"Members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7512,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13089,
- "length": 11,
- "value": "\"Operators\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7916,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8175,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9252,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9328,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5908,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1084,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1192,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1366,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1529,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1908,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2413,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2454,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2500,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2554,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3094,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4973,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5244,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5257,
+ "length": 2,
+ "value": "-8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5266,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5309,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5688,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5752,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7094,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11971,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 13050,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13392,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13398,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 13566,
+ "length": 29,
+ "value": "\"There are no message cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15547,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16203,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17525,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 790,
+ "length": 4,
+ "value": "64.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1500,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1506,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1516,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1855,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1910,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1978,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2022,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2074,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2163,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2213,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2343,
+ "length": 1,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3062,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3155,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3223,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3396,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3490,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3571,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3624,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3688,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3810,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3973,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4067,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4147,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4319,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4413,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4498,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4673,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4767,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4847,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4900,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4967,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5095,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5877,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5989,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7040,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4886,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 5132,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5186,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5474,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5484,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5492,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5503,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 9810,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10126,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10368,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10942,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/ChannelSettingItem\/SBUChannelSettingItem.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1048,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/ChannelSettingItem\/SBUChannelSettingItem.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1098,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 382,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 433,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 489,
+ "length": 5,
+ "value": "-16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 545,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 595,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1384,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1438,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1769,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1822,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2245,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2314,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 690,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 713,
+ "length": 2,
+ "value": "27"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 734,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 901,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1315,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1457,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2026,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3258,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateChannelModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4731,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5722,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 756,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1439,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1826,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2533,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2615,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2801,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2892,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2905,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2960,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3036,
+ "length": 4,
+ "value": "60.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3101,
+ "length": 4,
+ "value": "60.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3165,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3288,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3399,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3853,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "StringLiteral",
+ "offset": 5034,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1988,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2204,
+ "length": 4,
+ "value": "34.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2251,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3012,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3123,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3247,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3846,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3999,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4126,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4264,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4349,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4362,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4469,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4600,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4690,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4798,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4866,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5003,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5016,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 5027,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 5077,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7203,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7315,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "StringLiteral",
+ "offset": 936,
+ "length": 24,
+ "value": "\"SendbirdUIKit.SBUChannelInfoHeaderView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCollectionViewFlowLayout.swift",
+ "kind": "BooleanLiteral",
+ "offset": 382,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCollectionViewFlowLayout.swift",
+ "kind": "Array",
+ "offset": 654,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCollectionViewFlowLayout.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1057,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 835,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 850,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 934,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 940,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1176,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 1247,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1985,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2032,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2045,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2050,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2062,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2066,
+ "length": 3,
+ "value": "0xF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2073,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2084,
+ "length": 3,
+ "value": "0xF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2091,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2108,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2155,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2167,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2178,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2182,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2194,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2213,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2268,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2279,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2284,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2297,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2301,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2313,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2424,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2449,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2473,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2498,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 397,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 856,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 946,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 977,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1039,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1157,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1438,
+ "length": 3,
+ "value": "749"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1596,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1608,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1729,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1752,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1773,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1796,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "Dictionary",
+ "offset": 4264,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5139,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5480,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "Array",
+ "offset": 5552,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 293,
+ "length": 5,
+ "value": "219.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 301,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 315,
+ "length": 5,
+ "value": "209.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 323,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 336,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 348,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 401,
+ "length": 5,
+ "value": "194.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 409,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 423,
+ "length": 5,
+ "value": "169.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 431,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 444,
+ "length": 5,
+ "value": "250.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 452,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 466,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 519,
+ "length": 5,
+ "value": "116.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 527,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 541,
+ "length": 4,
+ "value": "45.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 548,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 561,
+ "length": 5,
+ "value": "221.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 569,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 583,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 636,
+ "length": 4,
+ "value": "98.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 643,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 657,
+ "length": 4,
+ "value": "17.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 664,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 677,
+ "length": 5,
+ "value": "200.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 685,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 699,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 752,
+ "length": 4,
+ "value": "73.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 759,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 773,
+ "length": 4,
+ "value": "19.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 780,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 793,
+ "length": 5,
+ "value": "137.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 801,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 815,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 900,
+ "length": 5,
+ "value": "168.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 908,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 922,
+ "length": 5,
+ "value": "226.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 930,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 943,
+ "length": 5,
+ "value": "171.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 951,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 965,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1020,
+ "length": 5,
+ "value": "105.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1028,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1042,
+ "length": 5,
+ "value": "192.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1050,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1063,
+ "length": 5,
+ "value": "133.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1071,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1085,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1140,
+ "length": 4,
+ "value": "37.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1147,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1161,
+ "length": 5,
+ "value": "156.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1169,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1182,
+ "length": 5,
+ "value": "114.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1190,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1204,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1259,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1265,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1279,
+ "length": 5,
+ "value": "125.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1287,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1300,
+ "length": 5,
+ "value": "105.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1308,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1322,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1377,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1383,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1397,
+ "length": 5,
+ "value": "104.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1405,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1418,
+ "length": 4,
+ "value": "88.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1425,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1439,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1527,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1539,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1597,
+ "length": 5,
+ "value": "238.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1605,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1619,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1677,
+ "length": 5,
+ "value": "224.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1685,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1699,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1757,
+ "length": 5,
+ "value": "189.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1765,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1779,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1837,
+ "length": 4,
+ "value": "57.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1844,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1858,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1916,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1923,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1937,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1995,
+ "length": 4,
+ "value": "22.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2002,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2016,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2074,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2086,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2168,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2180,
+ "length": 4,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2235,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2247,
+ "length": 4,
+ "value": "0.32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2331,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2343,
+ "length": 4,
+ "value": "0.88"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2398,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2410,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2464,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2476,
+ "length": 4,
+ "value": "0.38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2531,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2543,
+ "length": 4,
+ "value": "0.12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2625,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2637,
+ "length": 4,
+ "value": "0.88"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2691,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2703,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2756,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2768,
+ "length": 4,
+ "value": "0.38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2822,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2834,
+ "length": 4,
+ "value": "0.12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2912,
+ "length": 5,
+ "value": "253.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2920,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2934,
+ "length": 5,
+ "value": "170.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2942,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2955,
+ "length": 5,
+ "value": "170.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2963,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2977,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3028,
+ "length": 5,
+ "value": "246.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3036,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3050,
+ "length": 4,
+ "value": "97.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3057,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3070,
+ "length": 4,
+ "value": "97.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3077,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3091,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3142,
+ "length": 5,
+ "value": "222.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3150,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3164,
+ "length": 4,
+ "value": "54.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3171,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3184,
+ "length": 4,
+ "value": "11.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3191,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3205,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3256,
+ "length": 5,
+ "value": "191.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3264,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3278,
+ "length": 3,
+ "value": "7.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3284,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3297,
+ "length": 4,
+ "value": "17.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3304,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3318,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3369,
+ "length": 5,
+ "value": "157.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3377,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3391,
+ "length": 3,
+ "value": "9.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3397,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3410,
+ "length": 4,
+ "value": "30.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3417,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3431,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3517,
+ "length": 5,
+ "value": "173.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3525,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3539,
+ "length": 5,
+ "value": "201.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3547,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3560,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3572,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3650,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3662,
+ "length": 5,
+ "value": "242.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3670,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3683,
+ "length": 5,
+ "value": "182.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3691,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3705,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1102,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1702,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2304,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3419,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3429,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3437,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3448,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4182,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8263,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8921,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9506,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9840,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10276,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11053,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11086,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11089,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13260,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 13618,
+ "length": 59,
+ "value": "\"[Failed] Create channel request: There is no channel url.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14782,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15544,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "Dictionary",
+ "offset": 15833,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 484,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1363,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1512,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2129,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2283,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1163,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1201,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1352,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 1705,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 1993,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 2842,
+ "length": 39,
+ "value": "\"init(coder:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 3151,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3730,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3826,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3878,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4544,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4569,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4589,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4612,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4872,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4897,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4917,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4940,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5048,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5176,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5377,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5402,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5422,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5445,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5672,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5697,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5717,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5740,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5848,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5870,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6266,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9090,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9299,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10205,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10867,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10909,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10946,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11040,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13681,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13849,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13890,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14068,
+ "length": 3,
+ "value": "250"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14303,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14314,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14414,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14425,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14539,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 14864,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 15652,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15689,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15885,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15979,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16132,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16255,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16367,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16486,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16568,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 16717,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 16903,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17069,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17079,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17180,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17190,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17303,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17406,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 17630,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17663,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 18425,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18462,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18656,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18751,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18906,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19030,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19143,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19264,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19347,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 19498,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20107,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20858,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21621,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21956,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22016,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22912,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23145,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23639,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23772,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26361,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26601,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27195,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27327,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27834,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27900,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27980,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29419,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29494,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 29976,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30005,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30169,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30268,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30546,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30708,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30719,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30919,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31018,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31296,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31684,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32064,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32477,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32790,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32962,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33218,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33729,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 33854,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33909,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33942,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 33988,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35815,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37229,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37367,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38050,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38125,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 38684,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38713,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38877,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38976,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39258,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39422,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39433,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39675,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40057,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40461,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40738,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41013,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41448,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41838,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41917,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41992,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42593,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 43432,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 43862,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 45165,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45764,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 45896,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 45922,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 46084,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 46240,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 46517,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 47399,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 48171,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 48860,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 48887,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 49045,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 49205,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 49609,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50524,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 51239,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 52500,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 53376,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 53822,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 55176,
+ "length": 39,
+ "value": "\"init(coder:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 55702,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 55800,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 55944,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 56043,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 54472,
+ "length": 23,
+ "value": "\"SendbirdUIKit.MessageTemplateBaseView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 57332,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 57373,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 57458,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 57538,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 57580,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 59667,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 59741,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 60255,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60627,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 61176,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 61789,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 61927,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 62866,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 62936,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63034,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63117,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63199,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63285,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63675,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 64135,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 64479,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 65071,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 65806,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 66074,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 66843,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 66857,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 67457,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 67471,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 1095,
+ "length": 23,
+ "value": "\"SendbirdUIKit.MessageTemplateRenderer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 68656,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 69041,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 69098,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 69104,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 69582,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 69641,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 70155,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 70359,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 70458,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 70595,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 71043,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 71211,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 71217,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 72012,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2466,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3252,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3261,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3272,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3311,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3383,
+ "length": 2,
+ "value": "42"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3395,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3466,
+ "length": 2,
+ "value": "42"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3478,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3563,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3573,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3581,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3592,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3849,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3891,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4013,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4054,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4137,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4209,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4651,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5044,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5462,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5850,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6247,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6622,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 957,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1100,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2962,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2975,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2983,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2994,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3883,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4714,
+ "length": 22,
+ "value": "\"didSelectChannelInfo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4991,
+ "length": 30,
+ "value": "\"didSelectChannelParticipants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUMessageWebViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 786,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUMessageWebViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 815,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "Array",
+ "offset": 1611,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1916,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2215,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2758,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4093,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 5418,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7217,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7225,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7236,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8582,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8842,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9250,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10263,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10589,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10622,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10625,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14770,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15778,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "Array",
+ "offset": 16033,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16488,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 16543,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18232,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18602,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUStackView.swift",
+ "kind": "FloatLiteral",
+ "offset": 512,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 362,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 453,
+ "length": 27,
+ "value": "\"Class name couldn't find.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 696,
+ "length": 3,
+ "value": "\":\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 745,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 853,
+ "length": 27,
+ "value": "\"Class name couldn't find.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2557,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3257,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4782,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5505,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6059,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6117,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6181,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6234,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6245,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6299,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6310,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6378,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6445,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6457,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6554,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6563,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6631,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6643,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6734,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6744,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6783,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6892,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6900,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6953,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6964,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7861,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7914,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8635,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "StringLiteral",
+ "offset": 8772,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9094,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9138,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9322,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9439,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "StringLiteral",
+ "offset": 9493,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9762,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9816,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11072,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11287,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11505,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12117,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12150,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12363,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12396,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12609,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12649,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12689,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12730,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 1826,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1865,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2834,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4557,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4884,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6364,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6622,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7878,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7926,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7940,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9130,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 9402,
+ "length": 8,
+ "value": "\"thumb_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12873,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14043,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14296,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 246,
+ "length": 15,
+ "value": "\"Group Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 300,
+ "length": 14,
+ "value": "\"Open Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1367,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1407,
+ "length": 5,
+ "value": "\"svg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1489,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1542,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1664,
+ "length": 7,
+ "value": "\"voice\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1781,
+ "length": 5,
+ "value": "\"pdf\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 2005,
+ "length": 3,
+ "value": "\";\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2039,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 2104,
+ "length": 3,
+ "value": "\"=\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 2949,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 2989,
+ "length": 5,
+ "value": "\"svg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3096,
+ "length": 6,
+ "value": "\"jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3121,
+ "length": 5,
+ "value": "\"png\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3229,
+ "length": 5,
+ "value": "\"gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3358,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3453,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3575,
+ "length": 7,
+ "value": "\"voice\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 4728,
+ "length": 4,
+ "value": "\", \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7735,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7811,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8341,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8381,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8960,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9000,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 9360,
+ "length": 10,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9413,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "FloatLiteral",
+ "offset": 9451,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10005,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10009,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10784,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11364,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11371,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11404,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11412,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 11452,
+ "length": 11,
+ "value": "\"%02d:%02d\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 695,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 741,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1048,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1074,
+ "length": 3,
+ "value": "-12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1096,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1119,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1176,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1312,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1338,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1360,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1383,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 1748,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2160,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2302,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2537,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 842,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 27,
+ "value": "\"messages_after_submission\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 842,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 27,
+ "value": "\"messages_after_submission\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1195,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1264,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1560,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1708,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1760,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1798,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1829,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3980,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4030,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4061,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4139,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4246,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4342,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4369,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4466,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4524,
+ "length": 12,
+ "value": "\"input_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4466,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4524,
+ "length": 12,
+ "value": "\"input_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "Array",
+ "offset": 5927,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6439,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 7923,
+ "length": 81,
+ "value": "\"This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "Array",
+ "offset": 8652,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 9450,
+ "length": 81,
+ "value": "\"This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 11667,
+ "length": 81,
+ "value": "\"This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 339,
+ "length": 8,
+ "value": "\"Cancel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 375,
+ "length": 4,
+ "value": "\"OK\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 7,
+ "value": "\"Retry\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 447,
+ "length": 6,
+ "value": "\"Save\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 483,
+ "length": 6,
+ "value": "\"Copy\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 521,
+ "length": 8,
+ "value": "\"Delete\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 559,
+ "length": 6,
+ "value": "\"Edit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 597,
+ "length": 8,
+ "value": "\"Remove\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 637,
+ "length": 8,
+ "value": "\"Camera\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 688,
+ "length": 15,
+ "value": "\"Photo library\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 737,
+ "length": 7,
+ "value": "\"Files\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 777,
+ "length": 12,
+ "value": "\"Loading...\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 821,
+ "length": 8,
+ "value": "\"Invite\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 864,
+ "length": 12,
+ "value": "\"Take photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 14,
+ "value": "\"Choose photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 964,
+ "length": 14,
+ "value": "\"Remove photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1015,
+ "length": 14,
+ "value": "\"View library\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1061,
+ "length": 8,
+ "value": "\"Search\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1103,
+ "length": 10,
+ "value": "\"Settings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1144,
+ "length": 7,
+ "value": "\"Reply\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1183,
+ "length": 8,
+ "value": "\"Submit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1265,
+ "length": 34,
+ "value": "\"Are you sure you want to delete?\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1393,
+ "length": 41,
+ "value": "\"Do you want to delete all \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1425,
+ "length": 6,
+ "value": "\" photos?\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1491,
+ "length": 41,
+ "value": "\"Please allow camera usage from settings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1589,
+ "length": 34,
+ "value": "\"Please Allow PhotoLibrary Access\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1688,
+ "length": 60,
+ "value": "\"PhotoLibrary access required to get your photos and videos\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1872,
+ "length": 45,
+ "value": "\"Please allow microphone usage from settings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1985,
+ "length": 11,
+ "value": "\"Yesterday\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2092,
+ "length": 8,
+ "value": "\"%lld%@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2122,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2127,
+ "length": 7,
+ "value": "\"years\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2137,
+ "length": 6,
+ "value": "\"year\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2245,
+ "length": 8,
+ "value": "\"%lld%@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2275,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2280,
+ "length": 6,
+ "value": "\"days\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2289,
+ "length": 5,
+ "value": "\"day\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2398,
+ "length": 11,
+ "value": "\"%lldmonth\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2522,
+ "length": 7,
+ "value": "\"%lldh\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2641,
+ "length": 7,
+ "value": "\"%lldm\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2699,
+ "length": 5,
+ "value": "\"ago\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2737,
+ "length": 4,
+ "value": "\"on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2820,
+ "length": 10,
+ "value": "\"Channels\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2885,
+ "length": 18,
+ "value": "\"uploaded a file.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2973,
+ "length": 15,
+ "value": "\"Group Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3037,
+ "length": 14,
+ "value": "\"(No members)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3100,
+ "length": 11,
+ "value": "\"Last seen\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3407,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3446,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3490,
+ "length": 8,
+ "value": "\"Member\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3533,
+ "length": 17,
+ "value": "\"%@ is typing...\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3575,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3615,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3645,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3659,
+ "length": 8,
+ "value": "\"Member\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3705,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3735,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3749,
+ "length": 8,
+ "value": "\"Member\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3792,
+ "length": 25,
+ "value": "\"%@ and %@ are typing...\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3877,
+ "length": 30,
+ "value": "\"Several people are typing...\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3978,
+ "length": 13,
+ "value": "\"File saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4046,
+ "length": 27,
+ "value": "\"Couldn’t download file.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4124,
+ "length": 23,
+ "value": "\"Couldn’t open file.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4197,
+ "length": 17,
+ "value": "\"uploaded a file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4323,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4345,
+ "length": 15,
+ "value": "\"1 new message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4374,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4378,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4401,
+ "length": 23,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4410,
+ "length": 3,
+ "value": "\" new messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4438,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4465,
+ "length": 18,
+ "value": "\"99+ new messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4520,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4591,
+ "length": 16,
+ "value": "\"Channel frozen\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4691,
+ "length": 14,
+ "value": "\"Open Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4756,
+ "length": 14,
+ "value": "\"Participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4891,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4913,
+ "length": 15,
+ "value": "\"1 participant\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4965,
+ "length": 23,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4974,
+ "length": 12,
+ "value": "\" participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5194,
+ "length": 44,
+ "value": "\"SENDBIRD_NOTIFICATION_CHANNEL_NOTIFICATION\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5531,
+ "length": 59,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5579,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5589,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5732,
+ "length": 15,
+ "value": "\"Notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5833,
+ "length": 21,
+ "value": "\"Channel information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5907,
+ "length": 13,
+ "value": "\"Change name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5974,
+ "length": 22,
+ "value": "\"Change channel image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6052,
+ "length": 12,
+ "value": "\"Enter name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6128,
+ "length": 20,
+ "value": "\"Enter channel name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6203,
+ "length": 15,
+ "value": "\"Notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6276,
+ "length": 4,
+ "value": "\"On\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6339,
+ "length": 5,
+ "value": "\"Off\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6414,
+ "length": 15,
+ "value": "\"Mentions only\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6489,
+ "length": 9,
+ "value": "\"Members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6558,
+ "length": 14,
+ "value": "\"Participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6686,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6708,
+ "length": 9,
+ "value": "\"members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6754,
+ "length": 18,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6763,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6835,
+ "length": 15,
+ "value": "\"Leave channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6898,
+ "length": 16,
+ "value": "\"Delete channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6976,
+ "length": 17,
+ "value": "\"Delete channel?\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7053,
+ "length": 47,
+ "value": "\"Once deleted, this channel can't be restored.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7148,
+ "length": 19,
+ "value": "\"Search in channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7225,
+ "length": 13,
+ "value": "\"Moderations\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7289,
+ "length": 11,
+ "value": "\"Operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7355,
+ "length": 15,
+ "value": "\"Muted members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7430,
+ "length": 20,
+ "value": "\"Muted participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7513,
+ "length": 14,
+ "value": "\"Banned users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7583,
+ "length": 16,
+ "value": "\"Freeze channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7649,
+ "length": 5,
+ "value": "\"URL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7752,
+ "length": 15,
+ "value": "\"Notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7831,
+ "length": 15,
+ "value": "\"Notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7900,
+ "length": 18,
+ "value": "\"All new messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7982,
+ "length": 15,
+ "value": "\"Mentions only\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8067,
+ "length": 100,
+ "value": "\"Turn on push notifications if you wish to be notified when messages are delivered to this channel.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8252,
+ "length": 15,
+ "value": "\"Enter message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8322,
+ "length": 37,
+ "value": "\"Chat is unavailable in this channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8408,
+ "length": 15,
+ "value": "\"You are muted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8472,
+ "length": 18,
+ "value": "\"Reply to message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8599,
+ "length": 35,
+ "value": "\"Reply to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8633,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8698,
+ "length": 7,
+ "value": "\"Photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8761,
+ "length": 5,
+ "value": "\"GIF\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8824,
+ "length": 7,
+ "value": "\"Video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8895,
+ "length": 10,
+ "value": "\"(edited)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8945,
+ "length": 16,
+ "value": "\"System message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9008,
+ "length": 24,
+ "value": "\"(Unknown message type)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9085,
+ "length": 26,
+ "value": "\"Can't read this message.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9242,
+ "length": 56,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9261,
+ "length": 7,
+ "value": "\" replied to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9297,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9341,
+ "length": 5,
+ "value": "\"You\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9533,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9555,
+ "length": 9,
+ "value": "\"1 reply\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9578,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9582,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9605,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9626,
+ "length": 7,
+ "value": "\" replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9649,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9689,
+ "length": 13,
+ "value": "\"99+ replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9705,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9726,
+ "length": 7,
+ "value": "\" replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9772,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9879,
+ "length": 52,
+ "value": "\"Couldn't find the original message for this reply.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10004,
+ "length": 21,
+ "value": "\"Message unavailable\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10182,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10329,
+ "length": 26,
+ "value": "\"+\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10354,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10402,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10428,
+ "length": 5,
+ "value": "\"+99\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10470,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10575,
+ "length": 18,
+ "value": "\"(Template error)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10655,
+ "length": 31,
+ "value": "\"Can't read this notification.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10751,
+ "length": 13,
+ "value": "\"No channels\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10807,
+ "length": 13,
+ "value": "\"No messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10868,
+ "length": 18,
+ "value": "\"No notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10926,
+ "length": 10,
+ "value": "\"No users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10984,
+ "length": 18,
+ "value": "\"No muted members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11055,
+ "length": 23,
+ "value": "\"No muted participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11125,
+ "length": 17,
+ "value": "\"No banned users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11187,
+ "length": 18,
+ "value": "\"No results found\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11242,
+ "length": 22,
+ "value": "\"Something went wrong\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11405,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11427,
+ "length": 8,
+ "value": "\"Create\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11472,
+ "length": 17,
+ "value": "\"Create \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11488,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11557,
+ "length": 13,
+ "value": "\"New Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11631,
+ "length": 16,
+ "value": "\"Select members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11707,
+ "length": 21,
+ "value": "\"New channel profile\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11818,
+ "length": 8,
+ "value": "\"Create\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11882,
+ "length": 13,
+ "value": "\"New channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11963,
+ "length": 20,
+ "value": "\"Enter channel name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12066,
+ "length": 14,
+ "value": "\"Invite users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12139,
+ "length": 14,
+ "value": "\"Select users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12285,
+ "length": 8,
+ "value": "\"Invite\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12330,
+ "length": 17,
+ "value": "\"Invite \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12346,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12475,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12497,
+ "length": 10,
+ "value": "\"Register\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12544,
+ "length": 19,
+ "value": "\"Register \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12562,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12642,
+ "length": 7,
+ "value": "\"(You)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12687,
+ "length": 5,
+ "value": "\"Ban\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12732,
+ "length": 7,
+ "value": "\"Unban\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12778,
+ "length": 6,
+ "value": "\"Mute\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12825,
+ "length": 8,
+ "value": "\"Unmute\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12887,
+ "length": 21,
+ "value": "\"Unregister operator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12960,
+ "length": 22,
+ "value": "\"Register as operator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13030,
+ "length": 9,
+ "value": "\"Members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13089,
+ "length": 11,
+ "value": "\"Operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
"offset": 13154,
"length": 15,
- "value": "\"Muted members\""
+ "value": "\"Muted members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13228,
+ "length": 20,
+ "value": "\"Muted Participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13310,
+ "length": 14,
+ "value": "\"Banned users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13377,
+ "length": 14,
+ "value": "\"Participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13454,
+ "length": 11,
+ "value": "\"(No name)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13504,
+ "length": 10,
+ "value": "\"Operator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13598,
+ "length": 10,
+ "value": "\"Operator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13657,
+ "length": 8,
+ "value": "\"Member\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13709,
+ "length": 9,
+ "value": "\"User ID\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13763,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13818,
+ "length": 10,
+ "value": "\"Register\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13876,
+ "length": 12,
+ "value": "\"Unregister\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13930,
+ "length": 6,
+ "value": "\"Mute\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13980,
+ "length": 8,
+ "value": "\"Unmute\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14029,
+ "length": 5,
+ "value": "\"Ban\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14110,
+ "length": 7,
+ "value": "\"Group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14165,
+ "length": 13,
+ "value": "\"Super group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14225,
+ "length": 11,
+ "value": "\"Broadcast\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14309,
+ "length": 12,
+ "value": "\"(optional)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14379,
+ "length": 24,
+ "value": "\"Please check the value\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14490,
+ "length": 40,
+ "value": "\"Provide additional feedback (optional)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14594,
+ "length": 17,
+ "value": "\"Leave a comment\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14668,
+ "length": 14,
+ "value": "\"Edit comment\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14733,
+ "length": 17,
+ "value": "\"Remove feedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14806,
+ "length": 22,
+ "value": "\"Successfully changed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14935,
+ "length": 3,
+ "value": "\"@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15050,
+ "length": 95,
+ "value": "\"You can mention up to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15121,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15124,
+ "length": 5,
+ "value": "\" times per message. \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15321,
+ "length": 17,
+ "value": "\"Reply in thread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15441,
+ "length": 17,
+ "value": "\"Reply in thread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15505,
+ "length": 17,
+ "value": "\"Reply to thread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15611,
+ "length": 8,
+ "value": "\"Thread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15842,
+ "length": 8,
+ "value": "\"Cancel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 16100,
+ "length": 20,
+ "value": "\"Channel is frozen.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 16324,
+ "length": 31,
+ "value": "\"You're muted by the operator.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 16570,
+ "length": 15,
+ "value": "\"Voice message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17188,
+ "length": 15,
+ "value": "\"Voice message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17319,
+ "length": 15,
+ "value": "\"Voice_message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17577,
+ "length": 7,
+ "value": "\"Photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17621,
+ "length": 5,
+ "value": "\"GIF\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17665,
+ "length": 7,
+ "value": "\"Video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17711,
+ "length": 7,
+ "value": "\"Audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17757,
+ "length": 15,
+ "value": "\"Voice message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17810,
+ "length": 6,
+ "value": "\"File\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17863,
+ "length": 7,
+ "value": "\"Photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 18092,
+ "length": 67,
+ "value": "\"The maximum size per file is \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 18155,
+ "length": 2,
+ "value": "\"MB.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 369,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 464,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 676,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 711,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 868,
+ "length": 4,
+ "value": "-0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 999,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1142,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1361,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1396,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1688,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1908,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1943,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2234,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2453,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2488,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2776,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2992,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3027,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3329,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3553,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3588,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3750,
+ "length": 4,
+ "value": "0.38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3888,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4110,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4145,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 4307,
+ "length": 4,
+ "value": "-0.4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 4445,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4667,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4702,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 4975,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5195,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5230,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 5532,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5754,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5789,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 6067,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6292,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6327,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 6602,
+ "length": 4,
+ "value": "11.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6824,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6859,
+ "length": 2,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 7137,
+ "length": 4,
+ "value": "11.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7362,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7397,
+ "length": 2,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 7722,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7948,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7983,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8147,
+ "length": 4,
+ "value": "-0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8288,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8515,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8550,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8714,
+ "length": 4,
+ "value": "-0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8855,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9082,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9117,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 9281,
+ "length": 4,
+ "value": "-0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "Array",
+ "offset": 1042,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "Array",
+ "offset": 1126,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2279,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2970,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4494,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4504,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4512,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4523,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6212,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6245,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6248,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9021,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9719,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10308,
+ "length": 59,
+ "value": "\"[Failed] Create channel request: There is no channel url.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 5629,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6789,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 421,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 471,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "FloatLiteral",
+ "offset": 789,
+ "length": 3,
+ "value": "0.4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 827,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1037,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1766,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1793,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1817,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1844,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2030,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2042,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2080,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2092,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2215,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2263,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2639,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2686,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2775,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2866,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 3935,
+ "length": 42,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 3976,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5239,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 5291,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5669,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 351,
+ "length": 3,
+ "value": "136"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 399,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 446,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 497,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 546,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 660,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 774,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1135,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1501,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1740,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1844,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1988,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2092,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3033,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3808,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4219,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4276,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4336,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4392,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4566,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4628,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4810,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4878,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5041,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5101,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/MemberList\/SBUMemberListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5205,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/MemberList\/SBUMemberListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7940,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/ChatSDK\/MultipleFilesMessage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 648,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 228,
+ "length": 3,
+ "value": "244"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 3,
+ "value": "240"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 297,
+ "length": 3,
+ "value": "160"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 350,
+ "length": 3,
+ "value": "240"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 363,
+ "length": 3,
+ "value": "160"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 433,
+ "length": 3,
+ "value": "156"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 446,
+ "length": 3,
+ "value": "104"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 515,
+ "length": 3,
+ "value": "136"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 528,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 3,
+ "value": "311"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 613,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 677,
+ "length": 3,
+ "value": "311"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 690,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 750,
+ "length": 5,
+ "value": "144.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 765,
+ "length": 4,
+ "value": "38.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 823,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 837,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 897,
+ "length": 4,
+ "value": "38.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 911,
+ "length": 4,
+ "value": "38.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 977,
+ "length": 5,
+ "value": "144.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 992,
+ "length": 4,
+ "value": "38.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1052,
+ "length": 3,
+ "value": "244"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1120,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1132,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1171,
+ "length": 42,
+ "value": "\"https:\/\/static.sendbird.com\/sample\/cover\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1254,
+ "length": 10,
+ "value": "\"sb_uikit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1304,
+ "length": 20,
+ "value": "\"com.sendbird.uikit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1378,
+ "length": 44,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1398,
+ "length": 1,
+ "value": "\".delegate.channel.group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1470,
+ "length": 43,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1490,
+ "length": 1,
+ "value": "\".delegate.channel.open\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1561,
+ "length": 43,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1581,
+ "length": 1,
+ "value": "\".delegate.channel.feed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1656,
+ "length": 41,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1676,
+ "length": 1,
+ "value": "\".delegate.connection\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1734,
+ "length": 15,
+ "value": "\"SBUAppVersion\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1789,
+ "length": 11,
+ "value": "\"audio\/m4a\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1849,
+ "length": 16,
+ "value": "\"sbu_type=voice\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1907,
+ "length": 28,
+ "value": "\"KEY_VOICE_MESSAGE_DURATION\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1976,
+ "length": 27,
+ "value": "\"KEY_INTERNAL_MESSAGE_TYPE\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 2109,
+ "length": 41,
+ "value": "\"com.sendbird.uikit.groupchannel.message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2239,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2281,
+ "length": 3,
+ "value": "102"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 580,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 628,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 771,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 802,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 838,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1003,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1142,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "FloatLiteral",
+ "offset": 1794,
+ "length": 3,
+ "value": "0.4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1845,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2764,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3562,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3949,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3983,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4121,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4398,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "FloatLiteral",
+ "offset": 4444,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4504,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4515,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4674,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5071,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5693,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6355,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "FloatLiteral",
+ "offset": 8795,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "FloatLiteral",
+ "offset": 9186,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 939,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "Array",
+ "offset": 1198,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2798,
+ "length": 46,
+ "value": "\"Requires a channel object for message search\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2852,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3670,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4580,
+ "length": 29,
+ "value": "\"Keyword shouldn't be empty.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4716,
+ "length": 15,
+ "value": "\"Same keyword.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4791,
+ "length": 42,
+ "value": "\"new search keyword : [\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4831,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5030,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5153,
+ "length": 56,
+ "value": "\"query : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5208,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5432,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5497,
+ "length": 20,
+ "value": "\"loading next page.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5710,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5830,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6368,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 515,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1538,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/UserList\/SBUBaseSelectUserViewController.Deprecated.swift",
+ "kind": "Array",
+ "offset": 2306,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/UserList\/SBUBaseSelectUserViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7646,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1910,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2469,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2994,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3044,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3440,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 831,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 854,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 903,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "StringLiteral",
+ "offset": 1139,
+ "length": 39,
+ "value": "\"init(coder:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1723,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1747,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1772,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1798,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "StringLiteral",
+ "offset": 178,
+ "length": 15,
+ "value": "\"SendbirdUIKit.SBUPaddingLabel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 518,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 846,
+ "length": 5,
+ "value": "10001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2076,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2410,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3029,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3790,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3848,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4520,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4542,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4553,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1089,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1338,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1567,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "StringLiteral",
+ "offset": 2102,
+ "length": 24,
+ "value": "\"UIRemoteKeyboardWindow\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2660,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2738,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2744,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2916,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4052,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5272,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "FloatLiteral",
+ "offset": 5340,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5380,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5720,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5757,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5978,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6154,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6352,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7211,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7252,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7526,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "Array",
+ "offset": 1281,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1436,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1793,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1946,
+ "length": 3,
+ "value": "-12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2007,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2145,
+ "length": 3,
+ "value": "311"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2346,
+ "length": 3,
+ "value": "311"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3846,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4065,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4404,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4596,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4635,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4747,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4853,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4950,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5016,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5052,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5185,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5241,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5343,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6371,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1312,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "StringLiteral",
+ "offset": 1641,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1692,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1721,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 1763,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 1935,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 1972,
+ "length": 4,
+ "value": "64.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3752,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3758,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3844,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3850,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4320,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4331,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 4745,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 4786,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 4839,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5617,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 434,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 953,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 957,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2566,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2640,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2646,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2838,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3433,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4712,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5380,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5822,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6120,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6307,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6456,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6462,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6742,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6786,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6890,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7309,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7314,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7381,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7714,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7863,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7869,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8482,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "StringLiteral",
+ "offset": 8759,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8965,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9038,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9671,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9889,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10184,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "StringLiteral",
+ "offset": 11233,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "StringLiteral",
+ "offset": 11271,
+ "length": 40,
+ "value": "\"https:\/\/sendbird.com\/main\/img\/profiles\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "StringLiteral",
+ "offset": 11334,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 606,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 720,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 841,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 961,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1607,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2343,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2710,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 2965,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 3170,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3381,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Array",
+ "offset": 3463,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 3570,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 3738,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3939,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4078,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 2943,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "Array",
+ "offset": 4540,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5031,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5776,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6423,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 395,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 426,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 867,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 921,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1252,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1305,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1167,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1112,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1558,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "StringLiteral",
+ "offset": 729,
+ "length": 11,
+ "value": "\"SendbirdUIKit.SBUMenuItem\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "Array",
+ "offset": 2542,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2674,
+ "length": 5,
+ "value": "180.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2710,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2745,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2779,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2814,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2854,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2903,
+ "length": 4,
+ "value": "15.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2950,
+ "length": 4,
+ "value": "36.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3086,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4796,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4831,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 5745,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5770,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5914,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5951,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6003,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6189,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6657,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6686,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6728,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6781,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6814,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "Array",
+ "offset": 7252,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8238,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8368,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9445,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9466,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9531,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "Array",
+ "offset": 9722,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10258,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10270,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10702,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10772,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10783,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10830,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10877,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10923,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 6155,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2251,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4536,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4541,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4566,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4571,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6437,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6450,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6458,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6469,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7933,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1759,
+ "length": 32,
+ "value": "\"SendbirdUIKit.SBUSelectablePhotoViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8761,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9254,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9258,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9299,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9501,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9705,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10218,
+ "length": 5,
+ "value": "\"jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10255,
+ "length": 118,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10348,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10355,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10372,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11048,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11798,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12459,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 12598,
+ "length": 15,
+ "value": "\"not supported\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12654,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1194,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1239,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1259,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1648,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1693,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1713,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 2288,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2911,
+ "length": 26,
+ "value": "\"[Request] Channel update\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2987,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3138,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3310,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3969,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4149,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 537,
+ "length": 31,
+ "value": "\"SendbirdUIKit.SBUOpenChannelSettingsViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "StringLiteral",
+ "offset": 463,
+ "length": 21,
+ "value": "\"com.sendbird.atomic\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1642,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1992,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2890,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3705,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3728,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3705,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3728,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3705,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3728,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2900,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 3617,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 3741,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4109,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4200,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5075,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5123,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5169,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5210,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5395,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5436,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5617,
+ "length": 65,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5661,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5681,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5840,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6019,
+ "length": 65,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6063,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6083,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7680,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 7716,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8533,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8597,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 8641,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9844,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10572,
+ "length": 29,
+ "value": "\"[Request] Send user message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11265,
+ "length": 40,
+ "value": "\"A filtered user message has been sent.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11370,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11776,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12987,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13035,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13049,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13691,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14481,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14951,
+ "length": 79,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14983,
+ "length": 1,
+ "value": "\";\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15029,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15475,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16152,
+ "length": 29,
+ "value": "\"[Request] Send file message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16270,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16344,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16474,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16519,
+ "length": 56,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16557,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16574,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16638,
+ "length": 39,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16676,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17222,
+ "length": 72,
+ "value": "\"File message transfer progress: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17267,
+ "length": 1,
+ "value": "\" - \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17293,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18269,
+ "length": 56,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18307,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18324,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18361,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18373,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18390,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19403,
+ "length": 40,
+ "value": "\"A filtered file message has been sent.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19508,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19806,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20367,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 20411,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22031,
+ "length": 31,
+ "value": "\"[Request] Update user message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22853,
+ "length": 38,
+ "value": "\"[Request] Resend failed user message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23640,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23678,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24100,
+ "length": 38,
+ "value": "\"[Request] Resend failed file message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25102,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25140,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25899,
+ "length": 50,
+ "value": "\"[Request] Delete message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25948,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27253,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27372,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27521,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28074,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28134,
+ "length": 94,
+ "value": "\"First : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28181,
+ "length": 1,
+ "value": "\", Last : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28227,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28268,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29521,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29733,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30979,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 32043,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 32091,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35449,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35610,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36530,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 37016,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37303,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37448,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37587,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38054,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 38462,
+ "length": 24,
+ "value": "\"[Request] Add Reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39109,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39179,
+ "length": 49,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39215,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39218,
+ "length": 8,
+ "value": "\" reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39607,
+ "length": 27,
+ "value": "\"[Request] Delete Reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39845,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39899,
+ "length": 49,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39935,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39938,
+ "length": 8,
+ "value": "\" reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40516,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40713,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41168,
+ "length": 41,
+ "value": "\"flushing cache with : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41208,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41579,
+ "length": 26,
+ "value": "\"Did succeed reconnection\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41725,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41782,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42210,
+ "length": 38,
+ "value": "\"Did receive user message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42247,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42303,
+ "length": 38,
+ "value": "\"Did receive file message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42340,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42397,
+ "length": 39,
+ "value": "\"Did receive admin message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42435,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 277,
+ "length": 14,
+ "value": "[\"\", \"K\", \"M\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 341,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 375,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 415,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 449,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 480,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 530,
+ "length": 53,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 548,
+ "length": 6,
+ "value": "\"%.1f\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 571,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 582,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 622,
+ "length": 4,
+ "value": "\".0\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 634,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 402,
+ "length": 3,
+ "value": "164"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 458,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 514,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 568,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 625,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 681,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 733,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1430,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1474,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1587,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1643,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2174,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2673,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2719,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 363,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1576,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 812,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1086,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2715,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2727,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2751,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3009,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3031,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3075,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3097,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3199,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3531,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3598,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3650,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3978,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3988,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3996,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4007,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4274,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4495,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5033,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5132,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5378,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6520,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6725,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6818,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7246,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7283,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7359,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7415,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7640,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7692,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7765,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 221,
+ "length": 26,
+ "value": "\"SendbirdUIKit.SBUEmojiListViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1376,
+ "length": 3,
+ "value": "1.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "StringLiteral",
+ "offset": 740,
+ "length": 16,
+ "value": "\"SendbirdUIKit.SBUToastViewItem\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2664,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2760,
+ "length": 4,
+ "value": "0.64"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2796,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2847,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2857,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2869,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2880,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2914,
+ "length": 4,
+ "value": "48.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2966,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2976,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2988,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2999,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3058,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3068,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3080,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3091,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3183,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3807,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4510,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4709,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5462,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5705,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5802,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6032,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6105,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6356,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6403,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6415,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7282,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7657,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7667,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7675,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7686,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8273,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8433,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8726,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8761,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8815,
+ "length": 4,
+ "value": "0.15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8885,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9016,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9076,
+ "length": 3,
+ "value": "1.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9361,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9443,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9505,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9548,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9589,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9651,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9729,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9913,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1426,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2025,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2341,
+ "length": 27,
+ "value": "\"Cannot use `init(coder:)`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2656,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3632,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4601,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4905,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5070,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5115,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5482,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 5532,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6591,
+ "length": 45,
+ "value": "\"Unread message count: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6635,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8213,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8342,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8620,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8671,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8767,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10556,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10582,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10606,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11831,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11864,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11867,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12592,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12673,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12802,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12814,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12893,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12905,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13059,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13104,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14005,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14068,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15165,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15800,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15871,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15929,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17170,
+ "length": 63,
+ "value": "\"Fetched : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17203,
+ "length": 1,
+ "value": "\", keepScroll : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17232,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17376,
+ "length": 30,
+ "value": "\"Fetched empty notifications.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17663,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 18633,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21315,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21608,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21712,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22073,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22126,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22888,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22947,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23184,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23339,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23742,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 24560,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24785,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25003,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25520,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 305,
+ "length": 40,
+ "value": "\"SendbirdUIKit.SBUChatNotificationChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1884,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2429,
+ "length": 31,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2459,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6479,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6732,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7117,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7402,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7658,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7709,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7805,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9076,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9142,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9198,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9252,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9307,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9685,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9838,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9994,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10070,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10125,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10178,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10232,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10381,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10454,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10517,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10578,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10640,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10856,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11039,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11216,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11396,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11479,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11541,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11601,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11662,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12187,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12427,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12544,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12621,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12680,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12720,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13579,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13641,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 14302,
+ "length": 30,
+ "value": "\"listComponent is not set up.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15661,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15821,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15856,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15904,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15950,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16726,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17283,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17414,
+ "length": 75,
+ "value": "\"Up to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17471,
+ "length": 3,
+ "value": "\" can be attached.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17589,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19682,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19804,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20016,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20811,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Array",
+ "offset": 21569,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22561,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Array",
+ "offset": 22731,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23304,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23509,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23687,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24066,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24373,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24605,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Dictionary",
+ "offset": 25012,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25173,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25579,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26038,
+ "length": 37,
+ "value": "\"Failed to read video file. \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26074,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26122,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27473,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27717,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 28343,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28487,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28542,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28968,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29112,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Array",
+ "offset": 31548,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 33738,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 33748,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 33822,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34274,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35091,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36228,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36274,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 36574,
+ "length": 79,
+ "value": "\"There is no cached linked message. Reloads messages based on linked messages.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36816,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36964,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37064,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 37207,
+ "length": 62,
+ "value": "\"The cell for row at \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 37240,
+ "length": 2,
+ "value": "\" is not `SBUBaseMessageCell`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41240,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41294,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41659,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41713,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42225,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42273,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42559,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 45842,
+ "length": 30,
+ "value": "\"Record permission was denied\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Array",
+ "offset": 46877,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 47300,
+ "length": 79,
+ "value": "\"There is no cached linked message. Reloads messages based on linked messages.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47517,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 47693,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47784,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 29,
+ "value": "\"SendbirdUIKit.SBUGroupChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 29,
+ "value": "\"SendbirdUIKit.SBUGroupChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1106,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1484,
+ "length": 2,
+ "value": "-5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1497,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1510,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1521,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1615,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1655,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1695,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1770,
+ "length": 2,
+ "value": "-3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1783,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1796,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1807,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1850,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1889,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1962,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1974,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1987,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1998,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2041,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2080,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2228,
+ "length": 2,
+ "value": "-5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2241,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2254,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2265,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2338,
+ "length": 2,
+ "value": "-3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2351,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2364,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2375,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2446,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2458,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2471,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2482,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3886,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4013,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4778,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4863,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4917,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5010,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5055,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5100,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5187,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 5192,
+ "length": 4,
+ "value": "\"99\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5274,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 5279,
+ "length": 5,
+ "value": "\"99+\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5954,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5958,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 353,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 441,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 464,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 485,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 569,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 581,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Unavailable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 757,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Unavailable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5938,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 3195,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5298,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 5350,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 5473,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5696,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5844,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5886,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6038,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7005,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 7057,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 7237,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7595,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7743,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7785,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8765,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9571,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 9620,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9656,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9736,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10704,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10764,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10796,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11163,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11220,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11454,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "Array",
+ "offset": 11717,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 955,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1659,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1669,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1677,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1688,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 683,
+ "length": 6,
+ "value": "\"file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4438,
+ "length": 25,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4450,
+ "length": 1,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4462,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4508,
+ "length": 35,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4520,
+ "length": 1,
+ "value": "\"\/File.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4542,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "Array",
+ "offset": 887,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3940,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4111,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4501,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4691,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4704,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4712,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4723,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 372,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "FloatLiteral",
+ "offset": 734,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2840,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 2858,
+ "length": 20,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 2877,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3550,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3606,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3620,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4444,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4642,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4704,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4714,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4829,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4847,
+ "length": 20,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4866,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 5858,
+ "length": 9,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 5945,
+ "length": 9,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 5962,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 6054,
+ "length": 8,
+ "value": "\"thumb_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 6070,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6820,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7147,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7415,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7427,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7444,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7490,
+ "length": 13,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7502,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8173,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8346,
+ "length": 53,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8357,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8378,
+ "length": 3,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8384,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8387,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8398,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1470,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1632,
+ "length": 5,
+ "value": "270.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1674,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1717,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1757,
+ "length": 4,
+ "value": "32.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1797,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1839,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1874,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1909,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1949,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1984,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2018,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2053,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2093,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2134,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2230,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3117,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "StringLiteral",
+ "offset": 3229,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3286,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4353,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "StringLiteral",
+ "offset": 4453,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4504,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4904,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6434,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6491,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6789,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8086,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8670,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9538,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9544,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9554,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9565,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "StringLiteral",
+ "offset": 9910,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10290,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10304,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10361,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10555,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10594,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11342,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 11683,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11691,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11731,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12573,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13199,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13211,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13690,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13701,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 14300,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14329,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 14380,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 14427,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14647,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14794,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 16154,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16342,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 16472,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
+ "kind": "FloatLiteral",
+ "offset": 332,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1460,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
+ "kind": "StringLiteral",
+ "offset": 205,
+ "length": 12,
+ "value": "\"SendbirdUIKit.SBUDebouncer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1140,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "Array",
+ "offset": 1411,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "Array",
+ "offset": 1487,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "Array",
+ "offset": 1798,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2312,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3566,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3571,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3876,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4110,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4186,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4512,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4596,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4757,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5640,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6186,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "Array",
+ "offset": 6367,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6452,
+ "length": 21,
+ "value": "\"[Request] User List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6516,
+ "length": 26,
+ "value": "\"[Request] Next user List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6646,
+ "length": 50,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6661,
+ "length": 10,
+ "value": "\" customized users have been added.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6740,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8071,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8112,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8174,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8205,
+ "length": 29,
+ "value": "\"All users have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8467,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8533,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8671,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8814,
+ "length": 33,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8840,
+ "length": 5,
+ "value": "\" users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9096,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9158,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9572,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9866,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10003,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10124,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10129,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10261,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10571,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11483,
+ "length": 36,
+ "value": "\"Cannot create the memberListQuery.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11527,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11610,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11804,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11845,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11907,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11938,
+ "length": 31,
+ "value": "\"All members have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12206,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12272,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12410,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12566,
+ "length": 37,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12594,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12867,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13767,
+ "length": 41,
+ "value": "\"Cannot create the participantListQuery.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13816,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13899,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14098,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14139,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14201,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14232,
+ "length": 36,
+ "value": "\"All participants have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14545,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14611,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14749,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14901,
+ "length": 40,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14927,
+ "length": 12,
+ "value": "\" participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15244,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15580,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15701,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15868,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16023,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16166,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16312,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16471,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16700,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17164,
+ "length": 24,
+ "value": "\"Selected user: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17187,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1047,
+ "length": 26,
+ "value": "\"SendbirdUIKit.SBUBaseSelectUserViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5016,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8174,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8187,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8195,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8206,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14091,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15840,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16104,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/ChatSDK\/BaseMessage+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 371,
+ "length": 19,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/ChatSDK\/BaseMessage+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 389,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/ChatSDK\/BaseMessage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 722,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 590,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1496,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1506,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1514,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1525,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1427,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "Array",
+ "offset": 1813,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2021,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3627,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4375,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5631,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5660,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5684,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5711,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7896,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8002,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8416,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8681,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8787,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10497,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10776,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10809,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10812,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12549,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15130,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15185,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15805,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 459,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 937,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1003,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1246,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1374,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1400,
+ "length": 3,
+ "value": "-12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1422,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1445,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1998,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1430,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1745,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1896,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2281,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2995,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4300,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4322,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4342,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4365,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5834,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7876,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7931,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.OpenChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1349,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "Array",
+ "offset": 721,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "BooleanLiteral",
+ "offset": 767,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "BooleanLiteral",
+ "offset": 947,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1633,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1685,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "FloatLiteral",
+ "offset": 1847,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2348,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2354,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "FloatLiteral",
+ "offset": 2390,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2598,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2608,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2616,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2627,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3758,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "Array",
+ "offset": 5696,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "StringLiteral",
+ "offset": 340,
+ "length": 23,
+ "value": "\"SendbirdUIKit.SBUSuggestedMentionList\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 429,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1094,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1104,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1112,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1123,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 257,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "Array",
+ "offset": 370,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 466,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 13,
+ "value": "\"loadInitial\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1081,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1117,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1522,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 1587,
+ "length": 41,
+ "value": "\"loadNext from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 1627,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1667,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 1703,
+ "length": 46,
+ "value": "\"lastest updatedAt is 0. loadInitial instead.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1970,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2317,
+ "length": 62,
+ "value": "\"loaded next messages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2352,
+ "length": 1,
+ "value": "\", size : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2378,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2585,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2756,
+ "length": 82,
+ "value": "\"update latestUpdatedAt to : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2806,
+ "length": 4,
+ "value": "\" from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2837,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3045,
+ "length": 32,
+ "value": "\"fetched to the newest. \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3076,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3485,
+ "length": 25,
+ "value": "\"add : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3509,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3878,
+ "length": 108,
+ "value": "\"applyChangeLog. updated : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3935,
+ "length": 1,
+ "value": "\", deleted : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3977,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3985,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 4846,
+ "length": 41,
+ "value": "\"flushing cache with : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 4886,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 5288,
+ "length": 44,
+ "value": "\"flush merged message : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 5331,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 597,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1053,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1065,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1116,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1127,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1293,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1302,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1313,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1323,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1377,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1721,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3284,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3539,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4015,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4202,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4587,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5087,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7185,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "StringLiteral",
+ "offset": 7369,
+ "length": 73,
+ "value": "\"`isMultipleFilesMessageEnabled` can only be enabled in iOS 14 or above.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7124,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10077,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10776,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10998,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12029,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 244,
+ "length": 5541,
+ "value": "\"{\n \"version\": \"1\",\n \"body\": {\n \"items\": [\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"items\": [\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"items\": [\n {\n \"type\": \"image\",\n \"imageUrl\": \"https:\/\/dxstmhyqfqr1o.cloudfront.net\/notifications\/preset-notification-channel-cover.png\",\n \"imageStyle\": {\n \"contentMode\": \"aspectFill\"\n },\n \"viewStyle\": {},\n \"metaData\": {\n \"pixelWidth\": \"168\",\n \"pixelHeight\": \"168\"\n }\n },\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"viewStyle\": {\n \"radius\": \"8\",\n \"padding\": {\n \"top\": \"12\",\n \"bottom\": \"12\",\n \"left\": \"12\",\n \"right\": \"12\"\n }\n },\n \"items\": [\n {\n \"type\": \"text\",\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n },\n \"viewStyle\": {},\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"text\": \"Hello tez\",\n \"textStyle\": {\n \"color\": \"#ffbdb8bd\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"1\"\n },\n {\n \"type\": \"text\",\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n },\n \"viewStyle\": {},\n \"width\": {\n \"type\": \"fixed\",\n \"value\": \"1\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"text\": \"Your order #123123 has been shipped.\",\n \"textStyle\": {\n \"color\": \"#ffbdb8bd\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"1\"\n },\n {\n \"type\": \"textButton\",\n \"viewStyle\": {\n \"backgroundColor\": \"#E0E0E0\",\n \"padding\": {\n \"top\": \"10\",\n \"bottom\": \"10\",\n \"left\": \"20\",\n \"right\": \"20\"\n }\n },\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"text\": \"Check status\",\n \"textStyle\": {\n \"color\": \"#742DDD\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"5\",\n \"action\": {\n \"type\": \"web\",\n \"data\": \"https:\/\/naver.com\"\n }\n }\n ],\n \"height\": {\n \"type\": \"fixed\",\n \"value\": \"300\"\n },\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n }\n }\n ],\n \"viewStyle\": {}\n }\n ],\n \"viewStyle\": {}\n }\n ]\n }\n }\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 5934,
+ "length": 1803,
+ "value": "\"{\"version\": 1,\"body\": {\"items\": [{\"type\": \"box\",\"layout\": \"column\",\"items\": [{\"type\": \"image\",\"metaData\": {\"pixelWidth\": 4000,\"pixelHeight\": 3000},\"width\": {\"type\": \"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6117,
+ "length": 3,
+ "value": "\"\",\"value\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6137,
+ "length": 1,
+ "value": "\"},\"height\": {\"type\": \"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6169,
+ "length": 3,
+ "value": "\"\",\"value\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6190,
+ "length": 1,
+ "value": "\"},\"imageStyle\": {\"contentMode\": \"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6237,
+ "length": 4,
+ "value": "\"\"},\"imageUrl\": \"https:\/\/images.unsplash.com\/photo-1579393329936-4bc9bc673651?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format\"},{\"type\": \"box\",\"viewStyle\": {\"padding\": {\"top\": 12,\"right\": 12,\"bottom\": 12,\"left\": 12}},\"layout\": \"column\",\"items\": [{\"type\": \"box\",\"layout\": \"row\",\"items\": [{\"type\": \"box\",\"layout\": \"column\",\"items\": [{\"type\": \"text\",\"text\": \"Notification channel creation guide\",\"maxTextLines\": 3,\"viewStyle\": {\"padding\": {\"top\": 0,\"bottom\": 6,\"left\": 0,\"right\": 0}},\"textStyle\": {\"size\": 16,\"weight\": \"bold\"}},{\"type\": \"text\",\"text\": \"Notification Center is basically a group channel to which a single user, the receiver of a notification, belongs. A notification channel, which is a single group channel dedicated to the Notification Center, must be created for each user.\",\"maxTextLines\": 10,\"textStyle\": {\"size\": 14}}]}]},{\"type\": \"box\",\"layout\": \"column\",\"items\": [{\"type\": \"box\",\"viewStyle\": {\"margin\": {\"top\": 16,\"bottom\": 0,\"left\": 0,\"right\": 0}},\"align\": {\"horizontal\": \"left\",\"vertical\": \"center\"},\"layout\": \"row\",\"action\": {\"type\": \"web\",\"data\": \"www.sendbird.com\"},\"items\": [{\"type\": \"box\",\"viewStyle\": {\"margin\": {\"top\": 0,\"bottom\": 0,\"left\": 12,\"right\": 0}},\"layout\": \"column\",\"items\": [{\"type\": \"text\",\"text\": \"Title\",\"maxTextLines\": 1,\"textStyle\": {\"size\": 16,\"weight\": \"bold\"}},{\"type\": \"text\",\"viewStyle\": {\"margin\": {\"top\": 4,\"bottom\": 0,\"left\": 0,\"right\": 0}},\"text\": \"Hi\",\"maxTextLines\": 1,\"textStyle\": {\"size\": 14}}]}]}]}]}]}]}}\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8441,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9517,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9887,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10100,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 10270,
+ "length": 19,
+ "value": "\"TEMPLATE_DOWNLOAD\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10469,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11812,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11839,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15642,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15782,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16616,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 13748,
+ "length": 3,
+ "value": "\"SendbirdUIKit.Box\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17294,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17313,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 16645,
+ "length": 4,
+ "value": "\"SendbirdUIKit.Text\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 18403,
+ "length": 5,
+ "value": "\"SendbirdUIKit.Image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20471,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20490,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20697,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 20748,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 20762,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 20774,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 20787,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 19851,
+ "length": 10,
+ "value": "\"SendbirdUIKit.TextButton\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 20824,
+ "length": 11,
+ "value": "\"SendbirdUIKit.ImageButton\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28434,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32620,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32620,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32620,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34400,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34546,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34736,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 35337,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 35494,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35694,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36443,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36507,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36770,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36781,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36790,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36800,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37009,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37081,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37371,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37391,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37401,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38023,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38035,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38045,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38056,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39337,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39348,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39357,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39367,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39455,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39519,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "Dictionary",
+ "offset": 6124,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7387,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8194,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8200,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8268,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8274,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9386,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9399,
+ "length": 2,
+ "value": "-8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9408,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9451,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16648,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16920,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19749,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 26442,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26630,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28055,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28583,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28810,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28853,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29521,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29751,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30561,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31256,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31295,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31338,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32193,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32342,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 33922,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 34395,
+ "length": 29,
+ "value": "\"There are no message cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36851,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36921,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37122,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37285,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37320,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37457,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37573,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37688,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37700,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37788,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37925,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38148,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38160,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38244,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38685,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38697,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38732,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 39133,
+ "length": 46,
+ "value": "\"New messages inserted : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 39178,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39292,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39703,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39775,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39852,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40219,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40396,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40593,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40638,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40783,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40910,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42339,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42523,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42532,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42583,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42835,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43105,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43222,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 43382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43444,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43696,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44681,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 44782,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45766,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45907,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45954,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45963,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 46014,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 46266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46536,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46653,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 46813,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46875,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47127,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 48106,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49062,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 49111,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50128,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50177,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 51040,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 51089,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 52282,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 418,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 682,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 732,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 899,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1381,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1567,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1614,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1758,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2357,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2391,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2545,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2857,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3278,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3362,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4146,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4176,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4202,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4229,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4618,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4696,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4914,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4922,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4993,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5069,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5174,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5275,
+ "length": 4,
+ "value": "-0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5305,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5359,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5709,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6056,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6217,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8070,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8122,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8390,
+ "length": 30,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8419,
+ "length": 5,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8423,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8504,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8563,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8979,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9189,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9310,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9355,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9395,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9436,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9553,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9743,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 9891,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10525,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10713,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 447,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 614,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 905,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1224,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 335,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationEmptyView.swift",
+ "kind": "FloatLiteral",
+ "offset": 539,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationEmptyView.swift",
+ "kind": "FloatLiteral",
+ "offset": 694,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 987,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1051,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1107,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1166,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1227,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1286,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1347,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1592,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1647,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1701,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2055,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3264,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4803,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4853,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5002,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6008,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7464,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8282,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/InviteUser\/SBUInviteUserModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3150,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/InviteUser\/SBUInviteUserModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4284,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/InviteUser\/SBUInviteUserModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 558,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 926,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1150,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1544,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1643,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1678,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1839,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2296,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2335,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2486,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2528,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2574,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3279,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3405,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3418,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3426,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3496,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3558,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3570,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3646,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3670,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3790,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3804,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3813,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3824,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4919,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4972,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 5996,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6244,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6701,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 6823,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 7669,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8043,
+ "length": 34,
+ "value": "\"Failed state image configuration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8531,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8586,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8619,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 8665,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9640,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9687,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9738,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10253,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10300,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10351,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1715,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "Array",
+ "offset": 2111,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2721,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2767,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4383,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4388,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4522,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4694,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4885,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5081,
+ "length": 67,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5127,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5147,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5304,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5349,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5369,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5630,
+ "length": 67,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5676,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5696,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5788,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5833,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5853,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6024,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6254,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6326,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6657,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7195,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8280,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8333,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8368,
+ "length": 26,
+ "value": "\"[Request] Next user List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8488,
+ "length": 50,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8503,
+ "length": 10,
+ "value": "\" customized users have been added.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8617,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8675,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8779,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8947,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9005,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9109,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10472,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10513,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10602,
+ "length": 31,
+ "value": "\"All members have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10870,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10932,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11195,
+ "length": 37,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11223,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11369,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12034,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12075,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12133,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12164,
+ "length": 33,
+ "value": "\"All operators have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12438,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12500,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12767,
+ "length": 41,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12797,
+ "length": 9,
+ "value": "\" operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12947,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13681,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13722,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13780,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13811,
+ "length": 37,
+ "value": "\"All muted members have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14090,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14152,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14415,
+ "length": 37,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14443,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14589,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15347,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15388,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15446,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15477,
+ "length": 42,
+ "value": "\"All muted participants have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15803,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15865,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16128,
+ "length": 37,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16156,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16345,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17001,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17042,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17100,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17131,
+ "length": 36,
+ "value": "\"All banned users have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17431,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17493,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17752,
+ "length": 33,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17778,
+ "length": 5,
+ "value": "\" users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17920,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18651,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18692,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18750,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18781,
+ "length": 36,
+ "value": "\"All participants have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19101,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19163,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19436,
+ "length": 47,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19469,
+ "length": 12,
+ "value": "\" participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20002,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20093,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20130,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20342,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20624,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20905,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21024,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21112,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21249,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21477,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "Array",
+ "offset": 21956,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22295,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22321,
+ "length": 36,
+ "value": "\"[Request] Register user: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22356,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22760,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22786,
+ "length": 42,
+ "value": "\"[Request] Unregister operator: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22827,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23236,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23426,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23495,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23867,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24098,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24487,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24589,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24824,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24925,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25298,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25574,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1628,
+ "length": 20,
+ "value": "\"SendbirdUIKit.SBUUserListViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "StringLiteral",
+ "offset": 259,
+ "length": 20,
+ "value": "\"cached_sbu_version\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "StringLiteral",
+ "offset": 951,
+ "length": 7,
+ "value": "\"3.9.1\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "StringLiteral",
+ "offset": 1270,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1313,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "FloatLiteral",
+ "offset": 1473,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "FloatLiteral",
+ "offset": 1479,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "FloatLiteral",
+ "offset": 1486,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1237,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1333,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1522,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1733,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1942,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2152,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2553,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2631,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2759,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3517,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4039,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4053,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4063,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4075,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4322,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4361,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4734,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4785,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5020,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5031,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5102,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5141,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6233,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 6279,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7353,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 2,
+ "value": "72"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 930,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1129,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1371,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2418,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2460,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3475,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3576,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3587,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3599,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4245,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4464,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5029,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5087,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5153,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "StringLiteral",
+ "offset": 5335,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5857,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6208,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6220,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6342,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Sequence+SBUIKit.swift",
+ "kind": "Dictionary",
+ "offset": 395,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Sequence+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 445,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SBUViewModelDelegate.swift",
+ "kind": "BooleanLiteral",
+ "offset": 809,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 1080,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2145,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2749,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2762,
+ "length": 2,
+ "value": "-0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2771,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2782,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2898,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2977,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 484,
+ "length": 25,
+ "value": "\"SendbirdUIKit.SBUMessageThreadTitleView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1166,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1416,
+ "length": 2,
+ "value": "46"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1848,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2448,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2764,
+ "length": 27,
+ "value": "\"Cannot use `init(coder:)`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3078,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3661,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4317,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5457,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5761,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5922,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5967,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6183,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 6280,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6443,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6586,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6636,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7738,
+ "length": 45,
+ "value": "\"Unread message count: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7782,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8068,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8677,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8856,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 9406,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9447,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 9604,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9645,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10178,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10274,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11190,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11216,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11240,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11440,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11466,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11617,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13131,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15143,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15176,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15179,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15908,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15989,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16118,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16130,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16209,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16221,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16291,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16311,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16375,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16420,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17320,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17391,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19020,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19783,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19854,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19912,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 21219,
+ "length": 63,
+ "value": "\"Fetched : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 21252,
+ "length": 1,
+ "value": "\", keepScroll : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 21281,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 21425,
+ "length": 30,
+ "value": "\"Fetched empty notifications.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21712,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 22680,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22921,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25952,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26245,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26349,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26710,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26763,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27525,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27584,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27821,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27976,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28113,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28379,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 29625,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29850,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30068,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30588,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31508,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 246,
+ "length": 40,
+ "value": "\"SendbirdUIKit.SBUFeedNotificationChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "Array",
+ "offset": 9533,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9747,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9803,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11774,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12028,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12133,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12189,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 12398,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12909,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13191,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13217,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13241,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13385,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13541,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13657,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14438,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14463,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14490,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14516,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 17974,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18162,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18474,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20564,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20763,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21520,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21661,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22045,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22198,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 22827,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 23328,
+ "length": 34,
+ "value": "\"There are no notification cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 25086,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "Array",
+ "offset": 25419,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26233,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26425,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26527,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26562,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26701,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26893,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27150,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27796,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27808,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27843,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27965,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28393,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28783,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 665,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 854,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1042,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1237,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1303,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1642,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 622,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1067,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1752,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5146,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5171,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5194,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5331,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5455,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5480,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5500,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5632,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5657,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5677,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5700,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5788,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5905,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5987,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6071,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6145,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6284,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6522,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6658,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6773,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7405,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9124,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9485,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "StringLiteral",
+ "offset": 1160,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUCreateChannelTypeSelector\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 562,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 876,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 939,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 982,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1403,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1528,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 612,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 662,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 845,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1001,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1075,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1260,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 1671,
+ "length": 39,
+ "value": "\"init(coder:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 2557,
+ "length": 37,
+ "value": "\"Multiple files message has no files\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 2977,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3105,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 3475,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 3485,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3674,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 3759,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3887,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4343,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4630,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4659,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4683,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4710,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4875,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4904,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4928,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4955,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5091,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5103,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5141,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5153,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5314,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5357,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5482,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5824,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 444,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3358,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 3427,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7816,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 7885,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12963,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 13032,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16911,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 16980,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18472,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 18541,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20227,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 20296,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23846,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 23915,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28248,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 28317,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33342,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 33411,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37279,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 37348,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38877,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 38946,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40524,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 40593,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41812,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "Array",
+ "offset": 1246,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "Array",
+ "offset": 1334,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1810,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2699,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2709,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2717,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2728,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3584,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3634,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3908,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4015,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4258,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4308,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4438,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4717,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4750,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4753,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5778,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6871,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 321,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 341,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 321,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 341,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 321,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 341,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 577,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 633,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1108,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1144,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1182,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1214,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1381,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 577,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 633,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 577,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 633,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1677,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1677,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1677,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2079,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2101,
+ "length": 11,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2122,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2145,
+ "length": 17,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2241,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2079,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2101,
+ "length": 11,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2122,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2145,
+ "length": 17,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2079,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2101,
+ "length": 11,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2122,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2145,
+ "length": 17,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2241,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4024,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4041,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4060,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4075,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4091,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4178,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4260,
+ "length": 12,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4341,
+ "length": 13,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4024,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4041,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4060,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4075,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4091,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4024,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4041,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4060,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4075,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4091,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4178,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4260,
+ "length": 12,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4341,
+ "length": 13,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4545,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4545,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4545,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4770,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4770,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4770,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4901,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4921,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4941,
+ "length": 15,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4966,
+ "length": 9,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4985,
+ "length": 14,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5009,
+ "length": 19,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5038,
+ "length": 13,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 15,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5086,
+ "length": 5,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5172,
+ "length": 15,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5265,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5294,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4901,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4921,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4941,
+ "length": 15,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4966,
+ "length": 9,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4985,
+ "length": 14,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5009,
+ "length": 19,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5038,
+ "length": 13,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 15,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5086,
+ "length": 5,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4901,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4921,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4941,
+ "length": 15,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4966,
+ "length": 9,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4985,
+ "length": 14,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5009,
+ "length": 19,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5038,
+ "length": 13,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 15,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5086,
+ "length": 5,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5172,
+ "length": 15,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5452,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5469,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5487,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5504,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5452,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5469,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5487,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5504,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5646,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5646,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5783,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5798,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5783,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5798,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5959,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5988,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5959,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5988,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6302,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6317,
+ "length": 5,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6332,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6347,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6360,
+ "length": 3,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6302,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6317,
+ "length": 5,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6332,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6347,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6360,
+ "length": 3,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6553,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6600,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6644,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6723,
+ "length": 11,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6811,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6553,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6600,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6644,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7106,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7120,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7106,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7120,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7853,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7853,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7917,
+ "length": 10,
+ "value": "0b00000000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7947,
+ "length": 10,
+ "value": "0b00000001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7977,
+ "length": 10,
+ "value": "0b00000010"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8007,
+ "length": 10,
+ "value": "0b00000100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8037,
+ "length": 10,
+ "value": "0b00000111"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7917,
+ "length": 10,
+ "value": "0b00000000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7947,
+ "length": 10,
+ "value": "0b00000001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7977,
+ "length": 10,
+ "value": "0b00000010"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8007,
+ "length": 10,
+ "value": "0b00000100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8037,
+ "length": 10,
+ "value": "0b00000111"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8172,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8186,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8172,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8186,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8172,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8186,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "StringLiteral",
+ "offset": 9261,
+ "length": 49,
+ "value": "\"Data could not be decoded as `String` or `Int`.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10655,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11766,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11772,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 666,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1653,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2120,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2129,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2140,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2150,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2194,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2232,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2395,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3024,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3264,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3513,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4325,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4999,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5261,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5338,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8444,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8486,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8523,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8565,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8600,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8643,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8780,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9125,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9134,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9191,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9312,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9417,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9430,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9438,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9476,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9488,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9588,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9601,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9651,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9663,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9941,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10008,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10124,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10324,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10378,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10587,
+ "length": 3,
+ "value": "240"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10600,
+ "length": 3,
+ "value": "160"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11144,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11200,
+ "length": 2,
+ "value": "-8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11319,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11620,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11676,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11738,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12146,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12203,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12501,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12923,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13002,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13013,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13069,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13271,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13582,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13595,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13603,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13667,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13795,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13800,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13882,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13887,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13968,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13973,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15497,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16089,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "StringLiteral",
+ "offset": 16212,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16283,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "StringLiteral",
+ "offset": 16319,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16764,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16776,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17453,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17744,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17932,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18004,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18084,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18944,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19404,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20065,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20569,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20918,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20922,
+ "length": 3,
+ "value": "120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21041,
+ "length": 3,
+ "value": "244"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21230,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21340,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21841,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21971,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22065,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 22311,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22722,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26149,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26353,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26598,
+ "length": 3,
+ "value": "120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26611,
+ "length": 3,
+ "value": "120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27157,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27307,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27342,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27370,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 748,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 1495,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2041,
+ "length": 31,
+ "value": "\"[Request] Create open channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2131,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2289,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2413,
+ "length": 143,
+ "value": "\"[Failed] Create open channel request:\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2532,
+ "length": 421,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2674,
+ "length": 62,
+ "value": "\"[Succeed] Create open channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2732,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2735,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 517,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 538,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 955,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "StringLiteral",
+ "offset": 1699,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "StringLiteral",
+ "offset": 1821,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "StringLiteral",
+ "offset": 2181,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2373,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2402,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3068,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3390,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3431,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4026,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4426,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4936,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5217,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5316,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5351,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7317,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7330,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7338,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7349,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7425,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7437,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8773,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 709,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 853,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 910,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 918,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2167,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2323,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 2378,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 2386,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2494,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2500,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 3696,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 3769,
+ "length": 15,
+ "value": "\"No image data\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3962,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3968,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3978,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3989,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 4461,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5993,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5997,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6202,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6249,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6255,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6585,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6658,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7116,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7344,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7350,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7356,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7362,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7370,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7529,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7566,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7884,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8398,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8725,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9206,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9617,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9702,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9907,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9915,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9931,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9961,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9982,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9986,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10020,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10240,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10551,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 10826,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10914,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 11018,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11030,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11140,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11144,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 11410,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 396,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 436,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 473,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 704,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 867,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1065,
+ "length": 2,
+ "value": "-6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1706,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2325,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2980,
+ "length": 2,
+ "value": "-6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3634,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4340,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4916,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5153,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5252,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5287,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6231,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6272,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6319,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6367,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6413,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8171,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8182,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8247,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8251,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8256,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8359,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8370,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8452,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 10841,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11910,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12065,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13291,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13595,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14251,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14459,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14617,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14652,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15417,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17702,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18175,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18215,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18282,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18329,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18369,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18472,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18517,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18568,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20957,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 22318,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22333,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 22724,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22739,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 23301,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 514,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 548,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 693,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1288,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1460,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1469,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1516,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 331,
+ "length": 16,
+ "value": "\"SendbirdUIKit.SBUVoiceFileInfo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3362,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 3536,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3590,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 3834,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3980,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3990,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3998,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4009,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7054,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7217,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.Feedback.swift",
+ "kind": "BooleanLiteral",
+ "offset": 773,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.Feedback.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1434,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.Feedback.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1595,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.Feedback.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1608,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1674,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2214,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2385,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2475,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2530,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3086,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3131,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3151,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3872,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3956,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4001,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4021,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4958,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5085,
+ "length": 47,
+ "value": "\"[Request] Load channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5131,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5431,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5492,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5564,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5976,
+ "length": 63,
+ "value": "\"[Failed] Enter channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6038,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6298,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6366,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 6633,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6781,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7195,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7256,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7549,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7640,
+ "length": 35,
+ "value": "\"[Succeed] Refresh channel request\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8276,
+ "length": 187,
+ "value": "\"loadInitialMessages,\nstartingPoint : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8377,
+ "length": 1,
+ "value": "\",\ninitialMessages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8447,
+ "length": 9113,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9476,
+ "length": 30,
+ "value": "\"Prev message already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9566,
+ "length": 69,
+ "value": "\"[Request] Prev message list from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9634,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9774,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9825,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10291,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10502,
+ "length": 40,
+ "value": "\"Prev message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10618,
+ "length": 52,
+ "value": "\"[Prev message response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10660,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10969,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11149,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11344,
+ "length": 30,
+ "value": "\"Next message already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11434,
+ "length": 65,
+ "value": "\"[Request] Next message list from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11498,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11653,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11691,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11794,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12101,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12288,
+ "length": 40,
+ "value": "\"Next message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12823,
+ "length": 52,
+ "value": "\"[Next message Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12865,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13096,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13199,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13596,
+ "length": 69,
+ "value": "\"[Request] Both message list from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13664,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13926,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14279,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14322,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14371,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14420,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14490,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14631,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14688,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14732,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14785,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14875,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14996,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15094,
+ "length": 111,
+ "value": "\"Fetch from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15128,
+ "length": 5,
+ "value": "\" limit: prev = \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15171,
+ "length": 1,
+ "value": "\", next = \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15204,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15236,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15596,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15668,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16561,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16720,
+ "length": 43,
+ "value": "\"Initial message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16817,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16882,
+ "length": 52,
+ "value": "\"[Both message response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16924,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17267,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17570,
+ "length": 276,
+ "value": "\"[Initial message response] Prev count : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17689,
+ "length": 1,
+ "value": "\",\nprevLimit : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17767,
+ "length": 1,
+ "value": "\",\nhasPrev : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17830,
+ "length": 28,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17868,
+ "length": 268,
+ "value": "\"[Initial message response] Next count : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17987,
+ "length": 1,
+ "value": "\",\nnextLimit : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18061,
+ "length": 1,
+ "value": "\",\nhasNext : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18120,
+ "length": 6413,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18167,
+ "length": 119,
+ "value": "\"[Initial message response] First : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18240,
+ "length": 1,
+ "value": "\", Last : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18285,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18432,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18811,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18895,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18940,
+ "length": 76,
+ "value": "\"[Failed] Resend failed user message request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19015,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19341,
+ "length": 62,
+ "value": "\"[Succeed] Resend failed file message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19402,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19489,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19645,
+ "length": 139,
+ "value": "\"hasNext : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19691,
+ "length": 1,
+ "value": "\". first : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19738,
+ "length": 1,
+ "value": "\", last : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19783,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19878,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20260,
+ "length": 115,
+ "value": "\"newTimestamp : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20291,
+ "length": 1,
+ "value": "\", lastUpdatedTimestamp : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20344,
+ "length": 1,
+ "value": "\", currentTime : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20374,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20602,
+ "length": 21,
+ "value": "\"set to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20622,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20868,
+ "length": 139,
+ "value": "\"reset timestamp to : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20918,
+ "length": 1,
+ "value": "\", startingPoint : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20977,
+ "length": 11,
+ "value": "\" currentTime : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 21006,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21336,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22246,
+ "length": 42,
+ "value": "\"[Request] Message change logs with token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22511,
+ "length": 59,
+ "value": "\"[Request] Message change logs with last updated timestamp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23065,
+ "length": 76,
+ "value": "\"[Request] Changelog added message list from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23140,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23298,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23704,
+ "length": 51,
+ "value": "\"Changelog added message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23870,
+ "length": 55,
+ "value": "\"[Changelog added response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23915,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24543,
+ "length": 123,
+ "value": "\"[Failed] Message change logs request:\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24646,
+ "length": 181,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24777,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24841,
+ "length": 209,
+ "value": "\"[Response]\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24897,
+ "length": 21,
+ "value": "\"%d updated messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24946,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24949,
+ "length": 1,
+ "value": "\",\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24980,
+ "length": 21,
+ "value": "\"%d deleted messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25031,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25034,
+ "length": 5063,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25369,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25967,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26679,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26776,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26980,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27527,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27797,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27932,
+ "length": 95,
+ "value": "\"Loaded added messages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27979,
+ "length": 1,
+ "value": "\", hasNext : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28026,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28646,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28756,
+ "length": 67,
+ "value": "\"[Failed] Send user message request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28822,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29153,
+ "length": 57,
+ "value": "\"[Succeed] Send user message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29209,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29287,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29992,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30107,
+ "length": 133,
+ "value": "\"[Failed] Send file message request:\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30216,
+ "length": 8763,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30587,
+ "length": 57,
+ "value": "\"[Succeed] Send file message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30643,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30734,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31151,
+ "length": 41,
+ "value": "\"[Failed] Message list request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31191,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31227,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31294,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31319,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31408,
+ "length": 29,
+ "value": "\"Message list request is nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31472,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31497,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31537,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1556,
+ "length": 23,
+ "value": "\"SendbirdUIKit.SBUOpenChannelViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32768,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32802,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32832,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33209,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33528,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33764,
+ "length": 32,
+ "value": "\"Did update message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33795,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33865,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34095,
+ "length": 35,
+ "value": "\"Message was deleted: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34129,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34203,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34494,
+ "length": 55,
+ "value": "\"Channel was changed, ChannelURL:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34548,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34987,
+ "length": 54,
+ "value": "\"Channel was frozen, ChannelURL:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35040,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35488,
+ "length": 56,
+ "value": "\"Channel was unfrozen, ChannelURL:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35543,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 36021,
+ "length": 16,
+ "value": "\"You are muted.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 36509,
+ "length": 18,
+ "value": "\"You are unmuted.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 37372,
+ "length": 17,
+ "value": "\"You are banned.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 1883,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 2017,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 2156,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 2316,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 2466,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 292,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 315,
+ "length": 14,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 339,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 359,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 292,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 315,
+ "length": 14,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 339,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 359,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 525,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 544,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 575,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 662,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 744,
+ "length": 12,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 825,
+ "length": 13,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 525,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 544,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 575,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "Array",
+ "offset": 4266,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 4729,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6198,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6254,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 6487,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6541,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6853,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6863,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6871,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6882,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10550,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 10813,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 12930,
+ "length": 32,
+ "value": "\"[Request] Retry load user list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13372,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/InviteUser\/SBUInviteUserModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 2422,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 426,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 602,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 629,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1507,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1515,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1526,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1565,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1648,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1857,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1999,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2208,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2936,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 905,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1048,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1707,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1729,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1749,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1772,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Moderations\/SBUModerationsViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3183,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 31,
+ "value": "\"LOCAL_CACHING_EMOJI_CONTAINER\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 936,
+ "length": 39,
+ "value": "\"[Failed] Emoji Categories: load emoji\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 996,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1090,
+ "length": 53,
+ "value": "\"[Failed] Emoji Categories: enableReactions is false\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 1164,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1282,
+ "length": 46,
+ "value": "\"[Failed] Emoji Categories: Category is empty\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1591,
+ "length": 33,
+ "value": "\"[Failed] Emoji List: load emoji\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 1645,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1739,
+ "length": 47,
+ "value": "\"[Failed] Emoji List: enableReactions is false\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 1807,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 1870,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1947,
+ "length": 42,
+ "value": "\"[Failed] Emoji List: emoji list is empty\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2292,
+ "length": 46,
+ "value": "\"[Failed] Emojis with category id: load emoji\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 2359,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2453,
+ "length": 60,
+ "value": "\"[Failed] Emojis with category id: enableReactions is false\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 2534,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2653,
+ "length": 54,
+ "value": "\"[Warning] Emojis with category id: Category is empty\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 2728,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2860,
+ "length": 58,
+ "value": "\"[Warning] Emojis with category id: Can not find category\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 2939,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3166,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3638,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4159,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4289,
+ "length": 27,
+ "value": "\"[Request] Load all emojis\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4816,
+ "length": 38,
+ "value": "\"[Succeed] Load all emojis from cache\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4974,
+ "length": 57,
+ "value": "\"[Failed] Load all emojis: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5030,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5294,
+ "length": 38,
+ "value": "\"[Succeed] Load all emojis from cache\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5452,
+ "length": 53,
+ "value": "\"[Failed] Load all emojis: EmojiContainer is not set\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5647,
+ "length": 27,
+ "value": "\"[Succeed] Load all emojis\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 544,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 639,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 763,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 311,
+ "length": 35,
+ "value": "\"SendbirdUIKit.SBUTypingIndicatorMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2344,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "Array",
+ "offset": 2421,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2645,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2701,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 2941,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2995,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3411,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3421,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3429,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3502,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3583,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3593,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3601,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3612,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5205,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6178,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6475,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 608,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 649,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 690,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1074,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1444,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1824,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2191,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2565,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2627,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2644,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1357,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "Array",
+ "offset": 3231,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "Array",
+ "offset": 3406,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3470,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3513,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3946,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4062,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4507,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 4732,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 4959,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5193,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5450,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7993,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8169,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8441,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8536,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9038,
+ "length": 4,
+ "value": "1122"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9076,
+ "length": 4,
+ "value": "2233"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11079,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11946,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12792,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12964,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13038,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13103,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13167,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13274,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13352,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13425,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13490,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13623,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13839,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14160,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14465,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14548,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14825,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15137,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15203,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15323,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15388,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15454,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15507,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15720,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15942,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16256,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16394,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16887,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17010,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17153,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17219,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17273,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17384,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17800,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18005,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18214,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18290,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18343,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18397,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18452,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18632,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18642,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18717,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18785,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19001,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19190,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19278,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19345,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19519,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19589,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19664,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19739,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19810,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19872,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19933,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20414,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20503,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20577,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20642,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20706,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21062,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21150,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21228,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21301,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21366,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21442,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21509,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21634,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21688,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21855,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21921,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22042,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22107,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22170,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22279,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22349,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22529,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22751,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23065,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23203,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23819,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25108,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26048,
+ "length": 30,
+ "value": "\"listComponent is not set up.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27491,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27602,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28628,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28632,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 28685,
+ "length": 37,
+ "value": "\"The ratio must be in range of 0...1\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28859,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28864,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30114,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30364,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30488,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30842,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 31475,
+ "length": 62,
+ "value": "\"[Failed] Exit channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 31536,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31757,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31826,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31892,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32257,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32679,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34577,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35689,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1022,
+ "length": 19,
+ "value": "\"suggested_replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1068,
+ "length": 13,
+ "value": "\"custom_view\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1114,
+ "length": 20,
+ "value": "\"disable_chat_input\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1022,
+ "length": 19,
+ "value": "\"suggested_replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1068,
+ "length": 13,
+ "value": "\"custom_view\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1114,
+ "length": 20,
+ "value": "\"disable_chat_input\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1393,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1407,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1494,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1509,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "Array",
+ "offset": 1554,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1569,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1583,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1631,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1704,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 2279,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 2442,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2716,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2762,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3733,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3738,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4408,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 4507,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4547,
+ "length": 21,
+ "value": "\"[Request] User List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4611,
+ "length": 26,
+ "value": "\"[Request] Next user List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4751,
+ "length": 50,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4766,
+ "length": 10,
+ "value": "\" customized users have been added.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4903,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5061,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5203,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5618,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5686,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5721,
+ "length": 29,
+ "value": "\"All users have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6129,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6444,
+ "length": 33,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6470,
+ "length": 5,
+ "value": "\" users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6711,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7055,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7146,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7269,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7543,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7768,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8056,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8085,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8151,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9072,
+ "length": 119,
+ "value": "\"[Request] Create channel with users,\nUsers: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9175,
+ "length": 351,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9241,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9400,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9536,
+ "length": 138,
+ "value": "\"[Failed] Create channel request:\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9650,
+ "length": 1137,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9804,
+ "length": 57,
+ "value": "\"[Succeed] Create channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9857,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9860,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10625,
+ "length": 24,
+ "value": "\"Selected user: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10648,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 510,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 881,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 933,
+ "length": 1,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1124,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 1200,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 1461,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 1564,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1852,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1862,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1870,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1881,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1958,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1968,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1976,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1987,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2486,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2586,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2647,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3541,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3984,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4140,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4187,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UITextField+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1506,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2316,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2506,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2632,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2988,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5144,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1833,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2083,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2606,
+ "length": 3,
+ "value": "4.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3624,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3822,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3859,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3903,
+ "length": 2,
+ "value": "64"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3915,
+ "length": 2,
+ "value": "68"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4558,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 5402,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 5886,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 5921,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7138,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7151,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7159,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7170,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7261,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7274,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7282,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7293,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7369,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7484,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7497,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7891,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8022,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8156,
+ "length": 3,
+ "value": "-21"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8370,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8502,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8636,
+ "length": 3,
+ "value": "-23"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8818,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8949,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9083,
+ "length": 3,
+ "value": "-25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9295,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9375,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9510,
+ "length": 2,
+ "value": "27"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9647,
+ "length": 3,
+ "value": "-28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9860,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9934,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10064,
+ "length": 2,
+ "value": "29"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10196,
+ "length": 3,
+ "value": "-30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10536,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10681,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10732,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10833,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10873,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11155,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11304,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11365,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11417,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11953,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12330,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12381,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 12424,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 12459,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "FloatLiteral",
+ "offset": 12559,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12920,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12972,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 13014,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 13049,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "FloatLiteral",
+ "offset": 13090,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13289,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13345,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/ViewParams\/SBUQuoteMessageInputViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1530,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1676,
+ "length": 51,
+ "value": "\"[Failed] Save image: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1726,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1970,
+ "length": 24,
+ "value": "\"[Succeed] Image saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2436,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4246,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4553,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4659,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4766,
+ "length": 26,
+ "value": "\"[Succeed] File is saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5141,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5246,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5377,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6867,
+ "length": 21,
+ "value": "\"[Failed] Save image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7590,
+ "length": 51,
+ "value": "\"[Failed] Save image: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7640,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7884,
+ "length": 24,
+ "value": "\"[Succeed] Image saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8350,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 9705,
+ "length": 20,
+ "value": "\"[Failed] Save file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10239,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10538,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10636,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 10743,
+ "length": 26,
+ "value": "\"[Succeed] File is saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11110,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11215,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11338,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1145,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1311,
+ "length": 4,
+ "value": "0.65"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1367,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1851,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2062,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2176,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2769,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2849,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3548,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3628,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4285,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4083,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4139,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 4313,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4367,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4771,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4781,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4789,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4800,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5470,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5897,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6325,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7440,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8021,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8449,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 498,
+ "length": 9,
+ "value": "\"Waiting\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 529,
+ "length": 7,
+ "value": "\"Ready\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 11,
+ "value": "\"Executing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 598,
+ "length": 10,
+ "value": "\"Finished\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 660,
+ "length": 4,
+ "value": "\"is\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 498,
+ "length": 9,
+ "value": "\"Waiting\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 529,
+ "length": 7,
+ "value": "\"Ready\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 11,
+ "value": "\"Executing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 598,
+ "length": 10,
+ "value": "\"Finished\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 1365,
+ "length": 57,
+ "value": "\"com.sendbird.uikit.operation.state.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 1421,
+ "length": 27,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1639,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "Dictionary",
+ "offset": 2634,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2829,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2920,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3109,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3201,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4089,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 387,
+ "length": 17,
+ "value": "\"SendbirdUIKit.BlockingOperation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUnknownMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 852,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUnknownMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1271,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 748,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1129,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1289,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1661,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2060,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2071,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2136,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2771,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2775,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2835,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3054,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3522,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUFeedbackAction.swift",
+ "kind": "StringLiteral",
+ "offset": 1498,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUFeedbackAction.swift",
+ "kind": "StringLiteral",
+ "offset": 1752,
+ "length": 58,
+ "value": "\"[Request] submit message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUFeedbackAction.swift",
+ "kind": "StringLiteral",
+ "offset": 1809,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUFeedbackAction.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2076,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 440,
+ "length": 25,
+ "value": "\"com.sendbird.cache.file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 565,
+ "length": 10,
+ "value": "\"template\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 609,
+ "length": 14,
+ "value": "\"user-profile\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 654,
+ "length": 10,
+ "value": "\"reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 690,
+ "length": 5,
+ "value": "\"web\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 806,
+ "length": 29,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 999,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1280,
+ "length": 49,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1312,
+ "length": 1,
+ "value": "\".queue.diskcache\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2014,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3429,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4032,
+ "length": 27,
+ "value": "\"Invalid cacheHandler type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4224,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4658,
+ "length": 27,
+ "value": "\"Invalid cacheHandler type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5424,
+ "length": 33,
+ "value": "\"Could not remove file: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5456,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5838,
+ "length": 39,
+ "value": "\"Could not remove cache path: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5876,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6176,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6217,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6308,
+ "length": 20,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6326,
+ "length": 1,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6995,
+ "length": 12,
+ "value": "\"voice_temp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7227,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7365,
+ "length": 59,
+ "value": "\"[Failed] Create directory : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7423,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 8008,
+ "length": 33,
+ "value": "\"Could not remove file: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 8040,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 8316,
+ "length": 51,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 8348,
+ "length": 1,
+ "value": "\".queue.memorycache\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8580,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8585,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8592,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8700,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 10118,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1559,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1614,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "Array",
+ "offset": 1740,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3604,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3762,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3805,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3851,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4885,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4921,
+ "length": 32,
+ "value": "\"All channels have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5009,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5015,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5191,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5198,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5383,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5481,
+ "length": 45,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5514,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5516,
+ "length": 8,
+ "value": "\" channels\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5704,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6225,
+ "length": 60,
+ "value": "\"[Request] Leave channel, ChannelURL: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6284,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6320,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6326,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6472,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6479,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6652,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6805,
+ "length": 68,
+ "value": "\"[Succeed] Leave channel request, ChannelURL: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6872,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7326,
+ "length": 154,
+ "value": "\"[Request]\nChannel push status: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7404,
+ "length": 4,
+ "value": "\"on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7411,
+ "length": 5,
+ "value": "\"off\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7417,
+ "length": 1,
+ "value": "\",\nChannelURL: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7464,
+ "length": 1577,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7506,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7512,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7683,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7690,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7875,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8040,
+ "length": 66,
+ "value": "\"[Succeed] Channel push status, ChannelURL: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8105,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1434,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUGroupChannelListViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9051,
+ "length": 166,
+ "value": "\"source: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9101,
+ "length": 1,
+ "value": "\",\nfromEvent: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9146,
+ "length": 1,
+ "value": "\",\ndelete size : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9201,
+ "length": 411,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9375,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9622,
+ "length": 157,
+ "value": "\"source: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9672,
+ "length": 1,
+ "value": "\",\nfromEvent: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9717,
+ "length": 1,
+ "value": "\",\nchannel size : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9763,
+ "length": 404,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10177,
+ "length": 157,
+ "value": "\"source: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10227,
+ "length": 1,
+ "value": "\",\nfromEvent: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10272,
+ "length": 1,
+ "value": "\",\nchannel size : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10318,
+ "length": 788,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10483,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "Array",
+ "offset": 6782,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "Array",
+ "offset": 7012,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8703,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9036,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9688,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14312,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14767,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14934,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15606,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1485,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1552,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1585,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1628,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1674,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1722,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1765,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 200,
+ "length": 24,
+ "value": "\"SendbirdUIKit.SBUUserMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 479,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 691,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 907,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1185,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1227,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1447,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1831,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1888,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2595,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2750,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3612,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3954,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4141,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4289,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4390,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4495,
+ "length": 2,
+ "value": "-2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4589,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4829,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4941,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 3,
+ "value": "-10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5159,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5493,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5735,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5848,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5946,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6111,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6330,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6421,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6516,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6667,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 6940,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7032,
+ "length": 3,
+ "value": "249"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7337,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8193,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8593,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9089,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9132,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9276,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9326,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9420,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "StringLiteral",
+ "offset": 9651,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10203,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10253,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "StringLiteral",
+ "offset": 10710,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11160,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11694,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12355,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 712,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 826,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 961,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1290,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 289,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 341,
+ "length": 3,
+ "value": "0.6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "Array",
+ "offset": 389,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 981,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 993,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1084,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1096,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1190,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1213,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1217,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1399,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1405,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1427,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1450,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1777,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1781,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1788,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1930,
+ "length": 3,
+ "value": "1.4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 2089,
+ "length": 17,
+ "value": "\"transform.scale\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2145,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2150,
+ "length": 3,
+ "value": "1.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2155,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "Array",
+ "offset": 2198,
+ "length": 13,
+ "value": "[0.4, 0.7, 1]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 2358,
+ "length": 17,
+ "value": "\"backgroundColor\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2772,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 3117,
+ "length": 10,
+ "value": "\"dotPulse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 3173,
+ "length": 16,
+ "value": "\"dotColorChange\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 212,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUTypingIndicatorBubbleView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 527,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1014,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1376,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1416,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1634,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1670,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1801,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1824,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2006,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2251,
+ "length": 23,
+ "value": "\"Failed to decode JSON\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2607,
+ "length": 33,
+ "value": "\"Failed to decode JSON: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2639,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Data+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 28,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Data+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 335,
+ "length": 1,
+ "value": "\".mov\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 2863,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4819,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4824,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1049,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1138,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 1237,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1288,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1317,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1359,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1684,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1775,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1806,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1877,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1944,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2070,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2395,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2420,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2440,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2463,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2593,
+ "length": 3,
+ "value": "-12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2619,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2744,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2782,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2794,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2843,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2882,
+ "length": 3,
+ "value": "136"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3341,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3344,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3809,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4248,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4287,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4296,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4371,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5350,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5462,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5711,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "FloatLiteral",
+ "offset": 5864,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6000,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6153,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6450,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6964,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUTypingIndicatorInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 504,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/MessageSearch\/SBUMessageSearchViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2815,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1259,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1936,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2512,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2925,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3105,
+ "length": 27,
+ "value": "\"Cannot use `init(coder:)`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4400,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8348,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8787,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9341,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10813,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11815,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16000,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16027,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16756,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17767,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17814,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19156,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19203,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19286,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20944,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21690,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22045,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 22452,
+ "length": 6,
+ "value": "\"file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22747,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22915,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23710,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23791,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23920,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23932,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24011,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24023,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24041,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24351,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25072,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25674,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26156,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26189,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26192,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27144,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27215,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27273,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27881,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28015,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28204,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28973,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 29634,
+ "length": 58,
+ "value": "\"Fetched : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 29662,
+ "length": 1,
+ "value": "\", keepScroll : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 29691,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 29838,
+ "length": 25,
+ "value": "\"Fetched empty messages.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30071,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32635,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32941,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33485,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34221,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34701,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35180,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36322,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36377,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 36495,
+ "length": 24,
+ "value": "\"This channel is frozen\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36709,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37818,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38307,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 38349,
+ "length": 49,
+ "value": "\"Couldn't find the message with id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 38397,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38580,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38599,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 38816,
+ "length": 49,
+ "value": "\"Couldn't find the message with id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 38864,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39075,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39371,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 39413,
+ "length": 57,
+ "value": "\"Couldn't find the message with id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 39469,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39627,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40452,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41158,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41427,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41919,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42032,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42155,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42251,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42320,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42472,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42484,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42819,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42889,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 43621,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 43847,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44053,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 47036,
+ "length": 18,
+ "value": "[\"public.content\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47255,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 48238,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 49031,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50049,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 50219,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50792,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 51052,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 52012,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 54145,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 54769,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 55095,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 55368,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 56073,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 57063,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 57568,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 60436,
+ "length": 50,
+ "value": "\"[Request] Delete message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 60485,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60891,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60956,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 65589,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 65855,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6379,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6561,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7386,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7415,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7644,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7654,
+ "length": 1,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7665,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7676,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7717,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7757,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7944,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8290,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8575,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8605,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8819,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9121,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9889,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10581,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10678,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10771,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10859,
+ "length": 2,
+ "value": "87"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10969,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11473,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11725,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11930,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11947,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11967,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11985,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 12760,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13186,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13563,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13914,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14368,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 16175,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16208,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16238,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16270,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16441,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16539,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17326,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17407,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 18892,
+ "length": 60,
+ "value": "\"Message input view changed mode to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 18951,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19943,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19981,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20370,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20407,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20549,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20596,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20633,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24083,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24096,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24104,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24115,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24189,
+ "length": 2,
+ "value": "75"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24262,
+ "length": 2,
+ "value": "75"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24325,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24445,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24638,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24650,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25000,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25012,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25093,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25105,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25250,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25271,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25282,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25430,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25439,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25617,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25696,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26118,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26434,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26762,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26791,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26815,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26842,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31347,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31455,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31607,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31715,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31720,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31731,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 31945,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 31973,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32017,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32059,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32097,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32318,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32353,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33809,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34392,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34448,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34490,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 34658,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34702,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35337,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35507,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37311,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "Array",
+ "offset": 37840,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 38846,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38962,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39265,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 39854,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 40113,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40505,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40552,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41008,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41128,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41133,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41358,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41711,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2441,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2539,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2635,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3097,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3288,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3499,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3708,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3906,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4309,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4369,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4387,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4517,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4558,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4606,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4653,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4700,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5718,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5788,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5874,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6299,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6313,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6323,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6335,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6582,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6621,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6696,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7387,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7438,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7813,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 7824,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7895,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 7934,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10010,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 10063,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 10118,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10186,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 10232,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11024,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11036,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11396,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11711,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11864,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12219,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 13093,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13196,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13239,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13257,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13261,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13393,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13412,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 13458,
+ "length": 5,
+ "value": "\"99+\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13519,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13712,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14784,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 15524,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17658,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "Array",
+ "offset": 8967,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9181,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9237,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10792,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10897,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10953,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11038,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11044,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11172,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11178,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 11313,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11367,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12096,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12122,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12146,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12290,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12446,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12571,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 16631,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16819,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19414,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19590,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19869,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20626,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20719,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20854,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20957,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 21385,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21795,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21801,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 21963,
+ "length": 34,
+ "value": "\"There are no notification cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 23556,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24305,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24321,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24476,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25379,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25673,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25708,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25847,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26039,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26296,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26942,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26954,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26989,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27111,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27540,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27930,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1010,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1049,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1082,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1170,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 309,
+ "length": 33,
+ "value": "\"SendbirdUIKit.SBUMultipleFilesMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 889,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1105,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1798,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3863,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3986,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4374,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4407,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4410,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4792,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4874,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4974,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5401,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6294,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6810,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPermissionManager.swift",
+ "kind": "Dictionary",
+ "offset": 2773,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPermissionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8776,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPermissionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8827,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1319,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2103,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2879,
+ "length": 2,
+ "value": "55"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2925,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3007,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3197,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3608,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3998,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4548,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4570,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4590,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5087,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7023,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7302,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7582,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "StringLiteral",
+ "offset": 8152,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8240,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8286,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "StringLiteral",
+ "offset": 9979,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10030,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10059,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10101,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "StringLiteral",
+ "offset": 1560,
+ "length": 19,
+ "value": "\"SendbirdUIKit.SBUMessageStateView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "StringLiteral",
+ "offset": 1560,
+ "length": 19,
+ "value": "\"SendbirdUIKit.SBUMessageStateView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2585,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3273,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4104,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5989,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2386,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2581,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 3116,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 3463,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 3804,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 562,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 851,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1984,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1997,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2005,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2016,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2099,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2111,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2149,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2161,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2796,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/CreateChannel\/SBUCreateChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4143,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFeedNotificationCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 217,
+ "length": 29,
+ "value": "\"SendbirdUIKit.SBUFeedNotificationCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 630,
+ "length": 11,
+ "value": "\"reactions\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 673,
+ "length": 15,
+ "value": "\"enable_og_tag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 738,
+ "length": 33,
+ "value": "\"use_last_messege_on_super_group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 806,
+ "length": 18,
+ "value": "\"use_last_seen_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 867,
+ "length": 26,
+ "value": "\"enable_message_threading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 947,
+ "length": 37,
+ "value": "\"allow_group_channel_create_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1038,
+ "length": 37,
+ "value": "\"allow_group_channel_invite_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1127,
+ "length": 35,
+ "value": "\"allow_operators_to_edit_operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1213,
+ "length": 34,
+ "value": "\"allow_operators_to_ban_operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1291,
+ "length": 27,
+ "value": "\"allow_super_group_channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1371,
+ "length": 36,
+ "value": "\"allow_group_channel_leave_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1461,
+ "length": 37,
+ "value": "\"allow_group_channel_update_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1564,
+ "length": 49,
+ "value": "\"allow_only_operator_sdk_to_update_group_channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1655,
+ "length": 25,
+ "value": "\"allow_broadcast_channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1713,
+ "length": 19,
+ "value": "\"message_search_v3\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1846,
+ "length": 28,
+ "value": "\"allow_user_update_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2166,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5410,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6139,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6335,
+ "length": 2,
+ "value": "25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6340,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6347,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6529,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6536,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "Dictionary",
+ "offset": 754,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1038,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1602,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2096,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2197,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2225,
+ "length": 168,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2240,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2272,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2288,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2321,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2347,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2373,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2392,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2907,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2938,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3328,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4498,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5515,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 414,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 598,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 947,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1189,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1236,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1972,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2538,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2580,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2618,
+ "length": 2,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2658,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2698,
+ "length": 2,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2922,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2973,
+ "length": 2,
+ "value": "51"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3024,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3155,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3197,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3238,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3279,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 400,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 882,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 915,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 958,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 998,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 27,
+ "value": "\"SendbirdUIKit.SBUUnknownMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1094,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1350,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1530,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1587,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2227,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2380,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2790,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "FloatLiteral",
+ "offset": 5807,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "FloatLiteral",
+ "offset": 6240,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9265,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 9365,
+ "length": 3,
+ "value": "\"0\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9373,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9522,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 9830,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 10158,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10306,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10611,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10698,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 11345,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11663,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11777,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11944,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12159,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12212,
+ "length": 6,
+ "value": "\"name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12271,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12335,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12403,
+ "length": 13,
+ "value": "\"ui_template\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 12439,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12488,
+ "length": 17,
+ "value": "\"color_variables\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 12528,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 12642,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 12834,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13094,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13155,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 13672,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 13855,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13940,
+ "length": 14,
+ "value": "\"template_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14023,
+ "length": 20,
+ "value": "\"template_variables\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 14066,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14170,
+ "length": 36,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14202,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14205,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 14783,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 14956,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15104,
+ "length": 33,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15133,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15136,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 15395,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 15453,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15563,
+ "length": 3,
+ "value": "\",\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15604,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15745,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15796,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15801,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15805,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15868,
+ "length": 7,
+ "value": "\"light\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15913,
+ "length": 6,
+ "value": "\"dark\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15957,
+ "length": 9,
+ "value": "\"default\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 16277,
+ "length": 5,
+ "value": "\"\\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 16290,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16569,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16784,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17094,
+ "length": 23,
+ "value": "\"\\{([^{}\\\"\\n]+)\\}\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 17140,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 17386,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17427,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17557,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17744,
+ "length": 4,
+ "value": "\"\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17756,
+ "length": 6,
+ "value": "\"\\\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17858,
+ "length": 10,
+ "value": "\"{\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17866,
+ "length": 1,
+ "value": "\"}\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 17939,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18423,
+ "length": 3,
+ "value": "\",\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18494,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18541,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18546,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18550,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18601,
+ "length": 7,
+ "value": "\"light\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18783,
+ "length": 6,
+ "value": "\"dark\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18962,
+ "length": 9,
+ "value": "\"default\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19412,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19465,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22437,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22463,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22437,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22463,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22707,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22773,
+ "length": 12,
+ "value": "\"theme_mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22707,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22773,
+ "length": 12,
+ "value": "\"theme_mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 22940,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 23085,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 23151,
+ "length": 11,
+ "value": "\"templates\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Moderations\/SBUModerationsViewModel.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 683,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 466,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 949,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 961,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1098,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1129,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1155,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1183,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1803,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2260,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2471,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2513,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3486,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3555,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4633,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4658,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4678,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4701,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4831,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4844,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4855,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4894,
+ "length": 3,
+ "value": "134"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5018,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5032,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5042,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5082,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5192,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5262,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5344,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5356,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5494,
+ "length": 2,
+ "value": "-6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5593,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5713,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5725,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5827,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5840,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5878,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5890,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5992,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6005,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6044,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6056,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6400,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6576,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6579,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6821,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6824,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7307,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7310,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7440,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7443,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8007,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8189,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8301,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8598,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8606,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8766,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8774,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8779,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8982,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9135,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9271,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9424,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9974,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11375,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11443,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11490,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12680,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12720,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12790,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13010,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13234,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13357,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13459,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13496,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14494,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14704,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1185,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "Array",
+ "offset": 1294,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2493,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2538,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2558,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2735,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2780,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2800,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3370,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3959,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3999,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4006,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4240,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4425,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4523,
+ "length": 45,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4556,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4558,
+ "length": 8,
+ "value": "\" channels\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4637,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "Array",
+ "offset": 6774,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "Array",
+ "offset": 8061,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1061,
+ "length": 27,
+ "value": "\"SendbirdUIKit.SBUOpenChannelListViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8905,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9129,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9330,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9533,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9667,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9806,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9976,
+ "length": 21,
+ "value": "\"Channel was deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10066,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4243,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4414,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4579,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5103,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9057,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "Array",
+ "offset": 2673,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2855,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2983,
+ "length": 4,
+ "value": "56.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3020,
+ "length": 4,
+ "value": "48.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3055,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3091,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3184,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4176,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4917,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5148,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6210,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6313,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 6635,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6660,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6804,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6841,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6893,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7185,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7540,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8032,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8061,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8103,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8150,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8224,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8324,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8491,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8573,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9540,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 10363,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 10449,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10907,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 11434,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 11455,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 11520,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "Array",
+ "offset": 11865,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12209,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12221,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12552,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13887,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13899,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 249,
+ "length": 11,
+ "value": "\"SBUConfig\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 2361,
+ "length": 56,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 2393,
+ "length": 1,
+ "value": "\".queue.diskcache.config\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2490,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 2533,
+ "length": 23,
+ "value": "\"sbu_config_updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 2581,
+ "length": 19,
+ "value": "\"sbu_config_config\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3266,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3630,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 4927,
+ "length": 47,
+ "value": "\"Failed to save config to disk cache: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 4973,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5590,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5982,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 6577,
+ "length": 33,
+ "value": "\"Could not remove file: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 6609,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7089,
+ "length": 33,
+ "value": "\"Could not remove file: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7121,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7588,
+ "length": 33,
+ "value": "\"Could not remove path: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7620,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7920,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7961,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 8052,
+ "length": 20,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 8070,
+ "length": 1,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 8916,
+ "length": 69,
+ "value": "\"No last update time value file cached in the file path: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 8984,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9014,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9261,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 9422,
+ "length": 34,
+ "value": "\"No last update time value cached\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9485,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 10022,
+ "length": 10,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 10031,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10101,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 10183,
+ "length": 47,
+ "value": "\"Error writing to file: lastUpdatedAtKey value\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/NotificationSettings\/SBUGroupChannelPushSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1989,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/NotificationSettings\/SBUGroupChannelPushSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2183,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/NotificationSettings\/SBUGroupChannelPushSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 805,
+ "length": 36,
+ "value": "\"SendbirdUIKit.SBUGroupChannelPushSettingsViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "Array",
+ "offset": 2670,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3586,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4484,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4495,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4504,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4516,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4591,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4662,
+ "length": 3,
+ "value": "244"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4719,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4732,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4740,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4751,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4952,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5145,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5525,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5594,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5663,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5981,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 539,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 571,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 650,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 726,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1029,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1060,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1092,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "StringLiteral",
+ "offset": 700,
+ "length": 64,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "StringLiteral",
+ "offset": 732,
+ "length": 1,
+ "value": "\".animation.key.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "StringLiteral",
+ "offset": 763,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1772,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "Array",
+ "offset": 1802,
+ "length": 20,
+ "value": "[0.5, 0.1, 0.2, 0.1]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1948,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "FloatLiteral",
+ "offset": 1954,
+ "length": 5,
+ "value": "-10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2041,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "FloatLiteral",
+ "offset": 2177,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2251,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2256,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2405,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "Dictionary",
+ "offset": 7702,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7923,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9774,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9952,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10298,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10311,
+ "length": 2,
+ "value": "-8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10320,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10363,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10496,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10508,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10806,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10819,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12141,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15044,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 22964,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23152,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24790,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24877,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25784,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26015,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26077,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26164,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26290,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27439,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27692,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27779,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28950,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29645,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29732,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31240,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31327,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31473,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 34107,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34464,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34470,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 34627,
+ "length": 29,
+ "value": "\"There are no message cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37261,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37314,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37496,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38001,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38040,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38731,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38924,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38969,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39114,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39241,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40511,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40554,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40563,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40610,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41366,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41636,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41753,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41913,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42227,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43212,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 43313,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 44141,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44190,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 44946,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45593,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 45642,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46592,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47735,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7172,
+ "length": 24,
+ "value": "\"uploadableFileInfoList\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7228,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7265,
+ "length": 5,
+ "value": "\"gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7302,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7675,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9836,
+ "length": 105,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9929,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9936,
+ "length": 1,
+ "value": "\".jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9973,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 10276,
+ "length": 24,
+ "value": "\"Failed to get mimeType\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 10399,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12369,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13679,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17984,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19442,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21060,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23049,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 23227,
+ "length": 105,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23320,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 23327,
+ "length": 1,
+ "value": "\".jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 23544,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24542,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25210,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27033,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27092,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27698,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28058,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28636,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "Dictionary",
+ "offset": 29450,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30805,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 30935,
+ "length": 22,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 30947,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 30956,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 31056,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 31068,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 31085,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32910,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33004,
+ "length": 22,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33016,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33025,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33089,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33101,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33118,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 34919,
+ "length": 41,
+ "value": "\"`SBUGlobals.userMentionConfig` is `nil`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 35122,
+ "length": 92,
+ "value": "\"User mention features are disabled. See `SBUGlobals.isMentionEnabled` for more information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35355,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35713,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35942,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36107,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36193,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36325,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36516,
+ "length": 3,
+ "value": "164"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36569,
+ "length": 3,
+ "value": "196"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36704,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37419,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37487,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37607,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37672,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37779,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37792,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38049,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38118,
+ "length": 3,
+ "value": "196"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "Array",
+ "offset": 38413,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38926,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39387,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39565,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39836,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40273,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41025,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42092,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 43061,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44696,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 243,
+ "length": 4,
+ "value": "5381"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 270,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 743,
+ "length": 46,
+ "value": "\"invalid regex: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 788,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 810,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 892,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1076,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1215,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 1393,
+ "length": 54,
+ "value": "\"failed removing regex: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 1446,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1625,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1744,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1773,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1861,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2037,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2220,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2302,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2319,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2048,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2559,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4265,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4692,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7757,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8561,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8611,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8889,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8996,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2001,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2546,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3508,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3558,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3954,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 338,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 386,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 808,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 855,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 458,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 974,
+ "length": 65,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1018,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1038,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1169,
+ "length": 65,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1213,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1233,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1426,
+ "length": 29,
+ "value": "\"[Request] Next channel List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1623,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1736,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1800,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2056,
+ "length": 29,
+ "value": "\"[Request] Next channel List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 295,
+ "length": 27,
+ "value": "\"SendbirdUIKit.SBUBaseChannelListViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2855,
+ "length": 26,
+ "value": "\"Did succeed reconnection\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3001,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3058,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3146,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1728,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1795,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1863,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1925,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1992,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2063,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2131,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2256,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2317,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2377,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2435,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2498,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2571,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2633,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2701,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2763,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2830,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4131,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "Array",
+ "offset": 10941,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 1685,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2421,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2450,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2854,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3028,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4492,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4535,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 6187,
+ "length": 36,
+ "value": "\"Can't read multiple files message.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7241,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 7483,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8601,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 8681,
+ "length": 9,
+ "value": "\"message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 8692,
+ "length": 12,
+ "value": "\"deprecated\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 9035,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9994,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 10074,
+ "length": 9,
+ "value": "\"message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 10085,
+ "length": 12,
+ "value": "\"deprecated\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 10450,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 489,
+ "length": 6,
+ "value": "\"%lld\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 564,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 660,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1189,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2058,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2091,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2275,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2309,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2488,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2520,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2700,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2733,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2920,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2955,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7697,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7729,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7763,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8080,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8196,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8302,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 8789,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 9007,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 9052,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9298,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9330,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9520,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9553,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9750,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9785,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 9974,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 10009,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10654,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10695,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13199,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 718,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2360,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2803,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3213,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 348,
+ "length": 5,
+ "value": "10001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 538,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2150,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2362,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2513,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2625,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2772,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2946,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2956,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2964,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2975,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "FloatLiteral",
+ "offset": 3206,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3267,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3278,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "FloatLiteral",
+ "offset": 3316,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3354,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5085,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5135,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5777,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5787,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5799,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5810,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 281,
+ "length": 17,
+ "value": "\"SendbirdUIKit.SBUNewMessageInfo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 227,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 373,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "Dictionary",
+ "offset": 517,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 683,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "StringLiteral",
+ "offset": 764,
+ "length": 7,
+ "value": "\"https\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1229,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "StringLiteral",
+ "offset": 1303,
+ "length": 23,
+ "value": "\"Can't read file size.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1376,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1398,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1990,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6949,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8435,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9045,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9084,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9336,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10088,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10210,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10243,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 10731,
+ "length": 42,
+ "value": "\"The message is not a type of UserMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10965,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12943,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13541,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14590,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14641,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14661,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14733,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14804,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15324,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIViewController+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 665,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelSettings\/SBUBaseChannelSettingsViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3161,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 470,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 511,
+ "length": 11,
+ "value": "\"📕Error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 772,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 813,
+ "length": 13,
+ "value": "\"📙Warning\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1070,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1111,
+ "length": 10,
+ "value": "\"📘Info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1358,
+ "length": 6,
+ "value": "\"Main\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1389,
+ "length": 3,
+ "value": "\"-\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1450,
+ "length": 3,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1463,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1491,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1505,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1580,
+ "length": 25,
+ "value": "\"yyyy-MM-dd HH:mm:ss.SSS\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1728,
+ "length": 51,
+ "value": "\"🎨SBULog \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1747,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1757,
+ "length": 1,
+ "value": "\" [%@ %@:%@:%d] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1778,
+ "length": 35,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1864,
+ "length": 44,
+ "value": "\"🎨SBULog \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1883,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1893,
+ "length": 1,
+ "value": "\" [%@ %@:%@:%d]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4835,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2119,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3113,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3352,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3579,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4433,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4790,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4869,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "IntegerLiteral",
+ "offset": 318,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "IntegerLiteral",
+ "offset": 364,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "IntegerLiteral",
+ "offset": 318,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "IntegerLiteral",
+ "offset": 364,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 6,
+ "value": "\"none\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "StringLiteral",
+ "offset": 804,
+ "length": 6,
+ "value": "\"edit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "StringLiteral",
+ "offset": 844,
+ "length": 13,
+ "value": "\"quote reply\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1900,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2489,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4056,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "FloatLiteral",
+ "offset": 4390,
+ "length": 3,
+ "value": "0.7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6248,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7403,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7992,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8458,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 2466,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3196,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4981,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 5030,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5066,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5146,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6113,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6173,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6205,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6572,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6629,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 288,
+ "length": 31,
+ "value": "\"enableUsingDefaultUserProfile\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 288,
+ "length": 31,
+ "value": "\"enableUsingDefaultUserProfile\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 476,
+ "length": 16,
+ "value": "\"enableDocument\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 476,
+ "length": 16,
+ "value": "\"enableDocument\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 612,
+ "length": 13,
+ "value": "\"enablePhoto\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 656,
+ "length": 13,
+ "value": "\"enableVideo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 612,
+ "length": 13,
+ "value": "\"enablePhoto\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 656,
+ "length": 13,
+ "value": "\"enableVideo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 13,
+ "value": "\"enablePhoto\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 13,
+ "value": "\"enableVideo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 13,
+ "value": "\"enablePhoto\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 13,
+ "value": "\"enableVideo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1123,
+ "length": 13,
+ "value": "\"enableOgtag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1177,
+ "length": 23,
+ "value": "\"enableTypingIndicator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1235,
+ "length": 17,
+ "value": "\"enableReactions\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1297,
+ "length": 27,
+ "value": "\"enableReactionsSupergroup\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1367,
+ "length": 15,
+ "value": "\"enableMention\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1420,
+ "length": 20,
+ "value": "\"enableVoiceMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1482,
+ "length": 24,
+ "value": "\"enableSuggestedReplies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1557,
+ "length": 23,
+ "value": "\"enableFormTypeMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1624,
+ "length": 16,
+ "value": "\"enableFeedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1123,
+ "length": 13,
+ "value": "\"enableOgtag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1177,
+ "length": 23,
+ "value": "\"enableTypingIndicator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1235,
+ "length": 17,
+ "value": "\"enableReactions\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1297,
+ "length": 27,
+ "value": "\"enableReactionsSupergroup\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1367,
+ "length": 15,
+ "value": "\"enableMention\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1420,
+ "length": 20,
+ "value": "\"enableVoiceMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1482,
+ "length": 24,
+ "value": "\"enableSuggestedReplies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1557,
+ "length": 23,
+ "value": "\"enableFormTypeMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1624,
+ "length": 16,
+ "value": "\"enableFeedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1865,
+ "length": 23,
+ "value": "\"enableTypingIndicator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1934,
+ "length": 28,
+ "value": "\"enableMessageReceiptStatus\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1865,
+ "length": 23,
+ "value": "\"enableTypingIndicator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1934,
+ "length": 28,
+ "value": "\"enableMessageReceiptStatus\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 2094,
+ "length": 21,
+ "value": "\"enableMessageSearch\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 2094,
+ "length": 21,
+ "value": "\"enableMessageSearch\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 2238,
+ "length": 13,
+ "value": "\"enableOgtag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 2238,
+ "length": 13,
+ "value": "\"enableOgtag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 1962,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Dictionary",
+ "offset": 2342,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Dictionary",
+ "offset": 2471,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2748,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2816,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2860,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2958,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Dictionary",
+ "offset": 3927,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Dictionary",
+ "offset": 3993,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4427,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5064,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5982,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6009,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6037,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 6137,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6197,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6229,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6588,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8387,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8540,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8589,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9005,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9886,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10336,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10815,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11416,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12167,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12211,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12660,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12752,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12887,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12987,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13043,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13100,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13622,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13891,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 14035,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14103,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15343,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15773,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16015,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16394,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16477,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 17219,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17279,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 17835,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17885,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18021,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18999,
+ "length": 18,
+ "value": "\"[@][{](.*?)([}])\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21749,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 21851,
+ "length": 4,
+ "value": "\"@{\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 21880,
+ "length": 3,
+ "value": "\"}\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 22668,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22697,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22773,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22808,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24722,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 25639,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26546,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27660,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 28538,
+ "length": 42,
+ "value": "\"Mention must have a range to insert into\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 28762,
+ "length": 52,
+ "value": "\"Mention range is out of bounds for the text length\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29121,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29455,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 29783,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29914,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29960,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30108,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30119,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30211,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30431,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 30561,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30642,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30789,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30793,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31330,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31400,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31478,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31653,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31902,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31918,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32001,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32056,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 32128,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 32169,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 32197,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 418,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 418,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 418,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 802,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 819,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 842,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 862,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 802,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 819,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 842,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 862,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 802,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 819,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 842,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 862,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3181,
+ "length": 76,
+ "value": "\"init(channelURL:startingPoint:messageListParams:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6971,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7218,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8277,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9877,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9943,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9999,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10053,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10108,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10277,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10486,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10639,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10795,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10871,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10926,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10979,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11033,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11182,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11255,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11318,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11379,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11441,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11657,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11840,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12017,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12197,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12280,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12342,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12402,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12463,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13050,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13427,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13496,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13562,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13905,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13986,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "Array",
+ "offset": 14096,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14108,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14120,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14138,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 14519,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14820,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 14951,
+ "length": 75,
+ "value": "\"Up to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15008,
+ "length": 3,
+ "value": "\" can be attached.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15126,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17148,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17270,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17482,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18277,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19741,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19985,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20074,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "Array",
+ "offset": 20455,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23026,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 25505,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 25515,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 25589,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26310,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26320,
+ "length": 59,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26378,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27239,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27659,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27930,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28131,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "Array",
+ "offset": 31884,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 34127,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34271,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34326,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34752,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35071,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35107,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35221,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35311,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35387,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36413,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 30,
+ "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 30,
+ "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 30,
+ "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4323,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4345,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 4420,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4449,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6626,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6630,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6780,
+ "length": 72,
+ "value": "\"`init?(coder:)` has not been implemented. Use `init(params:delegate:)`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8090,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9476,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 10555,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 10602,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10721,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10794,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10858,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10920,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10983,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11103,
+ "length": 2,
+ "value": "56"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13228,
- "length": 20,
- "value": "\"Muted Participants\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11233,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13310,
- "length": 14,
- "value": "\"Banned users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11356,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11482,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11544,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11607,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11730,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11873,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11886,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12638,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13126,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13877,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 13924,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13996,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14038,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14085,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14098,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 14271,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14343,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14385,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14463,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
"kind": "StringLiteral",
- "offset": 13377,
- "length": 14,
- "value": "\"Participants\""
+ "offset": 15292,
+ "length": 37,
+ "value": "\"Did receive error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
"kind": "StringLiteral",
- "offset": 13454,
- "length": 11,
- "value": "\"(No name)\""
+ "offset": 15325,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
"kind": "StringLiteral",
- "offset": 13504,
- "length": 10,
- "value": "\"Operator\""
+ "offset": 15328,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
"kind": "StringLiteral",
- "offset": 13598,
- "length": 10,
- "value": "\"Operator\""
+ "offset": 2936,
+ "length": 21,
+ "value": "\"SendbirdUIKit.SBUFileViewController\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16659,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16672,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16680,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16691,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18339,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18350,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18359,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18403,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18490,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18579,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 521,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 527,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 537,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 548,
+ "length": 2,
+ "value": "76"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 882,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "Array",
+ "offset": 1362,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1392,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2076,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2732,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3050,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3221,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3231,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3242,
+ "length": 2,
+ "value": "76"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3465,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3475,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3487,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3497,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3937,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4008,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4194,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4204,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4212,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4223,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4413,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4439,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4463,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4490,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4838,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5090,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6441,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6549,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6827,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6982,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7004,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7427,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7453,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7779,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8141,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8377,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8403,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8482,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8615,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8850,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8977,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9026,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
"kind": "StringLiteral",
- "offset": 13657,
+ "offset": 213,
+ "length": 26,
+ "value": "\"SendbirdUIKit.SBUMenuSheetViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 331,
"length": 8,
- "value": "\"Member\""
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13709,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 349,
"length": 9,
- "value": "\"User ID\""
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13763,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 368,
"length": 9,
- "value": "\"Message\""
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13818,
- "length": 10,
- "value": "\"Register\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 331,
+ "length": 8,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13876,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 349,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 368,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 331,
+ "length": 8,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 349,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 368,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
"length": 12,
- "value": "\"Unregister\""
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13930,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 530,
+ "length": 19,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 19,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 588,
"length": 6,
- "value": "\"Mute\""
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13980,
- "length": 8,
- "value": "\"Unmute\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 604,
+ "length": 15,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14029,
- "length": 5,
- "value": "\"Ban\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 629,
+ "length": 19,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14110,
- "length": 7,
- "value": "\"Group\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 12,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14165,
- "length": 13,
- "value": "\"Super group\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 530,
+ "length": 19,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14225,
- "length": 11,
- "value": "\"Broadcast\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 19,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14309,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 588,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 604,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 629,
+ "length": 19,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
"length": 12,
- "value": "\"(optional)\""
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14379,
- "length": 24,
- "value": "\"Please check the value\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 530,
+ "length": 19,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14490,
- "length": 40,
- "value": "\"Provide additional feedback (optional)\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 19,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14594,
- "length": 17,
- "value": "\"Leave a comment\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 588,
+ "length": 6,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14668,
- "length": 14,
- "value": "\"Edit comment\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 604,
+ "length": 15,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14733,
- "length": 17,
- "value": "\"Remove feedback\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 629,
+ "length": 19,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14806,
- "length": 22,
- "value": "\"Successfully changed\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2548,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 14935,
+ "offset": 3222,
+ "length": 36,
+ "value": "\"[Failed] Request record permission\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "Dictionary",
+ "offset": 3737,
"length": 3,
- "value": "\"@\""
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 15050,
- "length": 95,
- "value": "\"You can mention up to \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4112,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 15121,
- "length": 2,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4507,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 15124,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4843,
"length": 5,
- "value": "\" times per message. \""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15321,
- "length": 17,
- "value": "\"Reply in thread\""
+ "offset": 4884,
+ "length": 31,
+ "value": "\"[Failed] Recorder preparation\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5100,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5172,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15441,
+ "offset": 5263,
"length": 17,
- "value": "\"Reply in thread\""
+ "value": "\"[Failed] Record\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5393,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15505,
- "length": 17,
- "value": "\"Reply to thread\""
+ "offset": 5599,
+ "length": 36,
+ "value": "\"[Failed] Request record permission\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5843,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 5997,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6004,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6660,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6728,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6985,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7873,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15611,
- "length": 8,
- "value": "\"Thread\""
+ "offset": 7922,
+ "length": 73,
+ "value": "\"[Failed] Audio session preparation error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15842,
- "length": 8,
- "value": "\"Cancel\""
+ "offset": 7994,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8113,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 16100,
- "length": 20,
- "value": "\"Channel is frozen.\""
+ "offset": 8350,
+ "length": 5,
+ "value": "\"m4a\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 16324,
- "length": 31,
- "value": "\"You're muted by the operator.\""
+ "offset": 8383,
+ "length": 30,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 16570,
- "length": 15,
- "value": "\"Voice message\""
+ "offset": 8395,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17188,
- "length": 15,
- "value": "\"Voice message\""
+ "offset": 8412,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17319,
- "length": 15,
- "value": "\"Voice_message\""
+ "offset": 8558,
+ "length": 28,
+ "value": "\"[Failed] Create voice file\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8704,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17577,
- "length": 7,
- "value": "\"Photo\""
+ "offset": 9109,
+ "length": 74,
+ "value": "\"[Failed] Audio recorder preparation error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17621,
+ "offset": 9182,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9301,
"length": 5,
- "value": "\"GIF\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 17665,
- "length": 7,
- "value": "\"Video\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9378,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9404,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17711,
- "length": 7,
- "value": "\"Audio\""
+ "offset": 9449,
+ "length": 40,
+ "value": "\"[Succeeded] Audio recorder preparation\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9626,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 9805,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9935,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10284,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17757,
- "length": 15,
- "value": "\"Voice message\""
+ "offset": 10779,
+ "length": 79,
+ "value": "\"Recorder will be canceled because it is less than the minimum recording time.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17810,
- "length": 6,
- "value": "\"File\""
+ "offset": 11196,
+ "length": 27,
+ "value": "\"[Failed] Finish recording\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17863,
- "length": 7,
- "value": "\"Photo\""
+ "offset": 11520,
+ "length": 59,
+ "value": "\"[Failed] Recorder encode error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 18092,
- "length": 67,
- "value": "\"The maximum size per file is \""
+ "offset": 11578,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 18155,
- "length": 2,
- "value": "\"MB.\""
+ "offset": 2089,
+ "length": 16,
+ "value": "\"SendbirdUIKit.SBUVoiceRecorder\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 369,
- "length": 4,
- "value": "18.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 969,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 464,
- "length": 4,
- "value": "18.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1008,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
"kind": "IntegerLiteral",
- "offset": 676,
- "length": 2,
- "value": "20"
+ "offset": 1041,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
"kind": "IntegerLiteral",
- "offset": 711,
- "length": 2,
- "value": "18"
+ "offset": 1084,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 868,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1172,
"length": 4,
- "value": "0.2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 200,
+ "length": 24,
+ "value": "\"SendbirdUIKit.SBUFileMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUTheme.Deprecated.swift",
"kind": "FloatLiteral",
- "offset": 999,
- "length": 4,
- "value": "16.0"
+ "offset": 13002,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUTheme.Deprecated.swift",
"kind": "FloatLiteral",
- "offset": 1142,
+ "offset": 20612,
"length": 4,
- "value": "16.0"
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 1361,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUTheme.Deprecated.swift",
+ "kind": "FloatLiteral",
+ "offset": 25798,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 1396,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 341,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 1688,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1036,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1908,
- "length": 2,
- "value": "16"
+ "offset": 1046,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1943,
- "length": 2,
- "value": "14"
+ "offset": 1054,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 2234,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1065,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 2453,
- "length": 2,
- "value": "20"
+ "offset": 310,
+ "length": 20,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 2488,
- "length": 2,
- "value": "14"
+ "offset": 340,
+ "length": 17,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 2776,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 367,
"length": 4,
- "value": "14.0"
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 2992,
- "length": 2,
- "value": "20"
+ "offset": 381,
+ "length": 5,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 3027,
- "length": 2,
- "value": "14"
+ "offset": 396,
+ "length": 17,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 3329,
- "length": 4,
- "value": "18.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 423,
+ "length": 13,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 3553,
- "length": 2,
- "value": "24"
+ "offset": 310,
+ "length": 20,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 3588,
- "length": 2,
- "value": "18"
+ "offset": 340,
+ "length": 17,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 3750,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 367,
"length": 4,
- "value": "0.38"
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 3888,
- "length": 4,
- "value": "16.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 381,
+ "length": 5,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 4110,
- "length": 2,
- "value": "16"
+ "offset": 396,
+ "length": 17,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 4145,
- "length": 2,
- "value": "16"
+ "offset": 423,
+ "length": 13,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 4307,
- "length": 4,
- "value": "0.4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 310,
+ "length": 20,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 4445,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 340,
+ "length": 17,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 4667,
- "length": 2,
- "value": "16"
+ "offset": 367,
+ "length": 4,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 4702,
- "length": 2,
- "value": "14"
+ "offset": 381,
+ "length": 5,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 4975,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 396,
+ "length": 17,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 5195,
- "length": 2,
- "value": "16"
+ "offset": 423,
+ "length": 13,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 5230,
- "length": 2,
- "value": "14"
+ "offset": 1964,
+ "length": 8,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 5532,
- "length": 4,
- "value": "12.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1986,
+ "length": 7,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 5754,
- "length": 2,
- "value": "12"
+ "offset": 2007,
+ "length": 6,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 5789,
- "length": 2,
- "value": "12"
+ "offset": 2027,
+ "length": 7,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 6067,
- "length": 4,
- "value": "12.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1964,
+ "length": 8,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 6292,
- "length": 2,
- "value": "12"
+ "offset": 1986,
+ "length": 7,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 6327,
- "length": 2,
- "value": "12"
+ "offset": 2007,
+ "length": 6,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 6602,
- "length": 4,
- "value": "11.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2027,
+ "length": 7,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 6824,
- "length": 2,
- "value": "12"
+ "offset": 1964,
+ "length": 8,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 6859,
- "length": 2,
- "value": "11"
+ "offset": 1986,
+ "length": 7,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 7137,
- "length": 4,
- "value": "11.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2007,
+ "length": 6,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 7362,
- "length": 2,
- "value": "12"
+ "offset": 2027,
+ "length": 7,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 7397,
- "length": 2,
- "value": "11"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3143,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 3176,
+ "length": 29,
+ "value": "\"[Failed] Player preparation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3466,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "FloatLiteral",
- "offset": 7722,
- "length": 4,
- "value": "16.0"
+ "offset": 3505,
+ "length": 3,
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 7948,
- "length": 2,
- "value": "22"
+ "offset": 3788,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 7983,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3898,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 8147,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 3935,
+ "length": 29,
+ "value": "\"[Failed] Player preparation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4082,
"length": 4,
- "value": "0.2"
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 8288,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4142,
"length": 4,
- "value": "16.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 8515,
- "length": 2,
- "value": "24"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 4349,
+ "length": 15,
+ "value": "\"[Failed] Play\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 8550,
- "length": 2,
- "value": "16"
+ "offset": 5222,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 8714,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5642,
"length": 4,
- "value": "0.2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 8855,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6363,
"length": 4,
- "value": "14.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9082,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6431,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9117,
- "length": 2,
- "value": "14"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6591,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 9281,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 7125,
+ "length": 37,
+ "value": "\"AVAudioSession Category Playback OK\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7229,
"length": 4,
- "value": "0.2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "StringLiteral",
- "offset": 421,
- "length": 2,
- "value": "\"\""
+ "offset": 7280,
+ "length": 26,
+ "value": "\"AVAudioSession is Active\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "StringLiteral",
- "offset": 471,
- "length": 2,
- "value": "\"\""
+ "offset": 7704,
+ "length": 66,
+ "value": "\"[Failed] Audio player preparation: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "StringLiteral",
- "offset": 522,
+ "offset": 7769,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
- "kind": "FloatLiteral",
- "offset": 789,
- "length": 3,
- "value": "0.4"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "BooleanLiteral",
- "offset": 827,
+ "offset": 7983,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "BooleanLiteral",
- "offset": 1037,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 351,
- "length": 3,
- "value": "136"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 399,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 446,
- "length": 2,
- "value": "12"
+ "offset": 8041,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 497,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8159,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 546,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 8253,
+ "length": 38,
+ "value": "\"[Succeeded] Audio player preparation\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 660,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8340,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 774,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "FloatLiteral",
+ "offset": 8519,
+ "length": 3,
+ "value": "0.1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "BooleanLiteral",
- "offset": 1135,
+ "offset": 8647,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 1501,
- "length": 2,
- "value": "10"
+ "offset": 8984,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 1740,
+ "offset": 9058,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 1844,
+ "offset": 9256,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 1988,
+ "offset": 9579,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 2092,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 9675,
+ "length": 25,
+ "value": "\"[Failed] Finish playing\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 228,
- "length": 3,
- "value": "244"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 9985,
+ "length": 57,
+ "value": "\"[Failed] Player decode error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 284,
- "length": 3,
- "value": "240"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 10041,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 297,
- "length": 3,
- "value": "160"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 1767,
+ "length": 14,
+ "value": "\"SendbirdUIKit.SBUVoicePlayer\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 350,
- "length": 3,
- "value": "240"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2217,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 363,
- "length": 3,
- "value": "160"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2279,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
"kind": "IntegerLiteral",
- "offset": 433,
- "length": 3,
- "value": "156"
+ "offset": 2522,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
"kind": "IntegerLiteral",
- "offset": 446,
- "length": 3,
- "value": "104"
+ "offset": 2535,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
"kind": "IntegerLiteral",
- "offset": 515,
- "length": 3,
- "value": "136"
+ "offset": 2543,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
"kind": "IntegerLiteral",
- "offset": 528,
- "length": 2,
- "value": "44"
+ "offset": 2554,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 600,
- "length": 3,
- "value": "311"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 3497,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 613,
- "length": 3,
- "value": "207"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "Array",
+ "offset": 5106,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 677,
- "length": 3,
- "value": "311"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5791,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 690,
- "length": 3,
- "value": "207"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 6143,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 750,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6976,
"length": 5,
- "value": "144.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 765,
- "length": 4,
- "value": "38.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 823,
- "length": 4,
- "value": "40.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7718,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 837,
- "length": 4,
- "value": "40.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3185,
+ "length": 2,
+ "value": "30"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 897,
- "length": 4,
- "value": "38.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 3705,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 911,
- "length": 4,
- "value": "38.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4039,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 977,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4991,
"length": 5,
- "value": "144.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 992,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5499,
"length": 4,
- "value": "38.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 1052,
- "length": 3,
- "value": "244"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 1120,
- "length": 2,
- "value": "44"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5829,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 1132,
- "length": 2,
- "value": "44"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5877,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1171,
- "length": 42,
- "value": "\"https:\/\/static.sendbird.com\/sample\/cover\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5923,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1254,
- "length": 10,
- "value": "\"sb_uikit\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5964,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1304,
- "length": 20,
- "value": "\"com.sendbird.uikit\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6148,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1378,
- "length": 44,
+ "offset": 6322,
+ "length": 65,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1398,
+ "offset": 6366,
"length": 1,
- "value": "\".delegate.channel.group\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1470,
- "length": 43,
- "value": "\"\""
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1490,
+ "offset": 6386,
"length": 1,
- "value": "\".delegate.channel.open\""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1561,
- "length": 43,
+ "offset": 6490,
+ "length": 67,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1581,
+ "offset": 6536,
"length": 1,
- "value": "\".delegate.channel.feed\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1656,
- "length": 41,
- "value": "\"\""
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1676,
+ "offset": 6556,
"length": 1,
- "value": "\".delegate.connection\""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1734,
- "length": 15,
- "value": "\"SBUAppVersion\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6947,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1789,
- "length": 11,
- "value": "\"audio\/m4a\""
+ "offset": 7238,
+ "length": 65,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1849,
- "length": 16,
- "value": "\"sbu_type=voice\""
+ "offset": 7282,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1907,
- "length": 28,
- "value": "\"KEY_VOICE_MESSAGE_DURATION\""
+ "offset": 7302,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1976,
- "length": 27,
- "value": "\"KEY_INTERNAL_MESSAGE_TYPE\""
+ "offset": 7406,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 2109,
- "length": 41,
- "value": "\"com.sendbird.uikit.groupchannel.message\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 2239,
+ "offset": 7452,
"length": 1,
- "value": "3"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 2281,
- "length": 3,
- "value": "102"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "IntegerLiteral",
- "offset": 580,
- "length": 2,
- "value": "30"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "IntegerLiteral",
- "offset": 771,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7472,
"length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "BooleanLiteral",
- "offset": 802,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "BooleanLiteral",
- "offset": 838,
- "length": 4,
- "value": "true"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1003,
+ "offset": 8198,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "IntegerLiteral",
- "offset": 1142,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "FloatLiteral",
- "offset": 1794,
- "length": 3,
- "value": "0.4"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "BooleanLiteral",
- "offset": 1845,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "IntegerLiteral",
- "offset": 2764,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 939,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
- "kind": "Array",
- "offset": 1198,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8366,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionView.swift",
- "kind": "IntegerLiteral",
- "offset": 515,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8412,
"length": 1,
- "value": "1"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
- "kind": "IntegerLiteral",
- "offset": 831,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8432,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
- "kind": "IntegerLiteral",
- "offset": 854,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8518,
+ "length": 65,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
- "kind": "IntegerLiteral",
- "offset": 878,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8562,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
- "kind": "IntegerLiteral",
- "offset": 903,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8582,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 178,
- "length": 15,
- "value": "\"SendbirdUIKit.SBUPaddingLabel\""
+ "offset": 9291,
+ "length": 20,
+ "value": "\"Invalid ChannelURL\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9401,
+ "length": 20,
+ "value": "\"Invalid ChannelURL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 518,
+ "offset": 10231,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
- "kind": "IntegerLiteral",
- "offset": 846,
- "length": 5,
- "value": "10001"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10358,
+ "length": 47,
+ "value": "\"[Request] Load channel: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
- "kind": "Array",
- "offset": 1281,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10404,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 4065,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10904,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1641,
- "length": 20,
- "value": "\"transform.rotation\""
+ "offset": 10972,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "IntegerLiteral",
- "offset": 1692,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11997,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "IntegerLiteral",
- "offset": 1721,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12298,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "FloatLiteral",
- "offset": 1763,
- "length": 3,
- "value": "1.1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13400,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "FloatLiteral",
- "offset": 1935,
- "length": 5,
- "value": "100.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13461,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "FloatLiteral",
- "offset": 1972,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13852,
"length": 4,
- "value": "64.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
- "kind": "IntegerLiteral",
- "offset": 434,
- "length": 1,
- "value": "0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2566,
+ "offset": 13951,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4712,
+ "offset": 14008,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6307,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
- "kind": "Dictionary",
- "offset": 606,
- "length": 3,
- "value": "[]"
+ "offset": 14048,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
- "kind": "Dictionary",
- "offset": 720,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14181,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
- "kind": "Dictionary",
- "offset": 841,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15268,
+ "length": 122,
+ "value": "\"loadInitialNotifications,\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
- "kind": "Dictionary",
- "offset": 961,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15374,
+ "length": 16899,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1607,
+ "offset": 15887,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2343,
+ "offset": 16036,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2710,
- "length": 5,
- "value": "false"
+ "offset": 16216,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3381,
+ "offset": 16289,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16861,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3939,
+ "offset": 16955,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1167,
+ "offset": 17209,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1112,
+ "offset": 17300,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "BooleanLiteral",
- "offset": 1558,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 729,
- "length": 11,
- "value": "\"SendbirdUIKit.SBUMenuItem\""
+ "offset": 17557,
+ "length": 35,
+ "value": "\"Prev notification already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "Array",
- "offset": 2542,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17652,
+ "length": 34,
+ "value": "\"[Request] Prev notification list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2674,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18015,
"length": 5,
- "value": "180.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2710,
- "length": 4,
- "value": "40.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18188,
+ "length": 67,
+ "value": "\"[Prev notification response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2745,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18240,
+ "length": 13,
+ "value": "\" notifications\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2779,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18484,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2814,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18589,
"length": 4,
- "value": "18.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2854,
- "length": 3,
- "value": "8.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2903,
- "length": 4,
- "value": "15.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18778,
+ "length": 35,
+ "value": "\"Next notification already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2950,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18969,
"length": 4,
- "value": "36.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3086,
+ "offset": 19207,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2251,
+ "offset": 19340,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1759,
- "length": 32,
- "value": "\"SendbirdUIKit.SBUSelectablePhotoViewController\""
+ "offset": 19489,
+ "length": 67,
+ "value": "\"[Next notification Response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 537,
- "length": 31,
- "value": "\"SendbirdUIKit.SBUOpenChannelSettingsViewModel\""
+ "offset": 19541,
+ "length": 13,
+ "value": "\" notifications\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "StringLiteral",
- "offset": 463,
- "length": 21,
- "value": "\"com.sendbird.atomic\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19785,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1642,
- "length": 5,
- "value": "false"
+ "offset": 19889,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2890,
+ "offset": 20117,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
- "length": 9,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3728,
- "length": 6,
- "value": "2"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
- "length": 9,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3728,
- "length": 6,
- "value": "2"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
- "length": 9,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3728,
- "length": 6,
- "value": "2"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2900,
- "length": 2,
- "value": "30"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "Array",
- "offset": 3617,
+ "offset": 21613,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "Array",
- "offset": 3741,
+ "offset": 21661,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5075,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5123,
+ "offset": 23459,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5169,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23519,
+ "length": 104,
+ "value": "\"First : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5210,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23571,
+ "length": 1,
+ "value": "\", Last : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5395,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23622,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5436,
+ "offset": 23666,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 28074,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 402,
- "length": 3,
- "value": "164"
+ "offset": 24608,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 458,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 25800,
"length": 2,
- "value": "12"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 514,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 568,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 625,
- "length": 1,
- "value": "4"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 681,
+ "offset": 26108,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 733,
+ "offset": 26263,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 363,
+ "offset": 26412,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 812,
- "length": 1,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26472,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 221,
+ "offset": 27084,
"length": 26,
- "value": "\"SendbirdUIKit.SBUEmojiListViewController\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "FloatLiteral",
- "offset": 1376,
- "length": 3,
- "value": "1.5"
+ "value": "\"Did succeed reconnection\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 740,
- "length": 16,
- "value": "\"SendbirdUIKit.SBUToastViewItem\""
+ "offset": 27230,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2664,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27287,
"length": 2,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "FloatLiteral",
- "offset": 2760,
- "length": 4,
- "value": "0.64"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27863,
+ "length": 38,
+ "value": "\"Did receive user message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "FloatLiteral",
- "offset": 2796,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27900,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2847,
- "length": 2,
- "value": "30"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27956,
+ "length": 38,
+ "value": "\"Did receive file message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2857,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27993,
"length": 2,
- "value": "12"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2869,
- "length": 2,
- "value": "30"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28050,
+ "length": 39,
+ "value": "\"Did receive admin message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2880,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28088,
"length": 2,
- "value": "12"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "FloatLiteral",
- "offset": 2914,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28334,
"length": 4,
- "value": "48.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2966,
- "length": 2,
- "value": "12"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2976,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28360,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2988,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28983,
+ "length": 58,
+ "value": "\"messageCollection addedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2999,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29040,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3058,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29376,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3068,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29467,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3080,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29762,
+ "length": 60,
+ "value": "\"messageCollection updatedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3091,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29821,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3183,
+ "offset": 30026,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3807,
- "length": 2,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 4510,
- "length": 2,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30158,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 9443,
+ "offset": 30189,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 2025,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 2656,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30424,
+ "length": 60,
+ "value": "\"messageCollection deletedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3632,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30483,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8620,
+ "offset": 30687,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 8671,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30879,
+ "length": 34,
+ "value": "\"messageCollection changedChannel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 305,
- "length": 40,
- "value": "\"SendbirdUIKit.SBUChatNotificationChannelViewController\""
+ "offset": 31255,
+ "length": 34,
+ "value": "\"messageCollection deletedChannel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31536,
+ "length": 36,
+ "value": "\"messageCollection didDetectHugeGap\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1884,
+ "offset": 31911,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7117,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31990,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7658,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32000,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7709,
+ "offset": 32262,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "IntegerLiteral",
- "offset": 15821,
+ "offset": 4099,
"length": 1,
- "value": "0"
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "IntegerLiteral",
- "offset": 15856,
+ "offset": 4112,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 29112,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4195,
+ "length": 2,
+ "value": "-4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 317,
- "length": 29,
- "value": "\"SendbirdUIKit.SBUGroupChannelViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4209,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 317,
- "length": 29,
- "value": "\"SendbirdUIKit.SBUGroupChannelViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4268,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1106,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4428,
+ "length": 2,
+ "value": "20"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "BooleanLiteral",
- "offset": 3886,
- "length": 5,
- "value": "false"
+ "offset": 4495,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "StringLiteral",
- "offset": 683,
- "length": 6,
- "value": "\"file\""
+ "offset": 4580,
+ "length": 13,
+ "value": "\"searchField\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "IntegerLiteral",
- "offset": 3940,
- "length": 1,
- "value": "8"
+ "offset": 4735,
+ "length": 2,
+ "value": "20"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
- "kind": "IntegerLiteral",
- "offset": 4111,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4789,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "StringLiteral",
- "offset": 372,
- "length": 7,
- "value": "\"image\""
+ "offset": 5640,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
- "kind": "BooleanLiteral",
- "offset": 2391,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 9116,
+ "length": 13,
+ "value": "\"searchField\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
- "kind": "BooleanLiteral",
- "offset": 4444,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 10068,
+ "length": 14,
+ "value": "\"cancelButton\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "BooleanLiteral",
- "offset": 6820,
+ "offset": 10140,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1470,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1632,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 652,
"length": 5,
- "value": "270.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1674,
- "length": 3,
- "value": "3.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1717,
- "length": 4,
- "value": "20.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 771,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1757,
- "length": 4,
- "value": "32.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1887,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1797,
- "length": 4,
- "value": "20.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1910,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
"kind": "IntegerLiteral",
- "offset": 1839,
- "length": 2,
- "value": "16"
+ "offset": 3127,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1874,
- "length": 4,
- "value": "44.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3462,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1909,
- "length": 4,
- "value": "16.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3528,
+ "length": 30,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1949,
- "length": 4,
- "value": "40.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3539,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1984,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3557,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 2018,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3652,
+ "length": 61,
+ "value": "\"UserId:%@, Nickname:%@, ProfileURL:%@, Operator:%d Muted:%d\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 2053,
- "length": 4,
- "value": "18.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3769,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 2093,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3804,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 2134,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "Array",
+ "offset": 4168,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "BooleanLiteral",
- "offset": 2230,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 193,
+ "length": 7,
+ "value": "\"SendbirdUIKit.SBUUser\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 3117,
+ "offset": 2268,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "StringLiteral",
- "offset": 3229,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 3286,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 4353,
+ "offset": 2750,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "StringLiteral",
- "offset": 4453,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3009,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 4504,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3019,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
- "kind": "FloatLiteral",
- "offset": 332,
- "length": 3,
- "value": "0.3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3027,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
- "kind": "StringLiteral",
- "offset": 205,
- "length": 12,
- "value": "\"SendbirdUIKit.SBUDebouncer\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3081,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "IntegerLiteral",
- "offset": 1140,
+ "offset": 3237,
"length": 2,
- "value": "20"
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "Array",
- "offset": 1411,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3293,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "Array",
- "offset": 1487,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4233,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "Array",
- "offset": 1798,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4532,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 2266,
+ "offset": 4728,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 2312,
+ "offset": 4933,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1047,
- "length": 26,
- "value": "\"SendbirdUIKit.SBUBaseSelectUserViewModel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5193,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
- "kind": "IntegerLiteral",
- "offset": 5016,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 680,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
- "kind": "BooleanLiteral",
- "offset": 590,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1137,
+ "length": 54,
+ "value": "\"(Message template error)\nCan’t read this message.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1427,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 1397,
"length": 4,
- "value": "true"
+ "value": "16.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
"kind": "BooleanLiteral",
- "offset": 2021,
+ "offset": 1441,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
"kind": "IntegerLiteral",
- "offset": 459,
+ "offset": 1942,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2043,
+ "length": 3,
+ "value": "-20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2132,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.OpenChannel.swift",
- "kind": "BooleanLiteral",
- "offset": 1349,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2144,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
- "kind": "Array",
- "offset": 721,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2279,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
- "kind": "BooleanLiteral",
- "offset": 767,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2292,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
- "kind": "BooleanLiteral",
- "offset": 947,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2300,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
- "kind": "StringLiteral",
- "offset": 340,
- "length": 23,
- "value": "\"SendbirdUIKit.SBUSuggestedMentionList\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2311,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
- "kind": "StringLiteral",
- "offset": 429,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 543,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 549,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
"length": 2,
- "value": "\"\""
+ "value": "60"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 257,
- "length": 3,
- "value": "100"
+ "offset": 571,
+ "length": 2,
+ "value": "34"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3206,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "Array",
- "offset": 370,
+ "offset": 3734,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 466,
+ "offset": 4068,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1721,
- "length": 4,
- "value": "true"
+ "offset": 5020,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
- "kind": "BooleanLiteral",
- "offset": 1928,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 5205,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2597,
+ "offset": 5338,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3284,
- "length": 5,
- "value": "false"
+ "offset": 5846,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3539,
+ "offset": 6181,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4015,
- "length": 4,
- "value": "true"
+ "offset": 6229,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4202,
+ "offset": 6275,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4587,
+ "offset": 6316,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5087,
+ "offset": 6500,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7124,
+ "offset": 6609,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 6716,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 10776,
+ "offset": 6826,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 10998,
+ "offset": 7009,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 12029,
+ "offset": 7421,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 244,
- "length": 5541,
- "value": "\"{\n \"version\": \"1\",\n \"body\": {\n \"items\": [\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"items\": [\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"items\": [\n {\n \"type\": \"image\",\n \"imageUrl\": \"https:\/\/dxstmhyqfqr1o.cloudfront.net\/notifications\/preset-notification-channel-cover.png\",\n \"imageStyle\": {\n \"contentMode\": \"aspectFill\"\n },\n \"viewStyle\": {},\n \"metaData\": {\n \"pixelWidth\": \"168\",\n \"pixelHeight\": \"168\"\n }\n },\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"viewStyle\": {\n \"radius\": \"8\",\n \"padding\": {\n \"top\": \"12\",\n \"bottom\": \"12\",\n \"left\": \"12\",\n \"right\": \"12\"\n }\n },\n \"items\": [\n {\n \"type\": \"text\",\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n },\n \"viewStyle\": {},\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"text\": \"Hello tez\",\n \"textStyle\": {\n \"color\": \"#ffbdb8bd\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"1\"\n },\n {\n \"type\": \"text\",\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n },\n \"viewStyle\": {},\n \"width\": {\n \"type\": \"fixed\",\n \"value\": \"1\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"text\": \"Your order #123123 has been shipped.\",\n \"textStyle\": {\n \"color\": \"#ffbdb8bd\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"1\"\n },\n {\n \"type\": \"textButton\",\n \"viewStyle\": {\n \"backgroundColor\": \"#E0E0E0\",\n \"padding\": {\n \"top\": \"10\",\n \"bottom\": \"10\",\n \"left\": \"20\",\n \"right\": \"20\"\n }\n },\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"text\": \"Check status\",\n \"textStyle\": {\n \"color\": \"#742DDD\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"5\",\n \"action\": {\n \"type\": \"web\",\n \"data\": \"https:\/\/naver.com\"\n }\n }\n ],\n \"height\": {\n \"type\": \"fixed\",\n \"value\": \"300\"\n },\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n }\n }\n ],\n \"viewStyle\": {}\n }\n ],\n \"viewStyle\": {}\n }\n ]\n }\n }\""
+ "offset": 7712,
+ "length": 65,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 9517,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7756,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 10270,
- "length": 19,
- "value": "\"TEMPLATE_DOWNLOAD\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 11812,
+ "offset": 7776,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 11839,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7880,
+ "length": 66,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 13748,
- "length": 3,
- "value": "\"SendbirdUIKit.Box\""
+ "offset": 7925,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 16645,
- "length": 4,
- "value": "\"SendbirdUIKit.Text\""
+ "offset": 7945,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "StringLiteral",
- "offset": 18403,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8680,
"length": 5,
- "value": "\"SendbirdUIKit.Image\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 19851,
- "length": 10,
- "value": "\"SendbirdUIKit.TextButton\""
+ "offset": 8848,
+ "length": 66,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 20824,
- "length": 11,
- "value": "\"SendbirdUIKit.ImageButton\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 28434,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32591,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32620,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32591,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32620,
+ "offset": 8893,
"length": 1,
- "value": "1"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32591,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8913,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32620,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8999,
+ "length": 65,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 34736,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9043,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 35694,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9063,
"length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
- "kind": "Dictionary",
- "offset": 6124,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 19749,
- "length": 4,
- "value": "true"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 37122,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9753,
+ "length": 20,
+ "value": "\"Invalid ChannelURL\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
- "kind": "FloatLiteral",
- "offset": 418,
- "length": 4,
- "value": "16.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9863,
+ "length": 20,
+ "value": "\"Invalid ChannelURL\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 682,
+ "offset": 10851,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 732,
+ "offset": 11190,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
- "kind": "BooleanLiteral",
- "offset": 899,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11376,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1381,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11444,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1567,
+ "offset": 12234,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1614,
+ "offset": 12507,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1758,
+ "offset": 12709,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2357,
+ "offset": 12773,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2391,
+ "offset": 12851,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2545,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13781,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13842,
"length": 2,
- "value": "40"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8070,
- "length": 5,
- "value": "false"
+ "offset": 14291,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8122,
- "length": 5,
- "value": "false"
+ "offset": 14390,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 447,
+ "offset": 14447,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationEmptyView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 335,
+ "offset": 14487,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 987,
+ "offset": 14620,
"length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1051,
- "length": 2,
- "value": "24"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1107,
- "length": 2,
- "value": "30"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15398,
+ "length": 122,
+ "value": "\"loadInitialNotifications,\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1166,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15504,
+ "length": 17138,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1227,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16019,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1286,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16152,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1347,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16330,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1592,
+ "offset": 16403,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1647,
+ "offset": 16975,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1701,
+ "offset": 17069,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2055,
+ "offset": 17323,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 3264,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17414,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 558,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17680,
+ "length": 35,
+ "value": "\"Prev notification already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 926,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17775,
+ "length": 34,
+ "value": "\"[Request] Prev notification list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1150,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18138,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1544,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18311,
+ "length": 67,
+ "value": "\"[Prev notification response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1643,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18363,
+ "length": 13,
+ "value": "\" notifications\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1678,
+ "offset": 18607,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18712,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18901,
+ "length": 35,
+ "value": "\"Next notification already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1839,
+ "offset": 19092,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2296,
+ "offset": 19330,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2335,
+ "offset": 19463,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19612,
+ "length": 67,
+ "value": "\"[Next notification Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19664,
+ "length": 13,
+ "value": "\" notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6244,
- "length": 5,
- "value": "false"
+ "offset": 19779,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1715,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20007,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "Array",
- "offset": 2111,
+ "offset": 21503,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2721,
+ "offset": 21828,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2767,
+ "offset": 22651,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1628,
- "length": 20,
- "value": "\"SendbirdUIKit.SBUUserListViewModel\""
+ "offset": 22711,
+ "length": 104,
+ "value": "\"First : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 259,
- "length": 20,
- "value": "\"cached_sbu_version\""
+ "offset": 22763,
+ "length": 1,
+ "value": "\", Last : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1237,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22814,
"length": 2,
- "value": "56"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1333,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22858,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1522,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23800,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 24992,
"length": 2,
- "value": "16"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1733,
+ "offset": 25300,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1942,
+ "offset": 25455,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2152,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25604,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 930,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25664,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 1129,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26307,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 1371,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26538,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2418,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3101,
+ "length": 35,
+ "value": "\"SendbirdUIKit.SBUFeedNotificationChannelViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27388,
+ "length": 26,
+ "value": "\"Did succeed reconnection\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27534,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27591,
"length": 2,
- "value": "20"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2460,
- "length": 1,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28166,
+ "length": 43,
+ "value": "\"Did receive user notification: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 484,
- "length": 25,
- "value": "\"SendbirdUIKit.SBUMessageThreadTitleView\""
+ "offset": 28208,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1166,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28264,
+ "length": 43,
+ "value": "\"Did receive file notification: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 1416,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28306,
"length": 2,
- "value": "46"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 2448,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28363,
+ "length": 44,
+ "value": "\"Did receive admin notification: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28406,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3078,
- "length": 5,
- "value": "false"
+ "offset": 28652,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3661,
+ "offset": 28678,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29320,
+ "length": 58,
+ "value": "\"notificationCollection addedMessages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29377,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4317,
- "length": 5,
- "value": "false"
+ "offset": 29713,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 10178,
- "length": 5,
- "value": "false"
+ "offset": 29804,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 246,
- "length": 40,
- "value": "\"SendbirdUIKit.SBUFeedNotificationChannelViewController\""
+ "offset": 30113,
+ "length": 65,
+ "value": "\"notificationCollection updatedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30177,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 9803,
+ "offset": 30382,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 26425,
+ "offset": 30523,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
- "kind": "Array",
- "offset": 665,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30554,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
- "kind": "Array",
- "offset": 854,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30803,
+ "length": 65,
+ "value": "\"notificationCollection deletedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
- "kind": "Array",
- "offset": 1042,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30867,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
- "kind": "Array",
- "offset": 1237,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31071,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31274,
+ "length": 39,
+ "value": "\"notificationCollection deletedChannel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31900,
+ "length": 41,
+ "value": "\"notificationCollection didDetectHugeGap\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 622,
+ "offset": 32280,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
- "kind": "BooleanLiteral",
- "offset": 1067,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32359,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
- "kind": "BooleanLiteral",
- "offset": 1752,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32369,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
- "kind": "StringLiteral",
- "offset": 1160,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUCreateChannelTypeSelector\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32631,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 612,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "Dictionary",
+ "offset": 913,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 662,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1286,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 845,
- "length": 4,
- "value": "true"
+ "offset": 1565,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1001,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1667,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1075,
+ "offset": 2577,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2679,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1260,
+ "offset": 2818,
"length": 1,
- "value": "1"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 306,
- "length": 5,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5728,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 321,
- "length": 10,
- "value": "2"
+ "offset": 5874,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 341,
- "length": 9,
- "value": "3"
+ "offset": 6208,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 306,
- "length": 5,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "Array",
+ "offset": 6280,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 321,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8664,
+ "length": 3,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 341,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 55097,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 306,
- "length": 5,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 55777,
+ "length": 4,
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 321,
- "length": 10,
- "value": "2"
+ "offset": 59132,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 341,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 63365,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 577,
- "length": 13,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 64041,
+ "length": 4,
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 600,
- "length": 7,
- "value": "2"
+ "offset": 67361,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 617,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 71523,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 633,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 72199,
+ "length": 4,
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 577,
- "length": 13,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 78285,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 600,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 79050,
+ "length": 4,
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 617,
- "length": 6,
- "value": "3"
+ "offset": 82782,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 633,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 94839,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 577,
- "length": 13,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 106977,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 600,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 108075,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 617,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 109135,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 633,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 129369,
+ "length": 4,
+ "value": "0.12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 1677,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 134658,
+ "length": 4,
+ "value": "0.36"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 1677,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 139914,
+ "length": 4,
+ "value": "0.36"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 1677,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 145190,
+ "length": 4,
+ "value": "0.12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2079,
- "length": 12,
- "value": "1"
+ "offset": 186618,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2101,
- "length": 11,
- "value": "2"
+ "offset": 187338,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2122,
- "length": 13,
- "value": "3"
+ "offset": 189028,
+ "length": 2,
+ "value": "14"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2145,
- "length": 17,
- "value": "4"
+ "offset": 189263,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2241,
- "length": 13,
- "value": "5"
+ "offset": 190044,
+ "length": 2,
+ "value": "14"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2079,
- "length": 12,
- "value": "1"
+ "offset": 190558,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2101,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 191593,
"length": 11,
- "value": "2"
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2122,
- "length": 13,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 191655,
+ "length": 11,
+ "value": "\"#70000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2145,
- "length": 17,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 191715,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2079,
- "length": 12,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 192256,
+ "length": 11,
+ "value": "\"#e0ffffff\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2101,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 192318,
"length": 11,
- "value": "2"
+ "value": "\"#70ffffff\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2122,
- "length": 13,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 192378,
+ "length": 11,
+ "value": "\"#e0ffffff\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2145,
- "length": 17,
- "value": "4"
+ "offset": 192493,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2241,
- "length": 13,
- "value": "5"
+ "offset": 192672,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4024,
- "length": 7,
- "value": "1"
+ "offset": 192837,
+ "length": 2,
+ "value": "14"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4041,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 193073,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4060,
- "length": 5,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 193140,
+ "length": 11,
+ "value": "\"#70000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4075,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 193205,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4091,
- "length": 12,
- "value": "5"
+ "offset": 194025,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4178,
- "length": 14,
- "value": "6"
+ "offset": 194219,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4260,
- "length": 12,
- "value": "7"
+ "offset": 194586,
+ "length": 2,
+ "value": "14"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4341,
- "length": 13,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 195091,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4024,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 195157,
+ "length": 11,
+ "value": "\"#70000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4041,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 195230,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4060,
- "length": 5,
- "value": "3"
+ "offset": 196542,
+ "length": 2,
+ "value": "15"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4075,
- "length": 6,
- "value": "4"
+ "offset": 196837,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4091,
- "length": 12,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 364,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4024,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 574,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4041,
- "length": 9,
- "value": "2"
+ "offset": 1005,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4060,
- "length": 5,
- "value": "3"
+ "offset": 1096,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4075,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1127,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4091,
- "length": 12,
- "value": "5"
+ "offset": 1360,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4178,
- "length": 14,
- "value": "6"
+ "offset": 1382,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4260,
- "length": 12,
- "value": "7"
+ "offset": 1402,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4341,
- "length": 13,
- "value": "8"
+ "offset": 1425,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4530,
- "length": 5,
- "value": "1"
+ "offset": 1603,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4545,
- "length": 9,
- "value": "2"
+ "offset": 1615,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4530,
- "length": 5,
- "value": "1"
+ "offset": 1653,
+ "length": 2,
+ "value": "48"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4545,
- "length": 9,
- "value": "2"
+ "offset": 1665,
+ "length": 2,
+ "value": "48"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4530,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1802,
"length": 5,
- "value": "1"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4545,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1850,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4770,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2266,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4770,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2313,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4770,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 2879,
+ "length": 11,
+ "value": "\"image\/gif\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4901,
- "length": 10,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 3545,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4921,
- "length": 10,
+ "offset": 4945,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4941,
- "length": 15,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 4996,
+ "length": 11,
+ "value": "\"image\/gif\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4966,
- "length": 9,
- "value": "4"
+ "offset": 5374,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 4985,
- "length": 14,
- "value": "5"
+ "offset": 343,
+ "length": 4,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5009,
- "length": 19,
- "value": "6"
+ "offset": 349,
+ "length": 5,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5038,
- "length": 13,
- "value": "7"
+ "offset": 356,
+ "length": 3,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5061,
- "length": 15,
- "value": "8"
+ "offset": 343,
+ "length": 4,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5086,
+ "offset": 349,
"length": 5,
- "value": "9"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5172,
- "length": 15,
- "value": "10"
+ "offset": 356,
+ "length": 3,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 4901,
- "length": 10,
+ "offset": 343,
+ "length": 4,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 4921,
- "length": 10,
+ "offset": 349,
+ "length": 5,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 4941,
- "length": 15,
+ "offset": 356,
+ "length": 3,
"value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4966,
- "length": 9,
- "value": "4"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4985,
- "length": 14,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 609,
+ "length": 3,
+ "value": "8.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5009,
- "length": 19,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3635,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5038,
- "length": 13,
- "value": "7"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3805,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5061,
- "length": 15,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3896,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5086,
- "length": 5,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3985,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4901,
- "length": 10,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4076,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4921,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4188,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4941,
- "length": 15,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4303,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4966,
- "length": 9,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4465,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4985,
- "length": 14,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4555,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5009,
- "length": 19,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4643,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5038,
- "length": 13,
- "value": "7"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4735,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5061,
- "length": 15,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4847,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5086,
- "length": 5,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4962,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5172,
- "length": 15,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6228,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5452,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6293,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5469,
- "length": 8,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6358,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5487,
- "length": 7,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6423,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5504,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6550,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5452,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6678,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5469,
- "length": 8,
- "value": "2"
+ "offset": 702,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5487,
- "length": 7,
- "value": "3"
+ "offset": 753,
+ "length": 1,
+ "value": "7"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5504,
- "length": 6,
- "value": "4"
+ "offset": 872,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5646,
- "length": 5,
- "value": "1"
+ "offset": 918,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5646,
- "length": 5,
- "value": "1"
+ "offset": 968,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5783,
- "length": 5,
+ "offset": 1017,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5798,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "StringLiteral",
+ "offset": 1076,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5783,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1380,
"length": 5,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5798,
- "length": 6,
- "value": "2"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5959,
- "length": 3,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1436,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1477,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5988,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1513,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5959,
- "length": 3,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1551,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5972,
- "length": 6,
- "value": "2"
+ "offset": 1669,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5988,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1894,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6302,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2044,
"length": 5,
- "value": "1"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6317,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2928,
"length": 5,
- "value": "2"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6332,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3282,
"length": 5,
- "value": "3"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6347,
- "length": 3,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3381,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6360,
- "length": 3,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3573,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6302,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4399,
"length": 5,
- "value": "1"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6317,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4448,
"length": 5,
- "value": "2"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6332,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4498,
"length": 5,
- "value": "3"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6347,
- "length": 3,
- "value": "4"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6360,
- "length": 3,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4549,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6553,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4601,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6600,
- "length": 4,
- "value": "2"
+ "offset": 4764,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6644,
- "length": 7,
- "value": "3"
+ "offset": 4982,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6723,
- "length": 11,
- "value": "4"
+ "offset": 5180,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6811,
- "length": 15,
- "value": "5"
+ "offset": 5412,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6553,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5497,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6600,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5548,
"length": 4,
- "value": "2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6644,
- "length": 7,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5597,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7106,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5647,
"length": 4,
- "value": "1"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7120,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5746,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7106,
- "length": 4,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5797,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 7120,
- "length": 6,
- "value": "2"
+ "offset": 5991,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 7853,
- "length": 6,
- "value": "1"
+ "offset": 6224,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7853,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6319,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7917,
- "length": 10,
- "value": "0b00000000"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6369,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7947,
- "length": 10,
- "value": "0b00000001"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8506,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7977,
- "length": 10,
- "value": "0b00000010"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8832,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8007,
- "length": 10,
- "value": "0b00000100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4702,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8037,
- "length": 10,
- "value": "0b00000111"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 13,
+ "value": "\"E, MMM yyyy\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7917,
- "length": 10,
- "value": "0b00000000"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 371,
+ "length": 14,
+ "value": "\"MMM dd, yyyy\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7947,
- "length": 10,
- "value": "0b00000001"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 443,
+ "length": 11,
+ "value": "\"E, MMM dd\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7977,
- "length": 10,
- "value": "0b00000010"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 508,
+ "length": 8,
+ "value": "\"MMM dd\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8007,
- "length": 10,
- "value": "0b00000100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 571,
+ "length": 9,
+ "value": "\"hh:mm a\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8037,
- "length": 10,
- "value": "0b00000111"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 632,
+ "length": 7,
+ "value": "\"hh:mm\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8172,
- "length": 4,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 700,
+ "length": 12,
+ "value": "\"yyyy\/MM\/dd\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8186,
- "length": 4,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 779,
+ "length": 14,
+ "value": "\"yyyyMMddhhmm\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8172,
- "length": 4,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 864,
+ "length": 16,
+ "value": "\"yyyyMMddhhmmss\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8186,
- "length": 4,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 947,
+ "length": 16,
+ "value": "\"MMM dd hh:mm a\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1040,
+ "length": 22,
+ "value": "\"MMM dd, yyyy hh:mm a\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1197,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 8172,
- "length": 4,
+ "offset": 1245,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 8186,
- "length": 4,
+ "offset": 1284,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "FloatLiteral",
- "offset": 666,
- "length": 4,
- "value": "16.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "BooleanLiteral",
- "offset": 1653,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1752,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2120,
+ "offset": 2030,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2129,
+ "offset": 2040,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2140,
+ "offset": 2048,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2150,
+ "offset": 2059,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2194,
+ "offset": 6365,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2232,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6693,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 6795,
+ "length": 4,
+ "value": "0.75"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 2395,
- "length": 5,
- "value": "false"
+ "offset": 8796,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 3024,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9477,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 3264,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10062,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 3513,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10396,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 4325,
+ "offset": 11052,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11331,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 4999,
+ "offset": 11588,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 5261,
+ "offset": 11648,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 12096,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 12129,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 12132,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13122,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13989,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "Dictionary",
+ "offset": 14278,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15513,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 5338,
+ "offset": 16222,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 15411,
+ "offset": 16765,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "BooleanLiteral",
- "offset": 15497,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1162,
"length": 4,
- "value": "true"
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 748,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1212,
+ "length": 6,
+ "value": "600000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1407,
"length": 5,
- "value": "false"
+ "value": "11025"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 508,
+ "offset": 1449,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 517,
- "length": 1,
- "value": "0"
+ "offset": 1553,
+ "length": 5,
+ "value": "12000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 557,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "IntegerLiteral",
- "offset": 528,
+ "offset": 3922,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "IntegerLiteral",
- "offset": 538,
+ "offset": 4040,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "IntegerLiteral",
- "offset": 955,
+ "offset": 4142,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4300,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4372,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1699,
- "length": 2,
- "value": "\"\""
+ "offset": 4451,
+ "length": 55,
+ "value": "\"Initialize state: initParamsBuilder called\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1821,
+ "offset": 4505,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 2181,
- "length": 2,
- "value": "\"\""
+ "offset": 4561,
+ "length": 39,
+ "value": "\"Initialize state: startHandler called\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 3068,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 4807,
+ "length": 43,
+ "value": "\"Initialize state: migrationHandler called\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 3390,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 5046,
+ "length": 44,
+ "value": "\"Initialize state: completionHandler called\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 5202,
+ "length": 54,
+ "value": "\"Initialize state: Failed - \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 5255,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 3431,
+ "offset": 6028,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 4026,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 6063,
+ "length": 58,
+ "value": "\"Initialize state: executeAfterInitCompleteHandler called\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 4426,
- "length": 1,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7058,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 4936,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 7230,
+ "length": 72,
+ "value": "\"[Check] Connection status : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 5217,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 7301,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 5316,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 7493,
+ "length": 75,
+ "value": "\"currentUser: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 7567,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 5351,
+ "offset": 8328,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
- "kind": "BooleanLiteral",
- "offset": 6585,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 8442,
+ "length": 34,
+ "value": "\"[Request] Connection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 396,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 8574,
+ "length": 63,
+ "value": "\"[Failed] Connection to Sendbird: CurrentUser value is not set\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 436,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9215,
+ "length": 71,
+ "value": "\"[Failed] Connection to Sendbird: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 473,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9282,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 704,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9285,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 867,
- "length": 2,
- "value": "50"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9450,
+ "length": 97,
+ "value": "\"[Warning] Connection to Sendbird: Succeed but error was occurred: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1065,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9546,
"length": 2,
- "value": "6"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1706,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9768,
+ "length": 34,
+ "value": "\"[Succeed] Connection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2325,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 10704,
+ "length": 58,
+ "value": "\"[Request] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2980,
- "length": 2,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 10931,
+ "length": 57,
+ "value": "\"[Failed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 3634,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 11052,
+ "length": 58,
+ "value": "\"[Succeed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 4340,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12484,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 4916,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 12808,
+ "length": 75,
+ "value": "\"currentUser: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 5153,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 12882,
"length": 2,
- "value": "16"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 5252,
- "length": 1,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 5287,
+ "offset": 13679,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 14617,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 13793,
+ "length": 38,
+ "value": "\"[Request] Authentication to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 14652,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 13929,
+ "length": 67,
+ "value": "\"[Failed] Authentication to Sendbird: CurrentUser value is not set\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
- "kind": "IntegerLiteral",
- "offset": 514,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 14478,
+ "length": 75,
+ "value": "\"[Failed] Authentication to Sendbird: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
- "kind": "BooleanLiteral",
- "offset": 548,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 14549,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
- "kind": "IntegerLiteral",
- "offset": 693,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 14552,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 331,
- "length": 16,
- "value": "\"SendbirdUIKit.SBUVoiceFileInfo\""
+ "offset": 14717,
+ "length": 101,
+ "value": "\"[Warning] Authentication to Sendbird: Succeed but error was occurred: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1674,
- "length": 3,
- "value": "100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 14817,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2214,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 15039,
+ "length": 38,
+ "value": "\"[Succeed] Authentication to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2266,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 15979,
+ "length": 58,
+ "value": "\"[Request] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2385,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 16206,
+ "length": 57,
+ "value": "\"[Failed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 16327,
+ "length": 58,
+ "value": "\"[Succeed] Register pending push token to Sendbird server\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2530,
+ "offset": 16923,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1556,
- "length": 23,
- "value": "\"SendbirdUIKit.SBUOpenChannelViewModel\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 292,
- "length": 13,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 315,
- "length": 14,
- "value": "2"
+ "offset": 17088,
+ "length": 52,
+ "value": "\"[Failed] Load global notification channel settings\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 339,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 17450,
+ "length": 29,
+ "value": "\"[Failed] Load template list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 359,
- "length": 8,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 18194,
+ "length": 63,
+ "value": "\"[Failed] Connection to Sendbird: CurrentUser value is not set\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 292,
- "length": 13,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 18410,
+ "length": 33,
+ "value": "\"[Failed] Connection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 315,
- "length": 14,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 19299,
+ "length": 58,
+ "value": "\"[Request] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 339,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 19514,
+ "length": 57,
+ "value": "\"[Failed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 359,
- "length": 8,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 19627,
+ "length": 58,
+ "value": "\"[Succeed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 508,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 19993,
+ "length": 37,
+ "value": "\"[Request] Disconnection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 525,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 20118,
+ "length": 37,
+ "value": "\"[Succeed] Disconnection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 544,
- "length": 5,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 22332,
+ "length": 28,
+ "value": "\"[Request] Update user info\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 559,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23150,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 575,
- "length": 12,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23207,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 662,
- "length": 14,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23396,
+ "length": 124,
+ "value": "\"[Succeed]\nUpdate user info: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 744,
- "length": 12,
- "value": "7"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23500,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 825,
- "length": 13,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23504,
+ "length": 3070,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 508,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24311,
+ "length": 17,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 525,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24327,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 544,
- "length": 5,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24457,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 559,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24512,
+ "length": 17,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 575,
- "length": 12,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24528,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
- "kind": "BooleanLiteral",
- "offset": 426,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24578,
+ "length": 7,
+ "value": "\"0.0.0\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 562,
- "length": 2,
- "value": "\"\""
+ "offset": 25034,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
- "kind": "IntegerLiteral",
- "offset": 602,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 25078,
+ "length": 7,
+ "value": "\"0.0.0\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 629,
+ "offset": 25832,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 25930,
+ "length": 50,
+ "value": "\"[Request] Register push token to Sendbird server\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2936,
+ "offset": 26085,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 370,
- "length": 31,
- "value": "\"LOCAL_CACHING_EMOJI_CONTAINER\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 544,
- "length": 4,
- "value": "true"
+ "offset": 26306,
+ "length": 42,
+ "value": "\"[Succeed] APNs push token is registered.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 639,
+ "offset": 26384,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 311,
- "length": 35,
- "value": "\"SendbirdUIKit.SBUTypingIndicatorMessageCellParams\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
- "kind": "Array",
- "offset": 2421,
- "length": 2,
- "value": "[]"
+ "offset": 26445,
+ "length": 42,
+ "value": "\"[Response] Push registration is pending.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 1357,
- "length": 4,
- "value": "true"
+ "offset": 26523,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "Array",
- "offset": 3231,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 26584,
+ "length": 149,
+ "value": "\"[Failed]\nAPNs registration failed with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "Array",
- "offset": 3406,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 26709,
+ "length": 1143,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 3470,
- "length": 2,
- "value": "56"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26769,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 3513,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 26835,
+ "length": 45,
+ "value": "\"[Failed] Push registration: unknown default\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 3946,
+ "offset": 26916,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 4062,
- "length": 4,
- "value": "true"
+ "offset": 27354,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 4507,
+ "offset": 27602,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4732,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 27670,
+ "length": 52,
+ "value": "\"[Request] Unregister push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4959,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 27870,
+ "length": 147,
+ "value": "\"[Failed]\nPush unregistration is fail: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 27989,
+ "length": 12449,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 5193,
+ "offset": 28057,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 5450,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 28154,
+ "length": 43,
+ "value": "\"[Succeed] Push unregistration is success.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 8441,
+ "offset": 28233,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 27491,
- "length": 4,
- "value": "true"
+ "offset": 28381,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 30114,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 239,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 239,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ "offset": 28508,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 239,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28977,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1022,
- "length": 19,
- "value": "\"suggested_replies\""
+ "offset": 29058,
+ "length": 56,
+ "value": "\"[Request] Unregister all push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1068,
- "length": 13,
- "value": "\"custom_view\""
+ "offset": 29260,
+ "length": 69,
+ "value": "\"[Failed] Push unregistration is fail: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1114,
- "length": 20,
- "value": "\"disable_chat_input\""
+ "offset": 29328,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
- "kind": "StringLiteral",
- "offset": 1022,
- "length": 19,
- "value": "\"suggested_replies\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29369,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1068,
- "length": 13,
- "value": "\"custom_view\""
+ "offset": 29466,
+ "length": 43,
+ "value": "\"[Succeed] Push unregistration is success.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
- "kind": "StringLiteral",
- "offset": 1114,
- "length": 20,
- "value": "\"disable_chat_input\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29545,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1704,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30884,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
- "kind": "Array",
- "offset": 2279,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32076,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
- "kind": "Array",
- "offset": 2442,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32164,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2716,
+ "offset": 33962,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2762,
+ "offset": 34243,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 281,
- "length": 2,
- "value": "26"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35372,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 510,
+ "offset": 35894,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 881,
+ "offset": 36321,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 933,
- "length": 1,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37747,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 1124,
- "length": 4,
- "value": "true"
+ "offset": 38360,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1200,
- "length": 2,
- "value": "\"\""
+ "offset": 40460,
+ "length": 98,
+ "value": "\"[Request] Create channel with users,\nUser: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 1833,
- "length": 2,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 40541,
+ "length": 1,
+ "value": "\")\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 2083,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 40639,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "FloatLiteral",
- "offset": 2606,
- "length": 3,
- "value": "4.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 40668,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 3624,
+ "offset": 40734,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 3822,
- "length": 2,
- "value": "80"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 41670,
+ "length": 138,
+ "value": "\"[Failed] Create channel request:\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 3859,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 41784,
+ "length": 4606,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 41928,
+ "length": 59,
+ "value": "\"[Failed] Create channel request: There is no channel url.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 42050,
+ "length": 57,
+ "value": "\"[Succeed] Create channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 42103,
"length": 2,
- "value": "48"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 3903,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 42106,
"length": 2,
- "value": "64"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "IntegerLiteral",
- "offset": 3915,
- "length": 2,
- "value": "68"
+ "offset": 42926,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 1851,
- "length": 5,
- "value": "false"
+ "offset": 43615,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 498,
- "length": 9,
- "value": "\"Waiting\""
+ "offset": 43652,
+ "length": 55,
+ "value": "\"[Failed] start chat with bot: need to be initialized.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 529,
- "length": 7,
- "value": "\"Ready\""
+ "offset": 43892,
+ "length": 48,
+ "value": "\"[Failed] start chat with bot: no current user.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 562,
- "length": 11,
- "value": "\"Executing\""
+ "offset": 44345,
+ "length": 52,
+ "value": "\"[Failed] start chat with bot: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 598,
- "length": 10,
- "value": "\"Finished\""
+ "offset": 44396,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "IntegerLiteral",
+ "offset": 44568,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 498,
- "length": 9,
- "value": "\"Waiting\""
+ "offset": 44606,
+ "length": 49,
+ "value": "\"[Failed] start chat with bot: no exist the bot.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 529,
- "length": 7,
- "value": "\"Ready\""
+ "offset": 45067,
+ "length": 52,
+ "value": "\"[Failed] start chat with bot: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 562,
- "length": 11,
- "value": "\"Executing\""
+ "offset": 45118,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 598,
- "length": 10,
- "value": "\"Finished\""
+ "offset": 45308,
+ "length": 55,
+ "value": "\"[Failed] start chat with aibot: no exist the channel.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1365,
- "length": 57,
- "value": "\"com.sendbird.uikit.operation.state.\""
+ "offset": 45530,
+ "length": 50,
+ "value": "\"[Succeed] Create channel: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1421,
- "length": 27,
+ "offset": 45579,
+ "length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 1639,
+ "offset": 45733,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2829,
+ "offset": 46266,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46307,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1735,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
"kind": "BooleanLiteral",
- "offset": 3109,
+ "offset": 2846,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
- "kind": "StringLiteral",
- "offset": 387,
- "length": 17,
- "value": "\"SendbirdUIKit.BlockingOperation\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "FloatLiteral",
+ "offset": 2899,
+ "length": 4,
+ "value": "80.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2967,
+ "length": 2,
+ "value": "46"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2979,
+ "length": 2,
+ "value": "46"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
"kind": "BooleanLiteral",
- "offset": 748,
+ "offset": 3739,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
"kind": "IntegerLiteral",
- "offset": 1129,
- "length": 2,
- "value": "16"
+ "offset": 3813,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1289,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3835,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 3522,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4694,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 440,
- "length": 25,
- "value": "\"com.sendbird.cache.file\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4708,
+ "length": 3,
+ "value": "-16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 565,
- "length": 10,
- "value": "\"template\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4718,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 609,
- "length": 14,
- "value": "\"user-profile\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4958,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 654,
- "length": 10,
- "value": "\"reaction\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5811,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 690,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6604,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6821,
"length": 5,
- "value": "\"web\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
"kind": "StringLiteral",
- "offset": 1280,
- "length": 49,
+ "offset": 7488,
+ "length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 1312,
- "length": 1,
- "value": "\".queue.diskcache\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7726,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 8316,
- "length": 51,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "Array",
+ "offset": 1365,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "StringLiteral",
- "offset": 8348,
- "length": 1,
- "value": "\".queue.memorycache\""
+ "offset": 2962,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "IntegerLiteral",
- "offset": 8580,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3708,
"length": 2,
- "value": "10"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "IntegerLiteral",
- "offset": 8585,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5257,
"length": 4,
- "value": "1024"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "IntegerLiteral",
- "offset": 8592,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5988,
"length": 4,
- "value": "1024"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "IntegerLiteral",
- "offset": 8700,
- "length": 2,
- "value": "30"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6398,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1559,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6677,
+ "length": 37,
+ "value": "\"Did receive error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1614,
- "length": 3,
- "value": "100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6710,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "StringLiteral",
- "offset": 1434,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUGroupChannelListViewModel\""
+ "offset": 6713,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "BooleanLiteral",
- "offset": 9036,
+ "offset": 8398,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1485,
- "length": 5,
- "value": "false"
+ "offset": 8724,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1552,
+ "offset": 9382,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 9437,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1585,
+ "offset": 10003,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1628,
+ "offset": 1730,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1674,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1736,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1722,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1746,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1765,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 1757,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
- "kind": "StringLiteral",
- "offset": 200,
- "length": 24,
- "value": "\"SendbirdUIKit.SBUUserMessageCellParams\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "Array",
+ "offset": 1947,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
- "kind": "IntegerLiteral",
- "offset": 479,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "Array",
+ "offset": 1985,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
- "kind": "IntegerLiteral",
- "offset": 691,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "Array",
+ "offset": 2846,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
- "kind": "IntegerLiteral",
- "offset": 907,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3182,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1185,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3221,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1227,
+ "offset": 3380,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1447,
- "length": 1,
- "value": "4"
+ "offset": 3638,
+ "length": 2,
+ "value": "56"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1831,
+ "offset": 3721,
"length": 2,
- "value": "56"
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1888,
+ "offset": 3731,
"length": 2,
- "value": "26"
+ "value": "19"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
- "kind": "StringLiteral",
- "offset": 712,
- "length": 3,
- "value": "\" \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3743,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 826,
+ "offset": 3753,
"length": 2,
- "value": "10"
+ "value": "19"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 961,
+ "offset": 3848,
"length": 2,
- "value": "15"
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1290,
+ "offset": 4180,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
- "kind": "IntegerLiteral",
- "offset": 289,
- "length": 1,
- "value": "4"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
- "kind": "FloatLiteral",
- "offset": 341,
- "length": 3,
- "value": "0.6"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
- "kind": "Array",
- "offset": 389,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4247,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
- "kind": "StringLiteral",
- "offset": 212,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUTypingIndicatorBubbleView\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4834,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1049,
+ "offset": 4856,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
- "kind": "BooleanLiteral",
- "offset": 1138,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4876,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
- "kind": "StringLiteral",
- "offset": 1237,
- "length": 20,
- "value": "\"transform.rotation\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4899,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1288,
+ "offset": 4980,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1317,
+ "offset": 5064,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "FloatLiteral",
- "offset": 1359,
+ "offset": 5103,
"length": 3,
- "value": "1.1"
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUTypingIndicatorInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 504,
+ "offset": 5173,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5234,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1259,
- "length": 4,
- "value": "true"
+ "offset": 5301,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1936,
+ "offset": 5365,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2512,
+ "offset": 5490,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 2925,
+ "offset": 5789,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 2975,
- "length": 5,
- "value": "false"
+ "offset": 5852,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 4400,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7017,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7554,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7622,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7634,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 10813,
+ "offset": 7658,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 11815,
+ "offset": 7885,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8175,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 16000,
+ "offset": 8534,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 16027,
+ "offset": 8671,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17767,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8675,
+ "length": 1,
+ "value": "9"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17814,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8711,
+ "length": 2,
+ "value": "41"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17897,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8723,
+ "length": 2,
+ "value": "44"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 19156,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8740,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 19203,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8745,
+ "length": 2,
+ "value": "99"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8782,
+ "length": 2,
+ "value": "49"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8794,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8848,
+ "length": 2,
+ "value": "57"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8860,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10120,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11394,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12895,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12952,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 19286,
+ "offset": 13395,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 24351,
+ "offset": 13489,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 25674,
+ "offset": 13562,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1245,
+ "length": 26,
+ "value": "\"SendbirdUIKit.SBUReactionsViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUGlobals.Deprecated.swift",
"kind": "BooleanLiteral",
- "offset": 7386,
+ "offset": 1925,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
"kind": "IntegerLiteral",
- "offset": 7415,
- "length": 1,
- "value": "1"
+ "offset": 1818,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
"kind": "IntegerLiteral",
- "offset": 7644,
+ "offset": 1829,
"length": 2,
- "value": "10"
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
"kind": "IntegerLiteral",
- "offset": 7654,
+ "offset": 1841,
"length": 1,
- "value": "9"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
"kind": "IntegerLiteral",
- "offset": 7665,
- "length": 2,
- "value": "10"
+ "offset": 1911,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 7676,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 5850,
+ "length": 63,
+ "value": "\"[Failed] decode CustomViewData : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 5912,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 7717,
- "length": 1,
- "value": "1"
+ "offset": 2234,
+ "length": 3,
+ "value": "100"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 7757,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3387,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3439,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 7944,
+ "offset": 3558,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 8290,
- "length": 1,
- "value": "4"
+ "offset": 3648,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8575,
- "length": 4,
- "value": "true"
+ "offset": 3703,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 8605,
+ "offset": 4191,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 8819,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4592,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4633,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4808,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 9121,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4854,
"length": 1,
- "value": "4"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 9889,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4874,
"length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 10581,
- "length": 2,
- "value": "12"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 10678,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6010,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 10771,
- "length": 2,
- "value": "38"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6056,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 10859,
- "length": 2,
- "value": "87"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6076,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 10969,
- "length": 5,
- "value": "false"
+ "offset": 6667,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11473,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7119,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11725,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7496,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11930,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7742,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11947,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8461,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11967,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9463,
+ "length": 47,
+ "value": "\"[Request] Load channel: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11985,
- "length": 3,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9509,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 13186,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9957,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 13563,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10025,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 13914,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11092,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 14368,
- "length": 2,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12006,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 16175,
+ "offset": 12067,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16208,
- "length": 5,
- "value": "false"
+ "offset": 12468,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16238,
+ "offset": 12507,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16270,
+ "offset": 12736,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16441,
- "length": 5,
- "value": "false"
+ "offset": 12776,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16539,
+ "offset": 13266,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 17326,
+ "offset": 13820,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 17407,
- "length": 5,
- "value": "false"
+ "offset": 13859,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13898,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 18892,
- "length": 60,
- "value": "\"Message input view changed mode to \""
+ "offset": 15143,
+ "length": 187,
+ "value": "\"loadInitialMessages,\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 18951,
- "length": 2,
+ "offset": 15244,
+ "length": 1,
+ "value": "\",\ninitialMessages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15314,
+ "length": 7103,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2441,
- "length": 2,
- "value": "56"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15467,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2539,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16163,
+ "length": 30,
+ "value": "\"Prev message already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2635,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16253,
+ "length": 69,
+ "value": "\"[Request] Prev message list from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 3288,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16321,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 3499,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16362,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3708,
+ "offset": 16530,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3906,
+ "offset": 16572,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 9237,
- "length": 5,
- "value": "false"
+ "offset": 16775,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 25571,
+ "offset": 17249,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1010,
+ "offset": 17297,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17531,
+ "length": 40,
+ "value": "\"Prev message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1049,
+ "offset": 17614,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 1082,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17710,
+ "length": 52,
+ "value": "\"[Prev message response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1170,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17752,
+ "length": 8,
+ "value": "\" messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
- "kind": "StringLiteral",
- "offset": 309,
- "length": 33,
- "value": "\"SendbirdUIKit.SBUMultipleFilesMessageCellParams\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18093,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 889,
+ "offset": 18293,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5401,
+ "offset": 18353,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
- "kind": "BooleanLiteral",
- "offset": 1319,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18505,
+ "length": 30,
+ "value": "\"Next message already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
- "kind": "IntegerLiteral",
- "offset": 2103,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18595,
+ "length": 65,
+ "value": "\"[Request] Next message list from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
- "kind": "IntegerLiteral",
- "offset": 2879,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18659,
"length": 2,
- "value": "55"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18700,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 2925,
- "length": 2,
- "value": "12"
+ "offset": 18872,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3007,
+ "offset": 18910,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3197,
- "length": 5,
- "value": "false"
+ "offset": 19109,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3608,
+ "offset": 19489,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
- "kind": "BooleanLiteral",
- "offset": 3998,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19696,
+ "length": 40,
+ "value": "\"Next message list request is not valid\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1560,
- "length": 19,
- "value": "\"SendbirdUIKit.SBUMessageStateView\""
+ "offset": 19828,
+ "length": 52,
+ "value": "\"[Next message Response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1560,
- "length": 19,
- "value": "\"SendbirdUIKit.SBUMessageStateView\""
+ "offset": 19870,
+ "length": 8,
+ "value": "\" messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 562,
+ "offset": 20203,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 851,
+ "offset": 20385,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFeedNotificationCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 217,
- "length": 29,
- "value": "\"SendbirdUIKit.SBUFeedNotificationCellParams\""
+ "offset": 20796,
+ "length": 69,
+ "value": "\"[Request] Both message list from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 630,
- "length": 11,
- "value": "\"reactions\""
+ "offset": 20864,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 673,
- "length": 15,
- "value": "\"enable_og_tag\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21143,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 738,
- "length": 33,
- "value": "\"use_last_messege_on_super_group\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21276,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 806,
- "length": 18,
- "value": "\"use_last_seen_at\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21548,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 867,
- "length": 26,
- "value": "\"enable_message_threading\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21620,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 947,
- "length": 37,
- "value": "\"allow_group_channel_create_from_sdk\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21663,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1038,
- "length": 37,
- "value": "\"allow_group_channel_invite_from_sdk\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21712,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1127,
- "length": 35,
- "value": "\"allow_operators_to_edit_operators\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21761,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1213,
- "length": 34,
- "value": "\"allow_operators_to_ban_operators\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21831,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1291,
- "length": 27,
- "value": "\"allow_super_group_channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21972,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1371,
- "length": 36,
- "value": "\"allow_group_channel_leave_from_sdk\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22069,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1461,
- "length": 37,
- "value": "\"allow_group_channel_update_from_sdk\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22208,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1564,
- "length": 49,
- "value": "\"allow_only_operator_sdk_to_update_group_channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22329,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1655,
- "length": 25,
- "value": "\"allow_broadcast_channel\""
+ "offset": 22427,
+ "length": 166,
+ "value": "\"Fetch from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1713,
- "length": 19,
- "value": "\"message_search_v3\""
+ "offset": 22476,
+ "length": 1,
+ "value": "\",\nlimit: prev = \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1846,
- "length": 28,
- "value": "\"allow_user_update_from_sdk\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
- "kind": "FloatLiteral",
- "offset": 414,
- "length": 4,
- "value": "16.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
- "kind": "BooleanLiteral",
- "offset": 598,
- "length": 4,
- "value": "true"
+ "offset": 22532,
+ "length": 1,
+ "value": "\",\nnext = \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
- "kind": "BooleanLiteral",
- "offset": 947,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22577,
+ "length": 2499,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1189,
+ "offset": 22624,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1236,
+ "offset": 23046,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 400,
+ "offset": 23122,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 882,
+ "offset": 24077,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 915,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 958,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24236,
+ "length": 43,
+ "value": "\"Initial message list request is not valid\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 998,
- "length": 4,
- "value": "true"
+ "offset": 24333,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 203,
- "length": 27,
- "value": "\"SendbirdUIKit.SBUUnknownMessageCellParams\""
+ "offset": 24398,
+ "length": 52,
+ "value": "\"[Both message response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22437,
- "length": 12,
- "value": "\"created_at\""
+ "offset": 24440,
+ "length": 8,
+ "value": "\" messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
- "kind": "StringLiteral",
- "offset": 22463,
- "length": 12,
- "value": "\"updated_at\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24783,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22437,
- "length": 12,
- "value": "\"created_at\""
+ "offset": 25086,
+ "length": 276,
+ "value": "\"[Initial message response] Prev count : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22463,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 25205,
+ "length": 1,
+ "value": "\",\nprevLimit : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22707,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 25283,
+ "length": 1,
+ "value": "\",\nhasPrev : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22773,
- "length": 12,
- "value": "\"theme_mode\""
+ "offset": 25346,
+ "length": 28,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22707,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 25384,
+ "length": 268,
+ "value": "\"[Initial message response] Next count : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22773,
- "length": 12,
- "value": "\"theme_mode\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
- "kind": "Array",
- "offset": 22940,
- "length": 2,
- "value": "[]"
+ "offset": 25503,
+ "length": 1,
+ "value": "\",\nnextLimit : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
- "kind": "IntegerLiteral",
- "offset": 466,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25577,
"length": 1,
- "value": "4"
+ "value": "\",\nhasNext : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
- "kind": "BooleanLiteral",
- "offset": 2260,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25636,
+ "length": 37,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 2471,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25683,
+ "length": 161,
+ "value": "\"[Initial message response] First : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 2513,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25771,
"length": 1,
- "value": "0"
+ "value": "\",\nLast : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
- "kind": "BooleanLiteral",
- "offset": 2597,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25828,
+ "length": 5321,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 13234,
+ "offset": 25948,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1185,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
- "kind": "Array",
- "offset": 1294,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26020,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1061,
- "length": 27,
- "value": "\"SendbirdUIKit.SBUOpenChannelListViewModel\""
+ "offset": 27143,
+ "length": 99,
+ "value": "\"Multiple files message - failed to upload file at index [\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "Array",
- "offset": 2673,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27209,
+ "length": 1,
+ "value": "\"]. \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "IntegerLiteral",
- "offset": 2855,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27241,
"length": 2,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "FloatLiteral",
- "offset": 2983,
- "length": 4,
- "value": "56.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27309,
+ "length": 69,
+ "value": "\"Multiple files message - file at index [\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "FloatLiteral",
- "offset": 3020,
- "length": 4,
- "value": "48.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27358,
+ "length": 1,
+ "value": "\"] upload completed.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "FloatLiteral",
- "offset": 3055,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28877,
+ "length": 40,
+ "value": "\"A filtered file message has been sent.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "FloatLiteral",
- "offset": 3091,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28992,
"length": 4,
- "value": "16.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3184,
+ "offset": 29305,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "IntegerLiteral",
- "offset": 4176,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30135,
+ "length": 67,
+ "value": "\"[Failed] Send user message request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30201,
"length": 2,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "IntegerLiteral",
- "offset": 4917,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30592,
+ "length": 57,
+ "value": "\"[Succeed] Send user message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30648,
"length": 2,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8573,
+ "offset": 30726,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 249,
- "length": 11,
- "value": "\"SBUConfig\""
+ "offset": 31159,
+ "length": 133,
+ "value": "\"[Failed] Send file message request:\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2361,
- "length": 56,
+ "offset": 31268,
+ "length": 2863,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2393,
- "length": 1,
- "value": "\".queue.diskcache.config\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
- "kind": "IntegerLiteral",
- "offset": 2490,
- "length": 1,
- "value": "1"
+ "offset": 31699,
+ "length": 57,
+ "value": "\"[Succeed] Send file message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2533,
- "length": 23,
- "value": "\"sbu_config_updated_at\""
+ "offset": 31755,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
- "kind": "StringLiteral",
- "offset": 2581,
- "length": 19,
- "value": "\"sbu_config_config\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31846,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3630,
+ "offset": 32366,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/NotificationSettings\/SBUGroupChannelPushSettingsViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32450,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 805,
- "length": 36,
- "value": "\"SendbirdUIKit.SBUGroupChannelPushSettingsViewModel\""
+ "offset": 32495,
+ "length": 76,
+ "value": "\"[Failed] Resend failed user message request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
- "kind": "IntegerLiteral",
- "offset": 3586,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32570,
"length": 2,
- "value": "12"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 6597,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32956,
+ "length": 62,
+ "value": "\"[Succeed] Resend failed file message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
- "kind": "Dictionary",
- "offset": 7702,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33017,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7923,
+ "offset": 33104,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33783,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 7172,
- "length": 24,
- "value": "\"uploadableFileInfoList\""
+ "offset": 34149,
+ "length": 193,
+ "value": "\"hasNext : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 7228,
- "length": 7,
- "value": "\"image\""
+ "offset": 34210,
+ "length": 1,
+ "value": "\",\nfirst : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 7265,
- "length": 5,
- "value": "\"gif\""
+ "offset": 34269,
+ "length": 1,
+ "value": "\",\nlast : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 7302,
- "length": 7,
- "value": "\"video\""
+ "offset": 34326,
+ "length": 298,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 7675,
+ "offset": 34436,
"length": 1,
- "value": "1"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 892,
- "length": 2,
- "value": "\"\""
+ "offset": 34634,
+ "length": 169,
+ "value": "\"newTimestamp : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 458,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34680,
+ "length": 1,
+ "value": "\",\nlastUpdatedTimestamp : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 295,
- "length": 27,
- "value": "\"SendbirdUIKit.SBUBaseChannelListViewModel\""
+ "offset": 34745,
+ "length": 1,
+ "value": "\",\ncurrentTime : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1728,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34787,
+ "length": 499,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1795,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35030,
+ "length": 21,
+ "value": "\"set to \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1863,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35050,
"length": 2,
- "value": "18"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1925,
- "length": 2,
- "value": "24"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35296,
+ "length": 194,
+ "value": "\"reset timestamp to : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1992,
- "length": 2,
- "value": "32"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35361,
+ "length": 1,
+ "value": "\",\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2063,
- "length": 2,
- "value": "48"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35432,
+ "length": 1,
+ "value": "\",\ncurrentTime : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2131,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35474,
+ "length": 3949,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2256,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35852,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2317,
- "length": 2,
- "value": "38"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36159,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2377,
- "length": 2,
- "value": "60"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 36929,
+ "length": 42,
+ "value": "\"[Request] Message change logs with token\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2435,
- "length": 2,
- "value": "28"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 37194,
+ "length": 59,
+ "value": "\"[Request] Message change logs with last updated timestamp\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2498,
- "length": 2,
- "value": "40"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 37748,
+ "length": 76,
+ "value": "\"[Request] Changelog added message list from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2571,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 37823,
"length": 2,
- "value": "36"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 2633,
- "length": 2,
- "value": "40"
+ "offset": 37993,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38094,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 38556,
+ "length": 51,
+ "value": "\"Changelog added message list request is not valid\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2701,
- "length": 2,
- "value": "15"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 38742,
+ "length": 55,
+ "value": "\"[Changelog added response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2763,
- "length": 2,
- "value": "22"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 38787,
+ "length": 8,
+ "value": "\" messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2830,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39433,
+ "length": 123,
+ "value": "\"[Failed] Message change logs request:\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39536,
+ "length": 181,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4131,
+ "offset": 39667,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "Array",
- "offset": 10941,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39731,
+ "length": 209,
+ "value": "\"[Response]\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
- "kind": "IntegerLiteral",
- "offset": 2854,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39787,
+ "length": 21,
+ "value": "\"%d updated messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3028,
+ "offset": 39836,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
- "kind": "IntegerLiteral",
- "offset": 4492,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39839,
"length": 1,
- "value": "0"
+ "value": "\",\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39870,
+ "length": 21,
+ "value": "\"%d deleted messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4535,
+ "offset": 39921,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39924,
+ "length": 22667,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8601,
+ "offset": 40259,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 9994,
- "length": 4,
- "value": "true"
+ "offset": 40857,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1189,
- "length": 4,
- "value": "true"
+ "offset": 41569,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 12668,
+ "offset": 41666,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 13199,
+ "offset": 41870,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 718,
+ "offset": 42340,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 928,
+ "offset": 42426,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
- "kind": "IntegerLiteral",
- "offset": 348,
- "length": 5,
- "value": "10001"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42461,
+ "length": 95,
+ "value": "\"Loaded added messages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
- "kind": "BooleanLiteral",
- "offset": 538,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42508,
+ "length": 1,
+ "value": "\", hasNext : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 281,
- "length": 17,
- "value": "\"SendbirdUIKit.SBUNewMessageInfo\""
+ "offset": 42555,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
- "kind": "BooleanLiteral",
- "offset": 227,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42765,
+ "length": 24,
+ "value": "\"[Request] Start typing\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1398,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42972,
+ "length": 22,
+ "value": "\"[Request] End typing\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1990,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 43719,
+ "length": 41,
+ "value": "\"`SBUGlobals.userMentionConfig` is `nil`\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 43962,
+ "length": 92,
+ "value": "\"User mention features are disabled. See `SBUGlobals.isMentionEnabled` for more information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 2119,
- "length": 2,
+ "offset": 44435,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 318,
- "length": 4,
- "value": "1"
+ "offset": 45055,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 364,
- "length": 10,
- "value": "2"
+ "offset": 45872,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 318,
- "length": 4,
+ "offset": 45877,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 364,
- "length": 10,
- "value": "2"
+ "offset": 46027,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
- "kind": "BooleanLiteral",
- "offset": 1900,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 46902,
+ "length": 42,
+ "value": "\"Couldn't retrieve thread list.: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 46943,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2489,
+ "offset": 46979,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4056,
+ "offset": 47046,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
- "kind": "FloatLiteral",
- "offset": 4390,
- "length": 3,
- "value": "0.7"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47071,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 47160,
+ "length": 41,
+ "value": "\"Response of retrieve thread list is nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6248,
- "length": 4,
- "value": "true"
+ "offset": 47236,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7403,
+ "offset": 47261,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7992,
+ "offset": 47301,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8458,
+ "offset": 47661,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 288,
- "length": 31,
- "value": "\"enableUsingDefaultUserProfile\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47886,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 288,
- "length": 31,
- "value": "\"enableUsingDefaultUserProfile\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48171,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 476,
- "length": 16,
- "value": "\"enableDocument\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48332,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 476,
- "length": 16,
- "value": "\"enableDocument\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 48724,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 612,
- "length": 13,
- "value": "\"enablePhoto\""
+ "offset": 1915,
+ "length": 25,
+ "value": "\"SendbirdUIKit.SBUMessageThreadViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 656,
- "length": 13,
- "value": "\"enableVideo\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50502,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 612,
- "length": 13,
- "value": "\"enablePhoto\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50545,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 656,
- "length": 13,
- "value": "\"enableVideo\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50575,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 790,
- "length": 13,
- "value": "\"enablePhoto\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50973,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 834,
- "length": 13,
- "value": "\"enableVideo\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 51292,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 790,
- "length": 13,
- "value": "\"enablePhoto\""
+ "offset": 51596,
+ "length": 32,
+ "value": "\"Did update message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 834,
- "length": 13,
- "value": "\"enableVideo\""
+ "offset": 51627,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1123,
- "length": 13,
- "value": "\"enableOgtag\""
+ "offset": 51824,
+ "length": 32,
+ "value": "\"Did update message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1177,
- "length": 23,
- "value": "\"enableTypingIndicator\""
+ "offset": 51855,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 1235,
- "length": 17,
- "value": "\"enableReactions\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 51929,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1297,
- "length": 27,
- "value": "\"enableReactionsSupergroup\""
+ "offset": 52851,
+ "length": 63,
+ "value": "\"Did update message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1367,
- "length": 15,
- "value": "\"enableMention\""
+ "offset": 52913,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1420,
- "length": 20,
- "value": "\"enableVoiceMessage\""
+ "offset": 53521,
+ "length": 48,
+ "value": "\"Did update message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1482,
- "length": 24,
- "value": "\"enableSuggestedReplies\""
+ "offset": 53568,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 53776,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1557,
- "length": 23,
- "value": "\"enableFormTypeMessage\""
+ "offset": 54166,
+ "length": 35,
+ "value": "\"Message was deleted: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1624,
- "length": 16,
- "value": "\"enableFeedback\""
+ "offset": 54200,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 54487,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1123,
- "length": 13,
- "value": "\"enableOgtag\""
+ "offset": 54816,
+ "length": 55,
+ "value": "\"Channel was changed, ChannelURL:\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1177,
- "length": 23,
- "value": "\"enableTypingIndicator\""
+ "offset": 54870,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1235,
- "length": 17,
- "value": "\"enableReactions\""
+ "offset": 55318,
+ "length": 54,
+ "value": "\"Channel was frozen, ChannelURL:\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1297,
- "length": 27,
- "value": "\"enableReactionsSupergroup\""
+ "offset": 55371,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1367,
- "length": 15,
- "value": "\"enableMention\""
+ "offset": 55820,
+ "length": 56,
+ "value": "\"Channel was unfrozen, ChannelURL:\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1420,
- "length": 20,
- "value": "\"enableVoiceMessage\""
+ "offset": 55875,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1482,
- "length": 24,
- "value": "\"enableSuggestedReplies\""
+ "offset": 56353,
+ "length": 16,
+ "value": "\"You are muted.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1557,
- "length": 23,
- "value": "\"enableFormTypeMessage\""
+ "offset": 56841,
+ "length": 18,
+ "value": "\"You are unmuted.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1624,
- "length": 16,
- "value": "\"enableFeedback\""
+ "offset": 57708,
+ "length": 17,
+ "value": "\"You are banned.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1865,
- "length": 23,
- "value": "\"enableTypingIndicator\""
+ "offset": 59736,
+ "length": 53,
+ "value": "\"messageCollection addedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1934,
- "length": 28,
- "value": "\"enableMessageReceiptStatus\""
+ "offset": 59788,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60408,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60476,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1865,
- "length": 23,
- "value": "\"enableTypingIndicator\""
+ "offset": 60835,
+ "length": 55,
+ "value": "\"messageCollection updatedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1934,
- "length": 28,
- "value": "\"enableMessageReceiptStatus\""
+ "offset": 60889,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 61431,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2094,
- "length": 21,
- "value": "\"enableMessageSearch\""
+ "offset": 61720,
+ "length": 55,
+ "value": "\"messageCollection deletedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2094,
- "length": 21,
- "value": "\"enableMessageSearch\""
+ "offset": 61774,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2238,
- "length": 13,
- "value": "\"enableOgtag\""
+ "offset": 62302,
+ "length": 34,
+ "value": "\"messageCollection changedChannel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2238,
- "length": 13,
- "value": "\"enableOgtag\""
+ "offset": 62560,
+ "length": 34,
+ "value": "\"messageCollection deletedChannel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "Array",
- "offset": 1962,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 840,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "Dictionary",
- "offset": 2342,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 849,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "Dictionary",
- "offset": 2471,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 860,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 2748,
+ "offset": 870,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "StringLiteral",
- "offset": 2816,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 914,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "StringLiteral",
- "offset": 2860,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 952,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "BooleanLiteral",
- "offset": 2958,
+ "offset": 1115,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "StringLiteral",
- "offset": 6588,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1844,
+ "length": 3,
+ "value": "4.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1896,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1948,
+ "length": 3,
+ "value": "4.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1999,
+ "length": 3,
+ "value": "4.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 2055,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 418,
- "length": 9,
- "value": "1"
+ "offset": 3239,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3297,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 418,
- "length": 9,
- "value": "1"
+ "offset": 5855,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 418,
- "length": 9,
- "value": "1"
+ "offset": 6077,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 802,
- "length": 7,
+ "offset": 6277,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
- "kind": "IntegerLiteral",
- "offset": 819,
- "length": 13,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6493,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
- "kind": "IntegerLiteral",
- "offset": 842,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6958,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 862,
- "length": 6,
- "value": "4"
+ "offset": 7227,
+ "length": 1,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 878,
- "length": 4,
- "value": "5"
+ "offset": 7544,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 802,
- "length": 7,
- "value": "1"
+ "offset": 7598,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 819,
- "length": 13,
- "value": "2"
+ "offset": 7666,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 842,
- "length": 10,
- "value": "3"
+ "offset": 7816,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 862,
- "length": 6,
- "value": "4"
+ "offset": 8123,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 878,
- "length": 4,
- "value": "5"
+ "offset": 8253,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 802,
- "length": 7,
- "value": "1"
+ "offset": 9241,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 819,
- "length": 13,
+ "offset": 9260,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "Array",
+ "offset": 9476,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 842,
- "length": 10,
- "value": "3"
+ "offset": 9724,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 862,
- "length": 6,
- "value": "4"
+ "offset": 9733,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 878,
- "length": 4,
- "value": "5"
+ "offset": 9744,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9754,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "BooleanLiteral",
- "offset": 20074,
+ "offset": 10067,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
- "kind": "StringLiteral",
- "offset": 1248,
- "length": 30,
- "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
- "kind": "StringLiteral",
- "offset": 1248,
- "length": 30,
- "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10831,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
- "kind": "StringLiteral",
- "offset": 1248,
- "length": 30,
- "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10905,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 4323,
+ "offset": 11285,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 4345,
+ "offset": 11593,
"length": 1,
- "value": "0"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4420,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11599,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 4449,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SendbirdUI.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2257,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 6533,
"length": 2,
- "value": "50"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "Array",
+ "offset": 1083,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "StringLiteral",
- "offset": 2936,
- "length": 21,
- "value": "\"SendbirdUIKit.SBUFileViewController\""
+ "offset": 1925,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 521,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3034,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3977,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "IntegerLiteral",
- "offset": 527,
+ "offset": 4097,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "IntegerLiteral",
- "offset": 537,
+ "offset": 4107,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "IntegerLiteral",
- "offset": 548,
- "length": 2,
- "value": "76"
+ "offset": 4115,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "IntegerLiteral",
- "offset": 882,
+ "offset": 4126,
"length": 1,
- "value": "6"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "StringLiteral",
- "offset": 213,
- "length": 26,
- "value": "\"SendbirdUIKit.SBUMenuSheetViewController\""
+ "offset": 5858,
+ "length": 22,
+ "value": "\"Not a group channel.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 331,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6237,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 349,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6327,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 368,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6606,
+ "length": 37,
+ "value": "\"Did receive error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 331,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6639,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 349,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6642,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 368,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8356,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 331,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9358,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 349,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 9413,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 368,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 3900,
+ "length": 26,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 508,
- "length": 12,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 3921,
+ "length": 4,
+ "value": "\"Cell\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 530,
- "length": 19,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1248,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 559,
- "length": 19,
- "value": "3"
+ "offset": 2952,
+ "length": 10,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 588,
+ "offset": 2972,
"length": 6,
- "value": "4"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 604,
- "length": 15,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 3234,
+ "length": 13,
+ "value": "\"quote_reply\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 629,
- "length": 19,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 3234,
+ "length": 13,
+ "value": "\"quote_reply\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 508,
- "length": 12,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 3882,
+ "length": 28,
+ "value": "\"Cannot decode SBUReplyType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 530,
- "length": 19,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 4330,
+ "length": 28,
+ "value": "\"Cannot decode SBUReplyType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 559,
- "length": 19,
- "value": "3"
+ "offset": 2952,
+ "length": 10,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 588,
+ "offset": 2972,
"length": 6,
- "value": "4"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 604,
- "length": 15,
- "value": "5"
+ "offset": 2952,
+ "length": 10,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 629,
- "length": 19,
- "value": "6"
+ "offset": 2972,
+ "length": 6,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 508,
- "length": 12,
+ "offset": 4622,
+ "length": 6,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 530,
- "length": 19,
+ "offset": 4705,
+ "length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 559,
- "length": 19,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 5453,
+ "length": 40,
+ "value": "\"Cannot decode SBUThreadReplySelectType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 588,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 5999,
+ "length": 40,
+ "value": "\"Cannot decode SBUThreadReplySelectType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 604,
- "length": 15,
- "value": "5"
+ "offset": 4622,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 629,
- "length": 19,
- "value": "6"
+ "offset": 4705,
+ "length": 6,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 2548,
- "length": 1,
- "value": "0"
+ "offset": 4622,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "StringLiteral",
- "offset": 2089,
- "length": 16,
- "value": "\"SendbirdUIKit.SBUVoiceRecorder\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4705,
+ "length": 6,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 969,
+ "offset": 3150,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1008,
+ "offset": 3572,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 1041,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3851,
+ "length": 67,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3897,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 1084,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3917,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1172,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4778,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 200,
- "length": 24,
- "value": "\"SendbirdUIKit.SBUFileMessageCellParams\""
+ "offset": 4824,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUTheme.Deprecated.swift",
- "kind": "FloatLiteral",
- "offset": 20612,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4844,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5789,
"length": 4,
- "value": "0.64"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 341,
+ "offset": 5916,
+ "length": 47,
+ "value": "\"[Request] Load channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5962,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 310,
- "length": 20,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6500,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 340,
- "length": 17,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6568,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 367,
- "length": 4,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 7338,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 381,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7474,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 396,
- "length": 17,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7861,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 423,
- "length": 13,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8639,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 310,
- "length": 20,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8700,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 340,
- "length": 17,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9079,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 367,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9178,
"length": 4,
- "value": "3"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 381,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9235,
"length": 5,
- "value": "4"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 396,
- "length": 17,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9464,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 423,
- "length": 13,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9496,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 310,
- "length": 20,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10517,
+ "length": 99,
+ "value": "\"Multiple files message - failed to upload file at index [\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 340,
- "length": 17,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10583,
+ "length": 1,
+ "value": "\"]. \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 367,
- "length": 4,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10615,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 381,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10683,
+ "length": 69,
+ "value": "\"Multiple files message - file at index [\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 396,
- "length": 17,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10732,
+ "length": 1,
+ "value": "\"] upload completed.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 423,
- "length": 13,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12251,
+ "length": 40,
+ "value": "\"A filtered file message has been sent.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1964,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12366,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1986,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12679,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2007,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13474,
+ "length": 187,
+ "value": "\"loadInitialMessages,\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2027,
- "length": 7,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13575,
+ "length": 1,
+ "value": "\",\ninitialMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1964,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13645,
+ "length": 23128,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1986,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14367,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2007,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14500,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2027,
- "length": 7,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14680,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1964,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14753,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1986,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15266,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2007,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15487,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2027,
- "length": 7,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15571,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 3788,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15654,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "StringLiteral",
- "offset": 1767,
- "length": 14,
- "value": "\"SendbirdUIKit.SBUVoicePlayer\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15938,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3185,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16019,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 16164,
"length": 2,
- "value": "30"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "Array",
- "offset": 3705,
+ "offset": 16238,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4039,
+ "offset": 16458,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17187,
+ "length": 30,
+ "value": "\"Prev message already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17277,
+ "length": 29,
+ "value": "\"[Request] Prev message list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4991,
+ "offset": 17625,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17783,
+ "length": 52,
+ "value": "\"[Prev message response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17825,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5829,
+ "offset": 18042,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5877,
- "length": 5,
- "value": "false"
+ "offset": 18132,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18327,
+ "length": 30,
+ "value": "\"Next message already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5923,
- "length": 5,
- "value": "false"
+ "offset": 18495,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5964,
+ "offset": 18723,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6148,
+ "offset": 18856,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18995,
+ "length": 52,
+ "value": "\"[Next message Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19037,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6947,
+ "offset": 19254,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19343,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20264,
+ "length": 24,
+ "value": "\"[Request] Start typing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20463,
+ "length": 22,
+ "value": "\"[Request] End typing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20859,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20930,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20934,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21114,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 23459,
+ "offset": 21548,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22506,
+ "length": 41,
+ "value": "\"`SBUGlobals.userMentionConfig` is `nil`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22749,
+ "length": 92,
+ "value": "\"User mention features are disabled. See `SBUGlobals.isMentionEnabled` for more information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4099,
+ "offset": 23222,
"length": 1,
- "value": "8"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4112,
+ "offset": 23841,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4195,
- "length": 2,
- "value": "4"
+ "offset": 24613,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4209,
+ "offset": 24618,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24768,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4268,
+ "offset": 25936,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
- "kind": "IntegerLiteral",
- "offset": 4428,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1949,
+ "length": 24,
+ "value": "\"SendbirdUIKit.SBUGroupChannelViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4495,
+ "offset": 26612,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26912,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27133,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 4580,
- "length": 13,
- "value": "\"searchField\""
+ "offset": 27227,
+ "length": 53,
+ "value": "\"messageCollection addedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
- "kind": "IntegerLiteral",
- "offset": 4735,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27279,
"length": 2,
- "value": "20"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4789,
+ "offset": 27598,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 652,
+ "offset": 27679,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 28195,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28682,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 771,
+ "offset": 28828,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1887,
+ "offset": 28981,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1910,
+ "offset": 29281,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29502,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29604,
+ "length": 55,
+ "value": "\"messageCollection updatedMessages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29658,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29837,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29954,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29985,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 193,
- "length": 7,
- "value": "\"SendbirdUIKit.SBUUser\""
+ "offset": 30225,
+ "length": 55,
+ "value": "\"messageCollection deletedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30279,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30456,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30653,
+ "length": 34,
+ "value": "\"messageCollection changedChannel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31309,
+ "length": 34,
+ "value": "\"messageCollection deletedChannel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31537,
+ "length": 36,
+ "value": "\"messageCollection didDetectHugeGap\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 543,
+ "offset": 31879,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 549,
+ "offset": 31958,
"length": 1,
- "value": "0"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 559,
+ "offset": 31968,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32228,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32622,
+ "length": 23,
+ "value": "\"[Request] Submit Form\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32761,
+ "length": 62,
+ "value": "\"[Request] Submit Form - error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32822,
"length": 2,
- "value": "60"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 571,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33468,
+ "length": 27,
+ "value": "\"[Request] Submit feedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33654,
+ "length": 66,
+ "value": "\"[Request] Submit feedback - error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33719,
"length": 2,
- "value": "34"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3206,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34381,
+ "length": 27,
+ "value": "\"[Request] Update feedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34567,
+ "length": 66,
+ "value": "\"[Request] update feedback - error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34632,
"length": 2,
- "value": "30"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "Array",
- "offset": 3734,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35139,
+ "length": 27,
+ "value": "\"[Request] Delete feedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35274,
+ "length": 66,
+ "value": "\"[Request] delete feedback - error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35339,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 4068,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36398,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5020,
+ "offset": 36424,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "FloatLiteral",
- "offset": 5205,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUTypingIndicatorMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 584,
"length": 3,
- "value": "0.5"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5338,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1984,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 6181,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2493,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 6229,
- "length": 5,
- "value": "false"
+ "offset": 4168,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 6275,
- "length": 5,
- "value": "false"
+ "offset": 4594,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 6316,
+ "offset": 5276,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 6500,
+ "offset": 7842,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8214,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 7009,
- "length": 5,
- "value": "false"
+ "offset": 8264,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 7421,
- "length": 5,
- "value": "false"
+ "offset": 8542,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 22651,
- "length": 5,
- "value": "false"
+ "offset": 8649,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3101,
- "length": 35,
- "value": "\"SendbirdUIKit.SBUFeedNotificationChannelViewModel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 339,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
- "kind": "Dictionary",
- "offset": 913,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 432,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 570,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "BooleanLiteral",
- "offset": 2577,
+ "offset": 1183,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "FloatLiteral",
- "offset": 78285,
- "length": 3,
- "value": "0.5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2967,
+ "length": 2,
+ "value": "51"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "FloatLiteral",
- "offset": 79050,
- "length": 4,
- "value": "0.64"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3045,
+ "length": 2,
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "IntegerLiteral",
- "offset": 82782,
+ "offset": 3057,
"length": 2,
- "value": "18"
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3158,
+ "length": 2,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3318,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3349,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "FloatLiteral",
- "offset": 109135,
+ "offset": 3378,
"length": 3,
"value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "FloatLiteral",
- "offset": 145190,
- "length": 4,
- "value": "0.12"
+ "offset": 3432,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "IntegerLiteral",
- "offset": 186618,
+ "offset": 3570,
"length": 2,
- "value": "18"
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "IntegerLiteral",
- "offset": 187338,
+ "offset": 3601,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3627,
"length": 2,
- "value": "18"
+ "value": "13"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "IntegerLiteral",
- "offset": 189028,
+ "offset": 3655,
"length": 2,
- "value": "14"
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4518,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5068,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5113,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5163,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5215,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5501,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5558,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5605,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5656,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 189263,
- "length": 2,
- "value": "12"
+ "offset": 1007,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 190044,
- "length": 2,
- "value": "14"
+ "offset": 1239,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 190558,
- "length": 2,
- "value": "12"
+ "offset": 2170,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 192493,
+ "offset": 2572,
"length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 192672,
+ "offset": 5126,
"length": 2,
- "value": "12"
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 192837,
+ "offset": 5202,
"length": 2,
- "value": "14"
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 193073,
- "length": 11,
- "value": "\"#e0000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5277,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 193140,
- "length": 11,
- "value": "\"#70000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5348,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 193205,
- "length": 11,
- "value": "\"#e0000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5427,
+ "length": 2,
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 194025,
- "length": 1,
- "value": "8"
+ "offset": 5439,
+ "length": 2,
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 194219,
+ "offset": 5517,
"length": 2,
- "value": "12"
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 194586,
+ "offset": 5529,
"length": 2,
- "value": "14"
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 195091,
- "length": 11,
- "value": "\"#e0000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5643,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 195157,
- "length": 11,
- "value": "\"#70000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5656,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 195230,
- "length": 11,
- "value": "\"#e0000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5664,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 196542,
- "length": 2,
- "value": "15"
+ "offset": 5675,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "IntegerLiteral",
- "offset": 196837,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 6959,
+ "length": 27,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
- "kind": "BooleanLiteral",
- "offset": 364,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 6978,
+ "length": 6,
+ "value": "\" photos\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "BooleanLiteral",
- "offset": 574,
+ "offset": 7108,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
- "kind": "IntegerLiteral",
- "offset": 343,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 8219,
"length": 4,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
- "kind": "IntegerLiteral",
- "offset": 349,
- "length": 5,
- "value": "2"
+ "value": "\"_0\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 356,
- "length": 3,
- "value": "3"
+ "offset": 11130,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 343,
- "length": 4,
+ "offset": 11155,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 349,
- "length": 5,
+ "offset": 11181,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 356,
- "length": 3,
- "value": "3"
+ "offset": 11130,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 343,
- "length": 4,
+ "offset": 11155,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 349,
- "length": 5,
+ "offset": 11181,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
- "kind": "IntegerLiteral",
- "offset": 356,
- "length": 3,
- "value": "3"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
- "kind": "FloatLiteral",
- "offset": 609,
- "length": 3,
- "value": "8.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "IntegerLiteral",
- "offset": 702,
- "length": 2,
- "value": "12"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 753,
+ "offset": 11130,
"length": 1,
- "value": "7"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "IntegerLiteral",
- "offset": 872,
- "length": 2,
- "value": "16"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "IntegerLiteral",
- "offset": 918,
- "length": 2,
- "value": "10"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 968,
- "length": 2,
- "value": "16"
+ "offset": 11155,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 1017,
+ "offset": 11181,
"length": 1,
- "value": "1"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.Header.swift",
"kind": "StringLiteral",
- "offset": 1076,
+ "offset": 3677,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 1380,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 1436,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 1477,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 744,
+ "length": 4,
+ "value": "34.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "BooleanLiteral",
- "offset": 1513,
+ "offset": 823,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "BooleanLiteral",
- "offset": 1551,
+ "offset": 1282,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1669,
+ "offset": 1329,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 1894,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1335,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 2044,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1506,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 2928,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1512,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 294,
- "length": 13,
- "value": "\"E, MMM yyyy\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1522,
+ "length": 1,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 371,
- "length": 14,
- "value": "\"MMM dd, yyyy\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1533,
+ "length": 1,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 443,
- "length": 11,
- "value": "\"E, MMM dd\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1749,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 508,
- "length": 8,
- "value": "\"MMM dd\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2220,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 571,
- "length": 9,
- "value": "\"hh:mm a\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2230,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 632,
- "length": 7,
- "value": "\"hh:mm\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2238,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 700,
- "length": 12,
- "value": "\"yyyy\/MM\/dd\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2249,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 779,
- "length": 14,
- "value": "\"yyyyMMddhhmm\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2774,
+ "length": 1,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 864,
- "length": 16,
- "value": "\"yyyyMMddhhmmss\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3043,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 947,
- "length": 16,
- "value": "\"MMM dd hh:mm a\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3278,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 1040,
- "length": 22,
- "value": "\"MMM dd, yyyy hh:mm a\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3430,
+ "length": 3,
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1245,
+ "offset": 3581,
"length": 1,
- "value": "1"
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1284,
+ "offset": 3709,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 1162,
- "length": 4,
- "value": "1000"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3947,
+ "length": 3,
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4202,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1212,
- "length": 6,
- "value": "600000"
+ "offset": 4291,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1407,
- "length": 5,
- "value": "11025"
+ "offset": 4954,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1449,
+ "offset": 5026,
"length": 1,
- "value": "1"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1553,
- "length": 5,
- "value": "12000"
+ "offset": 5138,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 557,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 5334,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 7058,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 6171,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 8328,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6429,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 12484,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6441,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "BooleanLiteral",
- "offset": 13679,
+ "offset": 7031,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 25832,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "BooleanLiteral",
- "offset": 30884,
+ "offset": 7141,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1735,
+ "offset": 7236,
"length": 2,
- "value": "16"
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
- "kind": "BooleanLiteral",
- "offset": 2846,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7248,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
- "kind": "FloatLiteral",
- "offset": 2899,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7302,
"length": 4,
- "value": "80.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 2967,
+ "offset": 7429,
"length": 2,
- "value": "46"
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 2979,
+ "offset": 7441,
"length": 2,
- "value": "46"
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1730,
+ "offset": 7492,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1736,
- "length": 1,
- "value": "0"
+ "offset": 7674,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1746,
- "length": 1,
- "value": "0"
+ "offset": 7686,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
- "kind": "FloatLiteral",
- "offset": 1757,
- "length": 3,
- "value": "0.5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8355,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
- "kind": "Array",
- "offset": 1947,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8717,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
- "kind": "Array",
- "offset": 1985,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 8766,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
- "kind": "StringLiteral",
- "offset": 1245,
- "length": 26,
- "value": "\"SendbirdUIKit.SBUReactionsViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9147,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 2234,
- "length": 3,
- "value": "100"
+ "offset": 9859,
+ "length": 6,
+ "value": "100000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3387,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 2849,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3439,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 727,
+ "length": 9,
+ "value": "\"iconAdd\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3558,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 862,
+ "length": 10,
+ "value": "\"iconBack\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3703,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 996,
+ "length": 9,
+ "value": "\"iconBad\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 4191,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1129,
+ "length": 9,
+ "value": "\"iconBan\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 13266,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1274,
+ "length": 15,
+ "value": "\"iconBroadcast\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 1915,
- "length": 25,
- "value": "\"SendbirdUIKit.SBUMessageThreadViewModel\""
+ "offset": 1419,
+ "length": 12,
+ "value": "\"iconCamera\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 840,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1565,
+ "length": 14,
+ "value": "\"iconChannels\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 849,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1705,
+ "length": 10,
+ "value": "\"iconChat\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 860,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1863,
+ "length": 21,
+ "value": "\"iconCheckboxChecked\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 870,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2036,
+ "length": 23,
+ "value": "\"iconCheckboxUnchecked\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 914,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2199,
+ "length": 17,
+ "value": "\"iconChevronDown\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 952,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2358,
+ "length": 18,
+ "value": "\"iconChevronRight\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1115,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2504,
+ "length": 11,
+ "value": "\"iconClose\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 1844,
- "length": 3,
- "value": "4.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2641,
+ "length": 10,
+ "value": "\"iconCopy\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 1896,
- "length": 4,
- "value": "12.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2781,
+ "length": 12,
+ "value": "\"iconCreate\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 1948,
- "length": 3,
- "value": "4.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2923,
+ "length": 12,
+ "value": "\"iconDelete\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 1999,
- "length": 3,
- "value": "4.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3069,
+ "length": 14,
+ "value": "\"iconDocument\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 2055,
- "length": 3,
- "value": "6.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3209,
+ "length": 10,
+ "value": "\"iconDone\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SendbirdUI.Deprecated.swift",
- "kind": "BooleanLiteral",
- "offset": 2257,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3351,
+ "length": 13,
+ "value": "\"iconDoneAll\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "BooleanLiteral",
- "offset": 1248,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3498,
+ "length": 14,
+ "value": "\"iconDownload\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2952,
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3638,
"length": 10,
- "value": "1"
+ "value": "\"iconEdit\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3784,
+ "length": 15,
+ "value": "\"iconEmojiMore\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 3234,
- "length": 13,
- "value": "\"quote_reply\""
+ "offset": 3927,
+ "length": 11,
+ "value": "\"iconEmpty\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 3234,
- "length": 13,
- "value": "\"quote_reply\""
+ "offset": 4066,
+ "length": 11,
+ "value": "\"iconError\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2952,
- "length": 10,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4213,
+ "length": 15,
+ "value": "\"iconFileAudio\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4370,
+ "length": 18,
+ "value": "\"iconFileDocument\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2952,
- "length": 10,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4518,
+ "length": 12,
+ "value": "\"iconFreeze\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4654,
+ "length": 9,
+ "value": "\"iconGif\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4622,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4789,
+ "length": 10,
+ "value": "\"iconGood\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4705,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4925,
+ "length": 10,
+ "value": "\"iconInfo\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4622,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5063,
+ "length": 11,
+ "value": "\"iconLeave\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4705,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5206,
+ "length": 13,
+ "value": "\"iconMembers\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4622,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5351,
+ "length": 13,
+ "value": "\"iconMessage\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4705,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5504,
+ "length": 17,
+ "value": "\"iconModerations\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2695,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5647,
+ "length": 10,
+ "value": "\"iconMore\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3117,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5783,
+ "length": 10,
+ "value": "\"iconMute\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 1494,
+ "offset": 5947,
"length": 24,
- "value": "\"SendbirdUIKit.SBUGroupChannelViewModel\""
+ "value": "\"iconNotificationFilled\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUTypingIndicatorMessageManager.swift",
- "kind": "Dictionary",
- "offset": 584,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6131,
+ "length": 27,
+ "value": "\"iconNotificationOffFilled\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
- "kind": "IntegerLiteral",
- "offset": 339,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6302,
+ "length": 19,
+ "value": "\"iconNotifications\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
- "kind": "IntegerLiteral",
- "offset": 432,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6455,
+ "length": 14,
+ "value": "\"iconOperator\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
- "kind": "IntegerLiteral",
- "offset": 570,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6597,
+ "length": 11,
+ "value": "\"iconPause\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1183,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6736,
+ "length": 11,
+ "value": "\"iconPhoto\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 1007,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6873,
+ "length": 10,
+ "value": "\"iconPlay\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 1239,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7009,
+ "length": 10,
+ "value": "\"iconPlus\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 2170,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7153,
+ "length": 14,
+ "value": "\"iconQuestion\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 2572,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7313,
+ "length": 20,
+ "value": "\"iconRadioButtonOff\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11130,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7477,
+ "length": 19,
+ "value": "\"iconRadioButtonOn\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11155,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7632,
+ "length": 15,
+ "value": "\"iconRecording\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11181,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7779,
+ "length": 13,
+ "value": "\"iconRefresh\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11130,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7922,
+ "length": 12,
+ "value": "\"iconRemove\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11155,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8066,
+ "length": 13,
+ "value": "\"iconReplied\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11181,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8207,
+ "length": 11,
+ "value": "\"iconReply\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11130,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8348,
+ "length": 12,
+ "value": "\"iconSearch\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11155,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8486,
+ "length": 10,
+ "value": "\"iconSend\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11181,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8628,
+ "length": 13,
+ "value": "\"iconSpinner\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
- "kind": "FloatLiteral",
- "offset": 744,
- "length": 4,
- "value": "34.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8767,
+ "length": 10,
+ "value": "\"iconStop\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
- "kind": "BooleanLiteral",
- "offset": 823,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8915,
+ "length": 16,
+ "value": "\"iconSupergroup\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9061,
+ "length": 12,
+ "value": "\"iconThread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9217,
+ "length": 19,
+ "value": "\"iconThumbnailNone\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9362,
+ "length": 10,
+ "value": "\"iconUser\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9518,
+ "length": 20,
+ "value": "\"iconVoiceMessageOn\""
}
]
}
\ No newline at end of file
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
index 71653389..8c0f3365 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
@@ -1,12 +1,13 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdUIKit
+// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
+// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdUIKit
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFAudio
import AVFoundation
import AVKit
import AssetsLibrary
import CoreGraphics
+import DeveloperToolsSupport
import Foundation
import MobileCoreServices
import Photos
@@ -15,9 +16,11 @@ import QuartzCore
import SafariServices
import SendbirdChatSDK
import Swift
+import SwiftUI
import UIKit
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
import simd
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUModerationsViewController : SendbirdUIKit.SBUBaseViewController, SendbirdUIKit.SBUModerationsModuleHeaderDelegate, SendbirdUIKit.SBUModerationsModuleListDelegate, SendbirdUIKit.SBUModerationsModuleListDataSource, SendbirdUIKit.SBUCommonViewModelDelegate, SendbirdUIKit.SBUModerationsViewModelDelegate {
@objc @_Concurrency.MainActor(unsafe) public var headerComponent: SendbirdUIKit.SBUModerationsModule.Header?
@@ -137,8 +140,8 @@ extension SendbirdUIKit.SBUBaseChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var newMessageInfoView: UIKit.UIView?
@objc @_Concurrency.MainActor(unsafe) public var scrollBottomView: UIKit.UIView?
@objc @_Concurrency.MainActor(unsafe) public var userProfileView: UIKit.UIView?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelModuleListDataSource)?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
@@ -218,8 +221,8 @@ extension SendbirdUIKit.SBUConfig {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
@_hasMissingDesignatedInitializers public class SBUScrollPostionConfiguration {
@@ -283,7 +286,7 @@ public protocol SBUOpenChannelListModuleHeaderDelegate : SendbirdUIKit.SBUBaseCh
extension SendbirdUIKit.SBUOpenChannelListModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelListModule.Header {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUOpenChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate)? {
get
set
}
@@ -292,7 +295,7 @@ extension SendbirdUIKit.SBUOpenChannelListModule {
@available(*, unavailable, renamed: "SBUOpenChannelListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUOpenChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUOpenChannelListTheme)
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUOpenChannelListTheme? = nil)
}
}
@@ -336,8 +339,8 @@ extension SendbirdUIKit.SBUMessageSearchModule {
}
@objc @_Concurrency.MainActor(unsafe) public var resultCell: SendbirdUIKit.SBUMessageSearchResultCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageSearchTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageSearchModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageSearchModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageSearchModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageSearchModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var resultList: [SendbirdChatSDK.BaseMessage] {
@objc get
}
@@ -346,7 +349,7 @@ extension SendbirdUIKit.SBUMessageSearchModule {
@available(*, unavailable, renamed: "SBUMessageSearchModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageSearchModuleListDelegate, dataSource: SendbirdUIKit.SBUMessageSearchModuleListDataSource, theme: SendbirdUIKit.SBUMessageSearchTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageSearchModuleListDelegate, dataSource: any SendbirdUIKit.SBUMessageSearchModuleListDataSource, theme: SendbirdUIKit.SBUMessageSearchTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUMessageSearchTheme? = nil)
@@ -387,18 +390,18 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageThreadModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var parentMessage: SendbirdChatSDK.BaseMessage?
@objc @_Concurrency.MainActor(unsafe) public var mentionManager: SendbirdUIKit.SBUMentionManager?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleInputDelegate, dataSource: SendbirdUIKit.SBUMessageThreadModuleInputDataSource, parentMessage: SendbirdChatSDK.BaseMessage?, mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleInputDelegate, dataSource: any SendbirdUIKit.SBUMessageThreadModuleInputDataSource, parentMessage: SendbirdChatSDK.BaseMessage?, mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -451,11 +454,11 @@ public protocol SBUGroupChannelModuleHeaderDelegate : SendbirdUIKit.SBUBaseChann
}
extension SendbirdUIKit.SBUGroupChannelModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func onTapLeftBarButton()
@_Concurrency.MainActor(unsafe) @objc override open func onTapRightBarButton()
@@ -601,11 +604,11 @@ public protocol SBUGroupChannelSettingsViewModelDelegate : SendbirdUIKit.SBUBase
@available(*, deprecated, renamed: "SBUGroupChannelSettingsViewModel")
public typealias SBUChannelSettingsViewModel = SendbirdUIKit.SBUGroupChannelSettingsViewModel
@objc open class SBUGroupChannelSettingsViewModel : SendbirdUIKit.SBUBaseChannelSettingsViewModel {
- weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String?)
override public func updateChannel(channelName: Swift.String? = nil, coverImage: UIKit.UIImage? = nil)
@@ -638,15 +641,15 @@ public protocol SBURegisterOperatorViewModelDelegate : SendbirdUIKit.SBUBaseSele
public protocol SBURegisterOperatorViewModelDataSource : SendbirdUIKit.SBUBaseSelectUserViewModelDataSource {
}
@objc open class SBURegisterOperatorViewModel : SendbirdUIKit.SBUBaseSelectUserViewModel {
- weak public var delegate: SendbirdUIKit.SBURegisterOperatorViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBURegisterOperatorViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: SendbirdUIKit.SBURegisterOperatorViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBURegisterOperatorViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: (any SendbirdUIKit.SBURegisterOperatorViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBURegisterOperatorViewModelDataSource)? = nil)
public func registerAsOperators()
public func registerAsOperators(users: [SendbirdUIKit.SBUUser])
public func registerAsOperators(userIds: [Swift.String])
@@ -684,15 +687,15 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.OpenChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleInputDelegate, dataSource: SendbirdUIKit.SBUOpenChannelModuleInputDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleInputDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelModuleInputDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@objc @_Concurrency.MainActor(unsafe) open func updateStyles(overlaid: Swift.Bool = false)
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@_Concurrency.MainActor(unsafe) @objc override open func pickVideoFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -726,8 +729,8 @@ extension SendbirdUIKit.SBUBaseSelectUserModule {
}
@objc @_Concurrency.MainActor(unsafe) public var userCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseSelectUserModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseSelectUserModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseSelectUserModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseSelectUserModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var userList: [SendbirdUIKit.SBUUser]? {
@objc get
}
@@ -762,15 +765,15 @@ public protocol SBUInviteUserViewModelDelegate : SendbirdUIKit.SBUBaseSelectUser
public protocol SBUInviteUserViewModelDataSource : SendbirdUIKit.SBUBaseSelectUserViewModelDataSource {
}
@objc open class SBUInviteUserViewModel : SendbirdUIKit.SBUBaseSelectUserViewModel {
- weak public var delegate: SendbirdUIKit.SBUInviteUserViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUInviteUserViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUInviteUserViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUInviteUserViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: SendbirdUIKit.SBUInviteUserViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUInviteUserViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: (any SendbirdUIKit.SBUInviteUserViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUInviteUserViewModelDataSource)? = nil)
public func inviteUsers()
public func invite(users: [SendbirdUIKit.SBUUser])
public func invite(userIds: [Swift.String])
@@ -805,11 +808,11 @@ public protocol SBURegisterOperatorModuleListDataSource : SendbirdUIKit.SBUBaseS
}
extension SendbirdUIKit.SBURegisterOperatorModule {
@_inheritsConvenienceInitializers @objc(SBURegisterOperatorModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBURegisterOperatorModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBURegisterOperatorModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorModuleListDataSource)? {
get
set
}
@@ -818,7 +821,7 @@ extension SendbirdUIKit.SBURegisterOperatorModule {
@available(*, unavailable, renamed: "SBURegisterOperatorModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBURegisterOperatorModuleListDelegate, dataSource: SendbirdUIKit.SBURegisterOperatorModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBURegisterOperatorModuleListDelegate, dataSource: any SendbirdUIKit.SBURegisterOperatorModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
@@ -842,8 +845,8 @@ open class SBUModerationsViewModel {
public var channelType: SendbirdChatSDK.ChannelType {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel, delegate: SendbirdUIKit.SBUModerationsViewModelDelegate? = nil)
- public init(channelURL: Swift.String, channelType: SendbirdChatSDK.ChannelType, delegate: SendbirdUIKit.SBUModerationsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel, delegate: (any SendbirdUIKit.SBUModerationsViewModelDelegate)? = nil)
+ public init(channelURL: Swift.String, channelType: SendbirdChatSDK.ChannelType, delegate: (any SendbirdUIKit.SBUModerationsViewModelDelegate)? = nil)
public func loadChannel(channelURL: Swift.String)
public func freezeChannel(_ completionHandler: ((Swift.Bool) -> Swift.Void)? = nil)
public func unfreezeChannel(_ completionHandler: ((Swift.Bool) -> Swift.Void)? = nil)
@@ -985,7 +988,7 @@ open class SBUUserListModule {
}
public class SBUTypingIndicatorMessage : SendbirdChatSDK.BaseMessage {
public var typingIndicatorInfo: SendbirdUIKit.SBUTypingIndicatorInfo?
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
public protocol SBUOpenChannelModuleListDelegate : SendbirdUIKit.SBUBaseChannelModuleListDelegate {
@@ -1000,11 +1003,11 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var fileMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
@objc @_Concurrency.MainActor(unsafe) public var unknownMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
@objc @_Concurrency.MainActor(unsafe) public var customMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelModuleListDataSource)? {
get
set
}
@@ -1014,7 +1017,7 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var isOverlaid: Swift.Bool {
@objc get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@objc @_Concurrency.MainActor(unsafe) open func updateLayouts()
@@ -1095,8 +1098,8 @@ extension SendbirdUIKit.SBUBaseChannelListModule {
}
@objc @_Concurrency.MainActor(unsafe) public var channelCell: SendbirdUIKit.SBUBaseChannelCell?
@objc @_Concurrency.MainActor(unsafe) public var customCell: SendbirdUIKit.SBUBaseChannelCell?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelListModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelListModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelListModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelListModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannelList: [SendbirdChatSDK.BaseChannel]? {
@objc get
}
@@ -1194,11 +1197,11 @@ public protocol SBUCreateChannelModuleHeaderDataSource : SendbirdUIKit.SBUBaseSe
}
extension SendbirdUIKit.SBUCreateChannelModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource)? {
get
set
}
@@ -1207,7 +1210,7 @@ extension SendbirdUIKit.SBUCreateChannelModule {
@available(*, unavailable, renamed: "SBUCreateChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -1221,7 +1224,7 @@ public protocol SBUEmptyViewDelegate : ObjectiveC.NSObjectProtocol {
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUEmptyView : SendbirdUIKit.SBUView {
@_Concurrency.MainActor(unsafe) public var type: SendbirdUIKit.EmptyViewType
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUEmptyViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUEmptyViewDelegate)?
@_Concurrency.MainActor(unsafe) public var statusImageView: UIKit.UIImageView {
get
set
@@ -1262,8 +1265,8 @@ public protocol SBUEmptyViewDelegate : ObjectiveC.NSObjectProtocol {
public var openChannel: SendbirdUIKit.SBUConfig.OpenChannel
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
open class SBUGroupChannelSettingsModule {
public static var HeaderComponent: SendbirdUIKit.SBUGroupChannelSettingsModule.Header.Type
@@ -1322,7 +1325,7 @@ extension SendbirdUIKit.SBUChannelInfoHeaderViewDelegate {
set
_modify
}
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUChannelInfoHeaderViewDelegate?)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUChannelInfoHeaderViewDelegate)?)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@available(*, unavailable, renamed: "SBUChannelInfoHeaderView()")
@_Concurrency.MainActor(unsafe) required public init?(coder: Foundation.NSCoder)
@@ -1605,8 +1608,8 @@ extension SendbirdUIKit.SBUConfig {
public var camera: SendbirdUIKit.SBUConfig.BaseInput.Camera
public var gallery: SendbirdUIKit.SBUConfig.BaseInput.Gallery
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.BaseInput {
@@ -1622,8 +1625,8 @@ extension SendbirdUIKit.SBUConfig.BaseInput {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.BaseInput {
@@ -1639,8 +1642,8 @@ extension SendbirdUIKit.SBUConfig.BaseInput {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
open class SBUGroupChannelModule {
@@ -1696,8 +1699,8 @@ public protocol SBUFeedbackViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var params: SendbirdUIKit.SBUFeedbackViewParams? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFeedbackViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFeedbackViewParams, delegate: SendbirdUIKit.SBUFeedbackViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFeedbackViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFeedbackViewParams, delegate: (any SendbirdUIKit.SBUFeedbackViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -1734,11 +1737,11 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -1861,8 +1864,8 @@ public protocol SBUFormFieldViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var status: SendbirdUIKit.SBUFormFieldView.StatusType
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFormFieldViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(form: SendbirdChatSDK.Form, field: SendbirdChatSDK.FormField, delegate: SendbirdUIKit.SBUFormFieldViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(form: SendbirdChatSDK.Form, field: SendbirdChatSDK.FormField, delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -2034,16 +2037,16 @@ public struct SBUForm : Swift.Codable {
get
}
public func isValid(with value: Swift.String?, isStrict: Swift.Bool = false) -> Swift.Bool
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
public struct Answer {
public let formKey: Swift.String
public let data: SendbirdUIKit.SBUForm.FormData
public func update(with updated: SendbirdUIKit.SBUForm.Field.Updated) -> SendbirdUIKit.SBUForm.Answer?
}
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdUIKit.SBUUserMessageCellParams {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
@@ -2067,7 +2070,7 @@ extension SendbirdUIKit.SBUFormView {
}
extension SendbirdUIKit.SBUFormFieldView {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
- @_Concurrency.MainActor(unsafe) public func configure(form: SendbirdUIKit.SBUForm, field: SendbirdUIKit.SBUForm.Field, value: Swift.String?, delegate: SendbirdUIKit.SBUFormFieldViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) public func configure(form: SendbirdUIKit.SBUForm, field: SendbirdUIKit.SBUForm.Field, value: Swift.String?, delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)? = nil)
}
extension SendbirdUIKit.SBUGroupChannelModuleListDelegate {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
@@ -2421,13 +2424,13 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUCreateOpenChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUCreateOpenChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUCreateOpenChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUCreateOpenChannelTheme? = nil)
@@ -2680,7 +2683,7 @@ open class SBUMessageSearchViewModel {
public var messageSearchQuery: SendbirdChatSDK.MessageSearchQuery? {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel, params: SendbirdChatSDK.MessageSearchQueryParams? = nil, delegate: SendbirdUIKit.SBUMessageSearchViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel, params: SendbirdChatSDK.MessageSearchQueryParams? = nil, delegate: (any SendbirdUIKit.SBUMessageSearchViewModelDelegate)? = nil)
open func search(keyword: Swift.String)
public func search(keyword: Swift.String, query: SendbirdChatSDK.MessageSearchQuery)
public func loadMore()
@@ -2693,7 +2696,7 @@ open class SBUMessageSearchViewModel {
_modify
}
@_Concurrency.MainActor(unsafe) public var cornerRadius: CoreFoundation.CGFloat
- @_Concurrency.MainActor(unsafe) open func configure(delegate: UIKit.UICollectionViewDelegate, dataSource: UIKit.UICollectionViewDataSource, theme: SendbirdUIKit.SBUMessageCellTheme? = nil, cornerRadius: CoreFoundation.CGFloat)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any UIKit.UICollectionViewDelegate, dataSource: any UIKit.UICollectionViewDataSource, theme: SendbirdUIKit.SBUMessageCellTheme? = nil, cornerRadius: CoreFoundation.CGFloat)
@_Concurrency.MainActor(unsafe) @objc open func setupViews()
@_Concurrency.MainActor(unsafe) @objc open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc open func setupStyles()
@@ -2932,7 +2935,7 @@ public protocol SBULoadingDataSource : AnyObject {
public static var isShowing: Swift.Bool {
get
}
- public static func setDataSource(dataSource: SendbirdUIKit.SBULoadingDataSource)
+ public static func setDataSource(dataSource: any SendbirdUIKit.SBULoadingDataSource)
public static func removeDataSource()
@objc deinit
}
@@ -2970,11 +2973,11 @@ public protocol SBUOpenChannelSettingsModuleListDataSource : SendbirdUIKit.SBUBa
}
extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@_inheritsConvenienceInitializers @objc(SBUOpenChannelSettingsModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelSettingsModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource)? {
get
set
}
@@ -2986,7 +2989,7 @@ extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@available(*, unavailable, renamed: "SBUOpenChannelSettingsModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupItems()
@_Concurrency.MainActor(unsafe) open func createModerationsItem() -> SendbirdUIKit.SBUChannelSettingItem
@@ -3061,13 +3064,13 @@ extension SendbirdUIKit.SBUGroupChannelPushSettingsModule {
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUGroupChannelPushSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUGroupChannelPushSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -3100,7 +3103,7 @@ extension SendbirdUIKit.SBUSelectablePhotoViewDelegate {
set
_modify
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSelectablePhotoViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSelectablePhotoViewDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var fetchResult: Photos.PHFetchResult
@objc @_Concurrency.MainActor(unsafe) public var columnSize: CoreFoundation.CGSize {
@objc get
@@ -3133,11 +3136,11 @@ public protocol SBUOpenChannelSettingsViewModelDelegate : SendbirdUIKit.SBUBaseC
func openChannelSettingsViewModel(_ viewModel: SendbirdUIKit.SBUOpenChannelSettingsViewModel, didDeleteChannel channel: SendbirdChatSDK.OpenChannel)
}
@objc open class SBUOpenChannelSettingsViewModel : SendbirdUIKit.SBUBaseChannelSettingsViewModel {
- weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String?)
override public func updateChannel(channelName: Swift.String? = nil, coverImage: UIKit.UIImage? = nil)
@@ -3176,8 +3179,8 @@ extension SendbirdUIKit.SBUOpenChannelSettingsViewModel : SendbirdChatSDK.OpenCh
set
}
public init(wrappedValue: T)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
public protocol SBUQuoteMessageInputViewProtocol : SendbirdUIKit.SBUViewLifeCycle {
func configure(with configuration: SendbirdUIKit.SBUQuoteMessageInputViewParams)
@@ -3329,7 +3332,7 @@ public class SBUToastViewItem : SendbirdUIKit.SBUCommonItem {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUToastView : ObjectiveC.NSObject {
- public static func show(item: SendbirdUIKit.SBUToastViewItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: SendbirdUIKit.SBUToastViewDelegate? = nil, dismissHandler: SendbirdUIKit.SBUToastViewHandler? = nil)
+ public static func show(item: SendbirdUIKit.SBUToastViewItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: (any SendbirdUIKit.SBUToastViewDelegate)? = nil, dismissHandler: SendbirdUIKit.SBUToastViewHandler? = nil)
public static func dismiss()
@objc deinit
}
@@ -3442,6 +3445,7 @@ public class SBUToastViewItem : SendbirdUIKit.SBUCommonItem {
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelViewModel(_ viewModel: SendbirdUIKit.SBUBaseChannelViewModel, deletedMessages messages: [SendbirdChatSDK.BaseMessage])
@objc @_Concurrency.MainActor(unsafe) open func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveSuggestedMentions members: [SendbirdUIKit.SBUUser]?)
@objc @_Concurrency.MainActor(unsafe) public func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
+ @objc @_Concurrency.MainActor(unsafe) open func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveStreamMessage message: SendbirdChatSDK.BaseMessage, forChannel channel: SendbirdChatSDK.GroupChannel)
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelModule(_ headerComponent: SendbirdUIKit.SBUBaseChannelModule.Header, didTapLeftItem leftItem: UIKit.UIBarButtonItem)
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelModule(_ headerComponent: SendbirdUIKit.SBUBaseChannelModule.Header, didTapRightItem rightItem: UIKit.UIBarButtonItem)
@objc @_Concurrency.MainActor(unsafe) open func groupChannelModule(_ listComponent: SendbirdUIKit.SBUGroupChannelModule.List, didSelectFileAt index: Swift.Int, multipleFilesMessageCell: SendbirdUIKit.SBUMultipleFilesMessageCell, forRowAt cellIndexPath: Foundation.IndexPath)
@@ -3609,11 +3613,11 @@ public protocol SBUGroupChannelListModuleListDataSource : SendbirdUIKit.SBUBaseC
extension SendbirdUIKit.SBUGroupChannelListModule {
@_inheritsConvenienceInitializers @objc(SBUGroupChannelListModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelListModule.List {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUGroupChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelListModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelListModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelListModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelListModuleListDataSource)? {
get
set
}
@@ -3625,7 +3629,7 @@ extension SendbirdUIKit.SBUGroupChannelListModule {
@available(*, unavailable, renamed: "SBUGroupChannelListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelListModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelListModuleListDataSource, theme: SendbirdUIKit.SBUGroupChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelListModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelListModuleListDataSource, theme: SendbirdUIKit.SBUGroupChannelListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUGroupChannelListTheme? = nil)
@objc @_Concurrency.MainActor(unsafe) public func leaveContextualAction(with indexPath: Foundation.IndexPath) -> UIKit.UIContextualAction?
@@ -3666,8 +3670,8 @@ public protocol SBUSuggestedReplyViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var params: SendbirdUIKit.SBUSuggestedReplyViewParams? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedReplyViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUSuggestedReplyViewParams, delegate: SendbirdUIKit.SBUSuggestedReplyViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedReplyViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUSuggestedReplyViewParams, delegate: (any SendbirdUIKit.SBUSuggestedReplyViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) open func suggestedReplyOptionViewDidSelect(_ optionView: SendbirdUIKit.SBUSuggestedReplyOptionView)
@_Concurrency.MainActor(unsafe) open func createOptionView() -> SendbirdUIKit.SBUSuggestedReplyOptionView
@_Concurrency.MainActor(unsafe) open func createSuggestedReplyOptionViews(options: [Swift.String]) -> [SendbirdUIKit.SBUSuggestedReplyOptionView]
@@ -3693,7 +3697,7 @@ public class SBUAlertButtonItem {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUAlertView : ObjectiveC.NSObject {
- public static func show(title: Swift.String, message: Swift.String? = nil, needInputField: Swift.Bool = false, inputText: Swift.String? = nil, placeHolder: Swift.String? = "", centerYRatio: CoreFoundation.CGFloat? = 1.0, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, confirmButtonItem: SendbirdUIKit.SBUAlertButtonItem, cancelButtonItem: SendbirdUIKit.SBUAlertButtonItem?, delegate: SendbirdUIKit.SBUAlertViewDelegate? = nil, dismissHandler: (() -> Swift.Void)? = nil)
+ public static func show(title: Swift.String, message: Swift.String? = nil, needInputField: Swift.Bool = false, inputText: Swift.String? = nil, placeHolder: Swift.String? = "", centerYRatio: CoreFoundation.CGFloat? = 1.0, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, confirmButtonItem: SendbirdUIKit.SBUAlertButtonItem, cancelButtonItem: SendbirdUIKit.SBUAlertButtonItem?, delegate: (any SendbirdUIKit.SBUAlertViewDelegate)? = nil, dismissHandler: (() -> Swift.Void)? = nil)
public static func dismiss()
@objc deinit
}
@@ -3737,7 +3741,7 @@ public protocol SBUBaseSelectUserViewModelDataSource : AnyObject {
public var joinedUserIds: Swift.Set {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, inviteListType: SendbirdUIKit.ChannelInviteListType, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: SendbirdUIKit.SBUBaseSelectUserViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUBaseSelectUserViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, inviteListType: SendbirdUIKit.ChannelInviteListType, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: (any SendbirdUIKit.SBUBaseSelectUserViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUBaseSelectUserViewModelDataSource)? = nil)
public func loadChannel(channelURL: Swift.String, type: SendbirdChatSDK.ChannelType)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
public func preLoadNextUserList(indexPath: Foundation.IndexPath)
@@ -3809,8 +3813,8 @@ extension SendbirdUIKit.SBUBaseChannelModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleInputDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelModuleInputDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleInputDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelModuleInputDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -4012,8 +4016,8 @@ extension SendbirdUIKit.SBUConfig {
public var channel: SendbirdUIKit.SBUConfig.OpenChannel.Channel
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.OpenChannel {
@@ -4025,13 +4029,13 @@ extension SendbirdUIKit.SBUConfig.OpenChannel {
}
public var input: SendbirdUIKit.SBUConfig.OpenChannel.Channel.Input
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.OpenChannel.Channel {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Input : SendbirdUIKit.SBUConfig.BaseInput {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
}
@@ -4050,7 +4054,7 @@ public protocol SBUSuggestedMentionListDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var isLimitGuideEnabled: Swift.Bool
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedMentionListDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedMentionListDelegate)?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme
@_Concurrency.MainActor(unsafe) public var showsUserId: Swift.Bool {
get
@@ -4082,8 +4086,8 @@ extension SendbirdUIKit.SBUConfig {
public var channelList: SendbirdUIKit.SBUConfig.GroupChannel.ChannelList
public var setting: SendbirdUIKit.SBUConfig.GroupChannel.Setting
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4147,9 +4151,9 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
get
set
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4165,8 +4169,8 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4177,13 +4181,13 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel.Channel {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Input : SendbirdUIKit.SBUConfig.BaseInput {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
}
@@ -4198,7 +4202,7 @@ extension SendbirdUIKit.SBUConfig.GroupChannel.Channel {
final public let type: SendbirdUIKit.SBUMessageTemplate.ActionType
final public let data: Swift.String
final public let alterData: Swift.String?
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
public enum ActionType : Swift.String, Swift.Decodable {
@@ -4249,11 +4253,11 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var customMessageCell: SendbirdUIKit.SBUBaseMessageCell? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageThreadModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadModuleListDataSource)? {
get
set
}
@@ -4264,7 +4268,7 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var voicePlayer: SendbirdUIKit.SBUVoicePlayer?
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleListDelegate, dataSource: SendbirdUIKit.SBUMessageThreadModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleListDelegate, dataSource: any SendbirdUIKit.SBUMessageThreadModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -4411,11 +4415,11 @@ public protocol SBUInviteUserModuleHeaderDataSource : SendbirdUIKit.SBUBaseSelec
}
extension SendbirdUIKit.SBUInviteUserModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUInviteUserModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUInviteUserModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUInviteUserModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUInviteUserModuleHeaderDataSource)? {
get
set
}
@@ -4424,7 +4428,7 @@ extension SendbirdUIKit.SBUInviteUserModule {
@available(*, unavailable, renamed: "SBUInviteUserModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUInviteUserModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUInviteUserModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUInviteUserModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUInviteUserModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -4760,8 +4764,8 @@ public protocol SBUUserListViewModelDataSource : AnyObject {
func userListViewModel(_ viewModel: SendbirdUIKit.SBUUserListViewModel, nextUserListForChannel channel: SendbirdChatSDK.BaseChannel?) -> [SendbirdUIKit.SBUUser]?
}
@objc open class SBUUserListViewModel : ObjectiveC.NSObject {
- weak public var delegate: SendbirdUIKit.SBUUserListViewModelDelegate?
- weak public var dataSource: SendbirdUIKit.SBUUserListViewModelDataSource?
+ weak public var delegate: (any SendbirdUIKit.SBUUserListViewModelDelegate)?
+ weak public var dataSource: (any SendbirdUIKit.SBUUserListViewModelDataSource)?
public var channel: SendbirdChatSDK.BaseChannel? {
get
}
@@ -4783,7 +4787,7 @@ public protocol SBUUserListViewModelDataSource : AnyObject {
public var userListType: SendbirdUIKit.ChannelUserListType {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListType: SendbirdUIKit.ChannelUserListType, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, operatorListQuery: SendbirdChatSDK.OperatorListQuery? = nil, mutedMemberListQuery: SendbirdChatSDK.MemberListQuery? = nil, mutedParticipantListQuery: SendbirdChatSDK.MutedUserListQuery? = nil, bannedUserListQuery: SendbirdChatSDK.BannedUserListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: SendbirdUIKit.SBUUserListViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUUserListViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListType: SendbirdUIKit.ChannelUserListType, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, operatorListQuery: SendbirdChatSDK.OperatorListQuery? = nil, mutedMemberListQuery: SendbirdChatSDK.MemberListQuery? = nil, mutedParticipantListQuery: SendbirdChatSDK.MutedUserListQuery? = nil, bannedUserListQuery: SendbirdChatSDK.BannedUserListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: (any SendbirdUIKit.SBUUserListViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUUserListViewModelDataSource)? = nil)
@objc deinit
public func loadChannel(channelURL: Swift.String, type: SendbirdChatSDK.ChannelType)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
@@ -4835,7 +4839,7 @@ extension SendbirdUIKit.SBUBaseChannelListModule {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelListModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelListModuleHeaderDelegate)?
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@objc @_Concurrency.MainActor(unsafe) open func onTapLeftBarButton()
@@ -4921,7 +4925,7 @@ public protocol SBUThreadInfoViewProtocol : SendbirdUIKit.SBUViewLifeCycle {
set
_modify
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUThreadInfoViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUThreadInfoViewDelegate)?
@_Concurrency.MainActor(unsafe) public var threadInfo: SendbirdChatSDK.ThreadInfo? {
get
}
@@ -4964,7 +4968,7 @@ public protocol SBUMessageThreadTitleViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadTitleViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadTitleViewDelegate)?
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme {
get
set
@@ -4974,7 +4978,7 @@ public protocol SBUMessageThreadTitleViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUMessageThreadTitleViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUMessageThreadTitleViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
@@ -5114,7 +5118,7 @@ public protocol SBUCreateChannelTypeSelectorProtocol {
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@available(*, unavailable, renamed: "CreateChannelTypeSelectView.init(delegate:)")
@_Concurrency.MainActor(unsafe) required public init?(coder: Foundation.NSCoder)
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUCreateChannelTypeSelectorDelegate?)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUCreateChannelTypeSelectorDelegate)?)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func updateStyles()
@@ -5314,8 +5318,8 @@ public enum UserListType : Swift.Hashable {
case mutedMembers
@available(*, unavailable, renamed: "banned")
case bannedMembers
- public func hash(into hasher: inout Swift.Hasher)
public static func == (a: SendbirdUIKit.UserListType, b: SendbirdUIKit.UserListType) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
@@ -5603,7 +5607,7 @@ public protocol SBUParentMessageInfoViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func updateLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
- @_Concurrency.MainActor(unsafe) open func configure(message: SendbirdChatSDK.BaseMessage?, delegate: SendbirdUIKit.SBUParentMessageInfoViewDelegate?, useReaction: Swift.Bool = false, voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo?, enableEmojiLongPress: Swift.Bool = true)
+ @_Concurrency.MainActor(unsafe) open func configure(message: SendbirdChatSDK.BaseMessage?, delegate: (any SendbirdUIKit.SBUParentMessageInfoViewDelegate)?, useReaction: Swift.Bool = false, voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo?, enableEmojiLongPress: Swift.Bool = true)
@_Concurrency.MainActor(unsafe) open func updateMessageTextWidth(with size: CoreFoundation.CGSize)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupActions()
@objc @_Concurrency.MainActor(unsafe) open func onTapUserProfileView(sender: UIKit.UITapGestureRecognizer)
@@ -5639,7 +5643,7 @@ public protocol SBUCreateOpenChannelViewModelDelegate : SendbirdUIKit.SBUCommonV
func createOpenChannelViewModel(_ viewModel: SendbirdUIKit.SBUCreateOpenChannelViewModel, didCreateChannel channel: SendbirdChatSDK.BaseChannel?)
}
open class SBUCreateOpenChannelViewModel {
- public init(delegate: SendbirdUIKit.SBUCreateOpenChannelViewModelDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUCreateOpenChannelViewModelDelegate)?)
open func createChannel(channelName: Swift.String, coverImage: UIKit.UIImage?)
open func createChannel(params: SendbirdChatSDK.OpenChannelCreateParams)
@objc deinit
@@ -5694,7 +5698,7 @@ extension SendbirdUIKit.SBUView {
set
}
@_Concurrency.MainActor(unsafe) public var mainContainerView: SendbirdUIKit.SBUSelectableStackView
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUQuotedMessageViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUQuotedMessageViewDelegate)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@@ -5754,7 +5758,7 @@ extension UIKit.UIImage {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) public var quotedMessageView: (UIKit.UIView & SendbirdUIKit.SBUQuotedMessageViewProtocol)? {
+ @_Concurrency.MainActor(unsafe) public var quotedMessageView: (any UIKit.UIView & SendbirdUIKit.SBUQuotedMessageViewProtocol)? {
get
set
}
@@ -5765,7 +5769,7 @@ extension UIKit.UIImage {
@objc @_Concurrency.MainActor(unsafe) public var threadInfoSpacing: UIKit.UIView {
@objc get
}
- @_Concurrency.MainActor(unsafe) public var threadInfoView: (UIKit.UIView & SendbirdUIKit.SBUThreadInfoViewProtocol)? {
+ @_Concurrency.MainActor(unsafe) public var threadInfoView: (any UIKit.UIView & SendbirdUIKit.SBUThreadInfoViewProtocol)? {
get
set
}
@@ -5825,12 +5829,12 @@ extension SendbirdUIKit.SBUModerationsModule {
@objc @_Concurrency.MainActor(unsafe) public var tableView: UIKit.UITableView
@objc @_Concurrency.MainActor(unsafe) public var moderationCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUModerationsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUModerationsModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUModerationsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUModerationsModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUModerationsModuleListDelegate, dataSource: SendbirdUIKit.SBUModerationsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUModerationsModuleListDelegate, dataSource: any SendbirdUIKit.SBUModerationsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc deinit
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@@ -5864,15 +5868,15 @@ extension SendbirdUIKit.SBUOpenChannelViewModelDelegate {
public func openChannelViewModel(_ viewModel: SendbirdUIKit.SBUOpenChannelViewModel, userDidExit user: SendbirdChatSDK.User, forChannel channel: SendbirdChatSDK.OpenChannel)
}
@objc open class SBUOpenChannelViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUOpenChannelViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUOpenChannelViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUOpenChannelViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = nil, delegate: SendbirdUIKit.SBUOpenChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUOpenChannelViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = nil, delegate: (any SendbirdUIKit.SBUOpenChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUOpenChannelViewModelDataSource)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
override public func refreshChannel()
@@ -5997,8 +6001,8 @@ extension SendbirdUIKit.SBUUserListModule {
@objc @_Concurrency.MainActor(unsafe) public var userCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserListModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUUserListModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserListModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUUserListModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -6011,7 +6015,7 @@ extension SendbirdUIKit.SBUUserListModule {
@available(*, unavailable, renamed: "SBUUserListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUUserListModuleListDelegate, dataSource: SendbirdUIKit.SBUUserListModuleListDataSource, userListType: SendbirdUIKit.ChannelUserListType, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUUserListModuleListDelegate, dataSource: any SendbirdUIKit.SBUUserListModuleListDataSource, userListType: SendbirdUIKit.ChannelUserListType, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUUserListTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -6043,11 +6047,11 @@ public protocol SBUInviteUserModuleListDataSource : SendbirdUIKit.SBUBaseSelectU
}
extension SendbirdUIKit.SBUInviteUserModule {
@_inheritsConvenienceInitializers @objc(SBUInviteUserModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUInviteUserModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUInviteUserModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUInviteUserModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUInviteUserModuleListDataSource)? {
get
set
}
@@ -6056,7 +6060,7 @@ extension SendbirdUIKit.SBUInviteUserModule {
@available(*, unavailable, renamed: "SBUInviteUserModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUInviteUserModuleListDelegate, dataSource: SendbirdUIKit.SBUInviteUserModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUInviteUserModuleListDelegate, dataSource: any SendbirdUIKit.SBUInviteUserModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
@@ -6211,8 +6215,8 @@ extension SendbirdUIKit.SBUBaseChannelSettingsModule {
@objc @_Concurrency.MainActor(unsafe) public var tableView: UIKit.UITableView
@objc @_Concurrency.MainActor(unsafe) public var channelInfoView: UIKit.UIView?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelSettingsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelSettingsModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelSettingsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelSettingsModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -6292,7 +6296,7 @@ extension SendbirdUIKit.SBUBaseChannelSettingsModule.List : UIKit.UITableViewDat
@_Concurrency.MainActor(unsafe) required public init(channelURL: Swift.String, startingPoint: Swift.Int64? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
- @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLayoutSubviews()
@objc deinit
@@ -6344,8 +6348,8 @@ public protocol SBUCreateChannelViewModelDataSource : AnyObject {
func createChannelViewModel(_ viewModel: SendbirdUIKit.SBUCreateChannelViewModel, nextUserListForChannelType channelType: SendbirdUIKit.ChannelCreationType) -> [SendbirdUIKit.SBUUser]?
}
open class SBUCreateChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUCreateChannelViewModelDelegate?
- weak public var dataSource: SendbirdUIKit.SBUCreateChannelViewModelDataSource?
+ weak public var delegate: (any SendbirdUIKit.SBUCreateChannelViewModelDelegate)?
+ weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelViewModelDataSource)?
public var channelType: SendbirdUIKit.ChannelCreationType {
get
}
@@ -6358,7 +6362,7 @@ open class SBUCreateChannelViewModel {
public var userListQuery: SendbirdChatSDK.ApplicationUserListQuery? {
get
}
- public init(channelType: SendbirdUIKit.ChannelCreationType = .group, users: [SendbirdUIKit.SBUUser]? = nil, delegate: SendbirdUIKit.SBUCreateChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUCreateChannelViewModelDataSource? = nil)
+ public init(channelType: SendbirdUIKit.ChannelCreationType = .group, users: [SendbirdUIKit.SBUUser]? = nil, delegate: (any SendbirdUIKit.SBUCreateChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUCreateChannelViewModelDataSource)? = nil)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
public func preLoadNextUserList(indexPath: Foundation.IndexPath)
public func resetUserList()
@@ -6509,9 +6513,9 @@ extension SendbirdUIKit.SBUGroupChannelPushSettingsModule {
@_Concurrency.MainActor(unsafe) public var pushTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate?, dataSource: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource?, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate)?, dataSource: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource)?, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil)
@@ -6619,7 +6623,7 @@ public protocol SBUGroupChannelListViewModelDelegate : SendbirdUIKit.SBUBaseChan
public var channelListQuery: SendbirdChatSDK.GroupChannelListQuery? {
get
}
- public init(delegate: SendbirdUIKit.SBUGroupChannelListViewModelDelegate? = nil, channelListQuery: SendbirdChatSDK.GroupChannelListQuery? = nil)
+ public init(delegate: (any SendbirdUIKit.SBUGroupChannelListViewModelDelegate)? = nil, channelListQuery: SendbirdChatSDK.GroupChannelListQuery? = nil)
@objc deinit
override public func initChannelList()
override public func loadNextChannelList(reset: Swift.Bool)
@@ -7208,8 +7212,8 @@ public protocol SBUMessageInputViewDataSource : AnyObject {
@_Concurrency.MainActor(unsafe) public var mentionedAttributes: [Foundation.NSAttributedString.Key : Any] {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageInputViewDelegate?
- @_Concurrency.MainActor(unsafe) weak public var datasource: SendbirdUIKit.SBUMessageInputViewDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageInputViewDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var datasource: (any SendbirdUIKit.SBUMessageInputViewDataSource)?
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageInputTheme {
get
set
@@ -7467,7 +7471,7 @@ open class SBUCreateOpenChannelModule {
public var currentRecordAccessStatus: AVFAudio.AVAudioSession.RecordPermission {
get
}
- public func showPermissionAlert(forType permissionType: SendbirdUIKit.SBUPermissionManager.PermissionType, alertViewDelegate: SendbirdUIKit.SBUAlertViewDelegate? = nil, onDismiss: SendbirdUIKit.AlertButtonHandler? = nil)
+ public func showPermissionAlert(forType permissionType: SendbirdUIKit.SBUPermissionManager.PermissionType, alertViewDelegate: (any SendbirdUIKit.SBUAlertViewDelegate)? = nil, onDismiss: SendbirdUIKit.AlertButtonHandler? = nil)
public func requestRecordAcess(onGranted: (() -> Swift.Void)? = nil, onDenied: (() -> Swift.Void)? = nil)
public func requestPhotoAccessIfNeeded(completion: @escaping (SendbirdUIKit.SBUPhotoAccessibleStatus) -> Swift.Void)
public func requestCameraAccess(for type: AVFoundation.AVMediaType, onGranted: (() -> Swift.Void)? = nil, onDenied: (() -> Swift.Void)? = nil)
@@ -7571,6 +7575,9 @@ extension Swift.Array where Element : SendbirdChatSDK.User {
extension Swift.Array where Element : SendbirdChatSDK.Member {
public func sbu_convertUserList() -> [SendbirdUIKit.SBUUser]
}
+extension Swift.Array where Element : SendbirdChatSDK.BaseMessage {
+ public func hasStreamMessageOnly(with latestMessage: SendbirdChatSDK.BaseMessage?) -> SendbirdChatSDK.BaseMessage?
+}
extension Foundation.NSArray {
public func sbu_getUserIds() -> [Swift.String]
public func sbu_getUserNicknames() -> [Swift.String]
@@ -7761,11 +7768,11 @@ public protocol SBURegisterOperatorModuleHeaderDataSource : SendbirdUIKit.SBUBas
}
extension SendbirdUIKit.SBURegisterOperatorModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource)? {
get
set
}
@@ -7774,7 +7781,7 @@ extension SendbirdUIKit.SBURegisterOperatorModule {
@available(*, unavailable, renamed: "SBURegisterOperatorModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate, dataSource: SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -7886,7 +7893,7 @@ extension SendbirdUIKit.SBUBaseChannelModule {
}
@objc @_Concurrency.MainActor(unsafe) public var titleSpacer: UIKit.UIView
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUBaseChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUBaseChannelModule.Header()")
@@ -7947,7 +7954,7 @@ public protocol SBUOpenChannelListViewModelDelegate : SendbirdUIKit.SBUBaseChann
public var channelListQuery: SendbirdChatSDK.OpenChannelListQuery? {
get
}
- public init(delegate: SendbirdUIKit.SBUOpenChannelListViewModelDelegate?, channelListQuery: SendbirdChatSDK.OpenChannelListQuery?)
+ public init(delegate: (any SendbirdUIKit.SBUOpenChannelListViewModelDelegate)?, channelListQuery: SendbirdChatSDK.OpenChannelListQuery?)
@objc deinit
override public func initChannelList()
override public func loadNextChannelList(reset: Swift.Bool)
@@ -8102,14 +8109,14 @@ extension SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate {
}
extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelModule.Header, SendbirdUIKit.SBUMessageThreadTitleViewDelegate {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate)? {
get
set
}
@objc @_Concurrency.MainActor(unsafe) public var parentMessage: SendbirdChatSDK.BaseMessage? {
get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate, parentMessage: SendbirdChatSDK.BaseMessage?, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate, parentMessage: SendbirdChatSDK.BaseMessage?, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -8133,7 +8140,7 @@ extension SendbirdUIKit.SBUActionSheetDelegate {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUActionSheet : ObjectiveC.NSObject {
- public static func show(items: [SendbirdUIKit.SBUActionSheetItem], cancelItem: SendbirdUIKit.SBUActionSheetItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: SendbirdUIKit.SBUActionSheetDelegate? = nil, dismissHandler: (() -> Swift.Void)? = nil)
+ public static func show(items: [SendbirdUIKit.SBUActionSheetItem], cancelItem: SendbirdUIKit.SBUActionSheetItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: (any SendbirdUIKit.SBUActionSheetDelegate)? = nil, dismissHandler: (() -> Swift.Void)? = nil)
public static func dismiss()
@objc deinit
}
@@ -8144,11 +8151,11 @@ public protocol SBUGroupChannelPushSettingsViewModelDelegate : SendbirdUIKit.SBU
public var currentTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption {
get
}
- weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate)? = nil)
open func changeNotification(_ pushTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption)
public func updateChannelPushTriggerOption()
@objc deinit
@@ -8168,8 +8175,8 @@ public protocol SBUFormViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var fieldViews: [SendbirdUIKit.SBUFormFieldView]?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFormViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFormViewParams, delegate: SendbirdUIKit.SBUFormViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFormViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFormViewParams, delegate: (any SendbirdUIKit.SBUFormViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) open func createFieldView() -> SendbirdUIKit.SBUFormFieldView
@_Concurrency.MainActor(unsafe) open func createFormFieldViews(with form: SendbirdChatSDK.Form?) -> [SendbirdUIKit.SBUFormFieldView]
@_Concurrency.MainActor(unsafe) open func formFieldView(_ fieldView: SendbirdUIKit.SBUFormFieldView, didUpdate formField: SendbirdChatSDK.FormField)
@@ -8278,11 +8285,11 @@ extension SendbirdUIKit.SBUGroupChannelModule {
get
}
@objc @_Concurrency.MainActor(unsafe) public var isHighlightInfoAnimated: Swift.Bool
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelModuleListDataSource)? {
get
set
}
@@ -8290,7 +8297,7 @@ extension SendbirdUIKit.SBUGroupChannelModule {
@objc get
}
@objc @_Concurrency.MainActor(unsafe) public var voicePlayer: SendbirdUIKit.SBUVoicePlayer?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func updateStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme = SBUTheme.componentTheme)
@@ -8333,6 +8340,7 @@ extension SendbirdUIKit.SBUGroupChannelModule.List {
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidStop(_ player: SendbirdUIKit.SBUVoicePlayer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidReset(_ player: SendbirdUIKit.SBUVoicePlayer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidUpdatePlayTime(_ player: SendbirdUIKit.SBUVoicePlayer, time: Foundation.TimeInterval)
+ @objc @_Concurrency.MainActor(unsafe) dynamic public func updateStreamMessage(_ message: SendbirdChatSDK.BaseMessage)
}
public protocol SBUGroupChannelModuleInputDelegate : SendbirdUIKit.SBUBaseChannelModuleInputDelegate {
func groupChannelModule(_ inputComponent: SendbirdUIKit.SBUGroupChannelModule.Input, didPickFileData fileData: Foundation.Data?, fileName: Swift.String, mimeType: Swift.String, parentMessage: SendbirdChatSDK.BaseMessage?)
@@ -8355,17 +8363,17 @@ extension SendbirdUIKit.SBUGroupChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var mentionManager: SendbirdUIKit.SBUMentionManager?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleInputDelegate, dataSource: SendbirdUIKit.SBUGroupChannelModuleInputDataSource, mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleInputDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelModuleInputDataSource, mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -8533,7 +8541,7 @@ extension SendbirdUIKit.SBUOpenChannelViewController {
public protocol SBUBaseChannelListViewModelDelegate : SendbirdUIKit.SBUCommonViewModelDelegate {
}
@objc open class SBUBaseChannelListViewModel : ObjectiveC.NSObject {
- public init(delegate: SendbirdUIKit.SBUBaseChannelListViewModelDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUBaseChannelListViewModelDelegate)?)
@objc deinit
public func initChannelList()
public func loadNextChannelList(reset: Swift.Bool)
@@ -8636,7 +8644,7 @@ public protocol SBUGroupChannelListModuleHeaderDelegate : SendbirdUIKit.SBUBaseC
extension SendbirdUIKit.SBUGroupChannelListModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelListModule.Header {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUGroupChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate)? {
get
set
}
@@ -8645,7 +8653,7 @@ extension SendbirdUIKit.SBUGroupChannelListModule {
@available(*, unavailable, renamed: "SBUGroupChannelListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUGroupChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUGroupChannelListTheme)
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUGroupChannelListTheme? = nil)
}
}
@@ -8866,7 +8874,7 @@ open class SBUInviteUserModule {
@objc @_Concurrency.MainActor(unsafe) public var formViews: [SendbirdUIKit.SBUFormView]? {
get
}
- @_Concurrency.MainActor(unsafe) open var extendedMessagePayloadCustomViewFactory: SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal.Type? {
+ @_Concurrency.MainActor(unsafe) open var extendedMessagePayloadCustomViewFactory: (any SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal.Type)? {
get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@@ -8982,11 +8990,11 @@ public protocol SBUGroupChannelSettingsModuleHeaderDataSource : SendbirdUIKit.SB
}
extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelSettingsModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource)? {
get
set
}
@@ -8995,7 +9003,7 @@ extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@available(*, unavailable, renamed: "SBUGroupChannelSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -9090,11 +9098,11 @@ public protocol SBUOpenChannelListModuleListDataSource : SendbirdUIKit.SBUBaseCh
extension SendbirdUIKit.SBUOpenChannelListModule {
@_inheritsConvenienceInitializers @objc(SBUOpenChannelListModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelListModule.List {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUOpenChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelListModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelListModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelListModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelListModuleListDataSource)? {
get
set
}
@@ -9106,7 +9114,7 @@ extension SendbirdUIKit.SBUOpenChannelListModule {
@available(*, unavailable, renamed: "SBUOpenChannelListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelListModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelListModuleListDataSource, theme: SendbirdUIKit.SBUOpenChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelListModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelListModuleListDataSource, theme: SendbirdUIKit.SBUOpenChannelListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUOpenChannelListTheme? = nil)
}
@@ -9134,7 +9142,7 @@ public protocol SBUMentionManagerDataSource : AnyObject {
public var defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]
public var mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]
@objc override dynamic public init()
- public func configure(delegate: SendbirdUIKit.SBUMentionManagerDelegate? = nil, dataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil, mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil)
+ public func configure(delegate: (any SendbirdUIKit.SBUMentionManagerDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil, mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil)
@discardableResult
public func addMention(at textView: UIKit.UITextView, user: SendbirdUIKit.SBUUser) -> Swift.Bool
public func clearMentions(_ mentions: [SendbirdUIKit.SBUMention], with replaceText: Swift.String = "", on textView: UIKit.UITextView, at range: Foundation.NSRange)
@@ -9201,7 +9209,7 @@ public protocol SBUMessageThreadViewControllerDelegate : AnyObject {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadViewControllerDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadViewControllerDelegate)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
@@ -9210,14 +9218,14 @@ public protocol SBUMessageThreadViewControllerDelegate : AnyObject {
}
@available(*, unavailable)
@_Concurrency.MainActor(unsafe) required public init(channelURL: Swift.String, startingPoint: Swift.Int64? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil)
- @_Concurrency.MainActor(unsafe) required public init(channel: SendbirdChatSDK.GroupChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = nil, delegate: SendbirdUIKit.SBUMessageThreadViewControllerDelegate? = nil, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
+ @_Concurrency.MainActor(unsafe) required public init(channel: SendbirdChatSDK.GroupChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = nil, delegate: (any SendbirdUIKit.SBUMessageThreadViewControllerDelegate)? = nil, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open var preferredStatusBarStyle: UIKit.UIStatusBarStyle {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
- @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override open func applicationWillResignActivity()
@_Concurrency.MainActor(unsafe) @objc override open func willPresentSubview()
@objc deinit
@@ -9306,8 +9314,8 @@ public struct SBUFileData {
@objc set
}
@objc @_Concurrency.MainActor(unsafe) public var bottomView: UIKit.UIView
- @_Concurrency.MainActor(unsafe) required convenience public init(fileMessage: SendbirdChatSDK.FileMessage, delegate: SendbirdUIKit.SBUFileViewControllerDelegate?)
- @_Concurrency.MainActor(unsafe) required public init(fileData: SendbirdUIKit.SBUFileData, delegate: SendbirdUIKit.SBUFileViewControllerDelegate?)
+ @_Concurrency.MainActor(unsafe) required convenience public init(fileMessage: SendbirdChatSDK.FileMessage, delegate: (any SendbirdUIKit.SBUFileViewControllerDelegate)?)
+ @_Concurrency.MainActor(unsafe) required public init(fileData: SendbirdUIKit.SBUFileData, delegate: (any SendbirdUIKit.SBUFileViewControllerDelegate)?)
@available(*, unavailable, renamed: "init(params:delegate:)")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@@ -9394,14 +9402,14 @@ public protocol SBUVoiceRecorderDelegate : AnyObject {
public var progressTimer: Foundation.Timer? {
get
}
- public init(delegate: SendbirdUIKit.SBUVoiceRecorderDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUVoiceRecorderDelegate)?)
@objc deinit
@discardableResult
public func record() -> Swift.Bool
public func stop()
public func resetRecorder()
@objc public func audioRecorderDidFinishRecording(_ recorder: AVFAudio.AVAudioRecorder, successfully success: Swift.Bool)
- @objc public func audioRecorderEncodeErrorDidOccur(_ recorder: AVFAudio.AVAudioRecorder, error: Swift.Error?)
+ @objc public func audioRecorderEncodeErrorDidOccur(_ recorder: AVFAudio.AVAudioRecorder, error: (any Swift.Error)?)
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUBaseFileContentView : SendbirdUIKit.SBUView {
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageCellTheme {
@@ -9512,7 +9520,7 @@ public protocol SBUVoicePlayerDelegate : AnyObject {
public var progressTimer: Foundation.Timer? {
get
}
- public init(delegate: SendbirdUIKit.SBUVoicePlayerDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUVoicePlayerDelegate)?)
public func configure(voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo)
@objc deinit
public func play(fromTime time: Foundation.TimeInterval = 0)
@@ -9521,7 +9529,7 @@ public protocol SBUVoicePlayerDelegate : AnyObject {
public func resetPlayer()
public func updatePlaybackRate(_ rate: Swift.Float)
@objc public func audioPlayerDidFinishPlaying(_ player: AVFAudio.AVAudioPlayer, successfully success: Swift.Bool)
- @objc public func audioPlayerDecodeErrorDidOccur(_ player: AVFAudio.AVAudioPlayer, error: Swift.Error?)
+ @objc public func audioPlayerDecodeErrorDidOccur(_ player: AVFAudio.AVAudioPlayer, error: (any Swift.Error)?)
}
public protocol SBUOpenChannelModuleMediaDelegate : AnyObject {
func openChannelModule(_ mediaComponent: SendbirdUIKit.SBUOpenChannelModule.Media, didTapMediaView mediaView: UIKit.UIView)
@@ -9530,8 +9538,8 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class Media : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public var mediaView: UIKit.UIView
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleMediaDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleMediaDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleMediaDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleMediaDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -9553,11 +9561,11 @@ public protocol SBUGroupChannelSettingsModuleListDataSource : SendbirdUIKit.SBUB
}
extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@_inheritsConvenienceInitializers @objc(SBUGroupChannelSettingsModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelSettingsModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource)? {
get
set
}
@@ -9569,7 +9577,7 @@ extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@available(*, unavailable, renamed: "SBUGroupChannelSettingsModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupItems()
@_Concurrency.MainActor(unsafe) open func createModerationsItem() -> SendbirdUIKit.SBUChannelSettingItem
@@ -9607,13 +9615,13 @@ extension SendbirdUIKit.SBUMessageSearchModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageSearchTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUMessageSearchModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUMessageSearchModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate, theme: SendbirdUIKit.SBUMessageSearchTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate, theme: SendbirdUIKit.SBUMessageSearchTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUMessageSearchTheme? = nil)
@@ -9672,8 +9680,8 @@ public protocol SBUSuggestedReplyOptionViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var text: Swift.String? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with optionText: Swift.String, delegate: SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with optionText: Swift.String, delegate: (any SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -10592,7 +10600,7 @@ public protocol SBUUserMessageTextViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var needsToRemoveMargin: Swift.Bool {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserMessageTextViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserMessageTextViewDelegate)?
@_Concurrency.MainActor(unsafe) public var textTopConstraint: UIKit.NSLayoutConstraint?
@_Concurrency.MainActor(unsafe) public var textBottomConstraint: UIKit.NSLayoutConstraint?
@_Concurrency.MainActor(unsafe) public var textLeftConstraint: UIKit.NSLayoutConstraint?
@@ -10631,13 +10639,13 @@ extension SendbirdUIKit.SBUModerationsModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUModerationsModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUModerationsModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUModerationsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUModerationsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUModerationsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUModerationsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil)
@@ -10831,8 +10839,8 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
}
@_Concurrency.MainActor(unsafe) public var channelNameInputField: SendbirdUIKit.SBUUnderLineTextField
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUCreateOpenChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate?, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate)?, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUCreateOpenChannelTheme? = nil)
@@ -10912,7 +10920,7 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
@_Concurrency.MainActor(unsafe) @objc override public func setupStyles()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLayoutSubviews()
- @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
@objc @_Concurrency.MainActor(unsafe) public func setUserProfileTapGesture(_ user: SendbirdUIKit.SBUUser)
@@ -10988,11 +10996,11 @@ extension SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal {
public protocol SBUExtendedMessagePayloadCustomViewFactory : SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal {
associatedtype ViewData : Swift.Decodable
static func makeCustomView(_ data: Self.ViewData, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
- static func errorHandler(_ error: Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
+ static func errorHandler(_ error: any Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
}
extension SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactory {
public static func makeCustomView(message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
- public static func errorHandler(_ error: Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
+ public static func errorHandler(_ error: any Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
}
public protocol SBUMessageThreadViewModelDataSource : SendbirdUIKit.SBUBaseChannelViewModelDataSource {
}
@@ -11004,11 +11012,11 @@ public protocol SBUMessageThreadViewModelDelegate : SendbirdUIKit.SBUBaseChannel
func messageThreadViewModel(_ viewModel: SendbirdUIKit.SBUMessageThreadViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
}
@objc open class SBUMessageThreadViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUMessageThreadViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUMessageThreadViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUMessageThreadViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadViewModelDataSource)? {
get
set
}
@@ -11019,7 +11027,7 @@ public protocol SBUMessageThreadViewModelDelegate : SendbirdUIKit.SBUBaseChannel
get
}
public var sendMultipleFilesMessageCompletionHandler: SendbirdChatSDK.MultipleFilesMessageHandler?
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = 0, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: SendbirdUIKit.SBUMessageThreadViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUMessageThreadViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = 0, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: (any SendbirdUIKit.SBUMessageThreadViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUMessageThreadViewModelDataSource)? = nil)
@objc deinit
public func loadChannelAndMessages(channelURL: Swift.String?)
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
@@ -11138,7 +11146,7 @@ extension SendbirdUIKit.SBUUserListModule {
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserListModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserListModuleHeaderDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var channelType: SendbirdChatSDK.ChannelType
@_Concurrency.MainActor(unsafe) public var userListType: SendbirdUIKit.ChannelUserListType {
get
@@ -11148,7 +11156,7 @@ extension SendbirdUIKit.SBUUserListModule {
@available(*, unavailable, renamed: "SBUUserListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUUserListModuleHeaderDelegate, userListType: SendbirdUIKit.ChannelUserListType, channelType: SendbirdChatSDK.ChannelType = .group, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUUserListModuleHeaderDelegate, userListType: SendbirdUIKit.ChannelUserListType, channelType: SendbirdChatSDK.ChannelType = .group, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUUserListTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -11278,7 +11286,7 @@ public enum SBUReplyType : Swift.Int, Swift.Codable {
public var filterValue: SendbirdChatSDK.ReplyType {
get
}
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -11289,7 +11297,7 @@ public enum SBUThreadReplySelectType : Swift.Int, Swift.Codable {
case none
case parent
case thread
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -11302,18 +11310,19 @@ public protocol SBUGroupChannelViewModelDataSource : SendbirdUIKit.SBUBaseChanne
public protocol SBUGroupChannelViewModelDelegate : SendbirdUIKit.SBUBaseChannelViewModelDelegate {
func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveSuggestedMentions members: [SendbirdUIKit.SBUUser]?)
func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
+ func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveStreamMessage message: SendbirdChatSDK.BaseMessage, forChannel channel: SendbirdChatSDK.GroupChannel)
}
@objc open class SBUGroupChannelViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUGroupChannelViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUGroupChannelViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelViewModelDataSource)? {
get
set
}
public var sendMultipleFilesMessageCompletionHandler: SendbirdChatSDK.MultipleFilesMessageHandler?
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: SendbirdUIKit.SBUGroupChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUGroupChannelViewModelDataSource? = nil, displaysLocalCachedListFirst: Swift.Bool = false)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: (any SendbirdUIKit.SBUGroupChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUGroupChannelViewModelDataSource)? = nil, displaysLocalCachedListFirst: Swift.Bool = false)
@objc deinit
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
override public func refreshChannel()
@@ -11455,7 +11464,7 @@ public protocol SBUOpenChannelSettingsModuleHeaderDelegate : SendbirdUIKit.SBUBa
}
extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelSettingsModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate)? {
get
set
}
@@ -11464,7 +11473,7 @@ extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@available(*, unavailable, renamed: "SBUOpenChannelSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateRightItem()
@@ -11521,11 +11530,11 @@ public protocol SBUCreateChannelModuleListDataSource : SendbirdUIKit.SBUBaseSele
}
extension SendbirdUIKit.SBUCreateChannelModule {
@_inheritsConvenienceInitializers @objc(SBUCreateChannelModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUCreateChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelModuleListDataSource)? {
get
set
}
@@ -11534,7 +11543,7 @@ extension SendbirdUIKit.SBUCreateChannelModule {
@available(*, unavailable, renamed: "SBUCreateChannelModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUCreateChannelModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUCreateChannelModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc
index 5dd89bfb..9c7779bf 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface
index 71653389..8c0f3365 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface
@@ -1,12 +1,13 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdUIKit
+// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
+// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdUIKit
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFAudio
import AVFoundation
import AVKit
import AssetsLibrary
import CoreGraphics
+import DeveloperToolsSupport
import Foundation
import MobileCoreServices
import Photos
@@ -15,9 +16,11 @@ import QuartzCore
import SafariServices
import SendbirdChatSDK
import Swift
+import SwiftUI
import UIKit
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
import simd
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUModerationsViewController : SendbirdUIKit.SBUBaseViewController, SendbirdUIKit.SBUModerationsModuleHeaderDelegate, SendbirdUIKit.SBUModerationsModuleListDelegate, SendbirdUIKit.SBUModerationsModuleListDataSource, SendbirdUIKit.SBUCommonViewModelDelegate, SendbirdUIKit.SBUModerationsViewModelDelegate {
@objc @_Concurrency.MainActor(unsafe) public var headerComponent: SendbirdUIKit.SBUModerationsModule.Header?
@@ -137,8 +140,8 @@ extension SendbirdUIKit.SBUBaseChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var newMessageInfoView: UIKit.UIView?
@objc @_Concurrency.MainActor(unsafe) public var scrollBottomView: UIKit.UIView?
@objc @_Concurrency.MainActor(unsafe) public var userProfileView: UIKit.UIView?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelModuleListDataSource)?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
@@ -218,8 +221,8 @@ extension SendbirdUIKit.SBUConfig {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
@_hasMissingDesignatedInitializers public class SBUScrollPostionConfiguration {
@@ -283,7 +286,7 @@ public protocol SBUOpenChannelListModuleHeaderDelegate : SendbirdUIKit.SBUBaseCh
extension SendbirdUIKit.SBUOpenChannelListModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelListModule.Header {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUOpenChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate)? {
get
set
}
@@ -292,7 +295,7 @@ extension SendbirdUIKit.SBUOpenChannelListModule {
@available(*, unavailable, renamed: "SBUOpenChannelListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUOpenChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUOpenChannelListTheme)
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUOpenChannelListTheme? = nil)
}
}
@@ -336,8 +339,8 @@ extension SendbirdUIKit.SBUMessageSearchModule {
}
@objc @_Concurrency.MainActor(unsafe) public var resultCell: SendbirdUIKit.SBUMessageSearchResultCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageSearchTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageSearchModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageSearchModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageSearchModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageSearchModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var resultList: [SendbirdChatSDK.BaseMessage] {
@objc get
}
@@ -346,7 +349,7 @@ extension SendbirdUIKit.SBUMessageSearchModule {
@available(*, unavailable, renamed: "SBUMessageSearchModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageSearchModuleListDelegate, dataSource: SendbirdUIKit.SBUMessageSearchModuleListDataSource, theme: SendbirdUIKit.SBUMessageSearchTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageSearchModuleListDelegate, dataSource: any SendbirdUIKit.SBUMessageSearchModuleListDataSource, theme: SendbirdUIKit.SBUMessageSearchTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUMessageSearchTheme? = nil)
@@ -387,18 +390,18 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageThreadModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var parentMessage: SendbirdChatSDK.BaseMessage?
@objc @_Concurrency.MainActor(unsafe) public var mentionManager: SendbirdUIKit.SBUMentionManager?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleInputDelegate, dataSource: SendbirdUIKit.SBUMessageThreadModuleInputDataSource, parentMessage: SendbirdChatSDK.BaseMessage?, mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleInputDelegate, dataSource: any SendbirdUIKit.SBUMessageThreadModuleInputDataSource, parentMessage: SendbirdChatSDK.BaseMessage?, mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -451,11 +454,11 @@ public protocol SBUGroupChannelModuleHeaderDelegate : SendbirdUIKit.SBUBaseChann
}
extension SendbirdUIKit.SBUGroupChannelModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func onTapLeftBarButton()
@_Concurrency.MainActor(unsafe) @objc override open func onTapRightBarButton()
@@ -601,11 +604,11 @@ public protocol SBUGroupChannelSettingsViewModelDelegate : SendbirdUIKit.SBUBase
@available(*, deprecated, renamed: "SBUGroupChannelSettingsViewModel")
public typealias SBUChannelSettingsViewModel = SendbirdUIKit.SBUGroupChannelSettingsViewModel
@objc open class SBUGroupChannelSettingsViewModel : SendbirdUIKit.SBUBaseChannelSettingsViewModel {
- weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String?)
override public func updateChannel(channelName: Swift.String? = nil, coverImage: UIKit.UIImage? = nil)
@@ -638,15 +641,15 @@ public protocol SBURegisterOperatorViewModelDelegate : SendbirdUIKit.SBUBaseSele
public protocol SBURegisterOperatorViewModelDataSource : SendbirdUIKit.SBUBaseSelectUserViewModelDataSource {
}
@objc open class SBURegisterOperatorViewModel : SendbirdUIKit.SBUBaseSelectUserViewModel {
- weak public var delegate: SendbirdUIKit.SBURegisterOperatorViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBURegisterOperatorViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: SendbirdUIKit.SBURegisterOperatorViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBURegisterOperatorViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: (any SendbirdUIKit.SBURegisterOperatorViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBURegisterOperatorViewModelDataSource)? = nil)
public func registerAsOperators()
public func registerAsOperators(users: [SendbirdUIKit.SBUUser])
public func registerAsOperators(userIds: [Swift.String])
@@ -684,15 +687,15 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.OpenChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleInputDelegate, dataSource: SendbirdUIKit.SBUOpenChannelModuleInputDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleInputDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelModuleInputDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@objc @_Concurrency.MainActor(unsafe) open func updateStyles(overlaid: Swift.Bool = false)
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@_Concurrency.MainActor(unsafe) @objc override open func pickVideoFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -726,8 +729,8 @@ extension SendbirdUIKit.SBUBaseSelectUserModule {
}
@objc @_Concurrency.MainActor(unsafe) public var userCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseSelectUserModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseSelectUserModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseSelectUserModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseSelectUserModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var userList: [SendbirdUIKit.SBUUser]? {
@objc get
}
@@ -762,15 +765,15 @@ public protocol SBUInviteUserViewModelDelegate : SendbirdUIKit.SBUBaseSelectUser
public protocol SBUInviteUserViewModelDataSource : SendbirdUIKit.SBUBaseSelectUserViewModelDataSource {
}
@objc open class SBUInviteUserViewModel : SendbirdUIKit.SBUBaseSelectUserViewModel {
- weak public var delegate: SendbirdUIKit.SBUInviteUserViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUInviteUserViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUInviteUserViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUInviteUserViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: SendbirdUIKit.SBUInviteUserViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUInviteUserViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: (any SendbirdUIKit.SBUInviteUserViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUInviteUserViewModelDataSource)? = nil)
public func inviteUsers()
public func invite(users: [SendbirdUIKit.SBUUser])
public func invite(userIds: [Swift.String])
@@ -805,11 +808,11 @@ public protocol SBURegisterOperatorModuleListDataSource : SendbirdUIKit.SBUBaseS
}
extension SendbirdUIKit.SBURegisterOperatorModule {
@_inheritsConvenienceInitializers @objc(SBURegisterOperatorModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBURegisterOperatorModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBURegisterOperatorModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorModuleListDataSource)? {
get
set
}
@@ -818,7 +821,7 @@ extension SendbirdUIKit.SBURegisterOperatorModule {
@available(*, unavailable, renamed: "SBURegisterOperatorModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBURegisterOperatorModuleListDelegate, dataSource: SendbirdUIKit.SBURegisterOperatorModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBURegisterOperatorModuleListDelegate, dataSource: any SendbirdUIKit.SBURegisterOperatorModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
@@ -842,8 +845,8 @@ open class SBUModerationsViewModel {
public var channelType: SendbirdChatSDK.ChannelType {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel, delegate: SendbirdUIKit.SBUModerationsViewModelDelegate? = nil)
- public init(channelURL: Swift.String, channelType: SendbirdChatSDK.ChannelType, delegate: SendbirdUIKit.SBUModerationsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel, delegate: (any SendbirdUIKit.SBUModerationsViewModelDelegate)? = nil)
+ public init(channelURL: Swift.String, channelType: SendbirdChatSDK.ChannelType, delegate: (any SendbirdUIKit.SBUModerationsViewModelDelegate)? = nil)
public func loadChannel(channelURL: Swift.String)
public func freezeChannel(_ completionHandler: ((Swift.Bool) -> Swift.Void)? = nil)
public func unfreezeChannel(_ completionHandler: ((Swift.Bool) -> Swift.Void)? = nil)
@@ -985,7 +988,7 @@ open class SBUUserListModule {
}
public class SBUTypingIndicatorMessage : SendbirdChatSDK.BaseMessage {
public var typingIndicatorInfo: SendbirdUIKit.SBUTypingIndicatorInfo?
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
public protocol SBUOpenChannelModuleListDelegate : SendbirdUIKit.SBUBaseChannelModuleListDelegate {
@@ -1000,11 +1003,11 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var fileMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
@objc @_Concurrency.MainActor(unsafe) public var unknownMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
@objc @_Concurrency.MainActor(unsafe) public var customMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelModuleListDataSource)? {
get
set
}
@@ -1014,7 +1017,7 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var isOverlaid: Swift.Bool {
@objc get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@objc @_Concurrency.MainActor(unsafe) open func updateLayouts()
@@ -1095,8 +1098,8 @@ extension SendbirdUIKit.SBUBaseChannelListModule {
}
@objc @_Concurrency.MainActor(unsafe) public var channelCell: SendbirdUIKit.SBUBaseChannelCell?
@objc @_Concurrency.MainActor(unsafe) public var customCell: SendbirdUIKit.SBUBaseChannelCell?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelListModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelListModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelListModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelListModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannelList: [SendbirdChatSDK.BaseChannel]? {
@objc get
}
@@ -1194,11 +1197,11 @@ public protocol SBUCreateChannelModuleHeaderDataSource : SendbirdUIKit.SBUBaseSe
}
extension SendbirdUIKit.SBUCreateChannelModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource)? {
get
set
}
@@ -1207,7 +1210,7 @@ extension SendbirdUIKit.SBUCreateChannelModule {
@available(*, unavailable, renamed: "SBUCreateChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -1221,7 +1224,7 @@ public protocol SBUEmptyViewDelegate : ObjectiveC.NSObjectProtocol {
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUEmptyView : SendbirdUIKit.SBUView {
@_Concurrency.MainActor(unsafe) public var type: SendbirdUIKit.EmptyViewType
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUEmptyViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUEmptyViewDelegate)?
@_Concurrency.MainActor(unsafe) public var statusImageView: UIKit.UIImageView {
get
set
@@ -1262,8 +1265,8 @@ public protocol SBUEmptyViewDelegate : ObjectiveC.NSObjectProtocol {
public var openChannel: SendbirdUIKit.SBUConfig.OpenChannel
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
open class SBUGroupChannelSettingsModule {
public static var HeaderComponent: SendbirdUIKit.SBUGroupChannelSettingsModule.Header.Type
@@ -1322,7 +1325,7 @@ extension SendbirdUIKit.SBUChannelInfoHeaderViewDelegate {
set
_modify
}
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUChannelInfoHeaderViewDelegate?)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUChannelInfoHeaderViewDelegate)?)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@available(*, unavailable, renamed: "SBUChannelInfoHeaderView()")
@_Concurrency.MainActor(unsafe) required public init?(coder: Foundation.NSCoder)
@@ -1605,8 +1608,8 @@ extension SendbirdUIKit.SBUConfig {
public var camera: SendbirdUIKit.SBUConfig.BaseInput.Camera
public var gallery: SendbirdUIKit.SBUConfig.BaseInput.Gallery
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.BaseInput {
@@ -1622,8 +1625,8 @@ extension SendbirdUIKit.SBUConfig.BaseInput {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.BaseInput {
@@ -1639,8 +1642,8 @@ extension SendbirdUIKit.SBUConfig.BaseInput {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
open class SBUGroupChannelModule {
@@ -1696,8 +1699,8 @@ public protocol SBUFeedbackViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var params: SendbirdUIKit.SBUFeedbackViewParams? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFeedbackViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFeedbackViewParams, delegate: SendbirdUIKit.SBUFeedbackViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFeedbackViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFeedbackViewParams, delegate: (any SendbirdUIKit.SBUFeedbackViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -1734,11 +1737,11 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -1861,8 +1864,8 @@ public protocol SBUFormFieldViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var status: SendbirdUIKit.SBUFormFieldView.StatusType
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFormFieldViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(form: SendbirdChatSDK.Form, field: SendbirdChatSDK.FormField, delegate: SendbirdUIKit.SBUFormFieldViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(form: SendbirdChatSDK.Form, field: SendbirdChatSDK.FormField, delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -2034,16 +2037,16 @@ public struct SBUForm : Swift.Codable {
get
}
public func isValid(with value: Swift.String?, isStrict: Swift.Bool = false) -> Swift.Bool
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
public struct Answer {
public let formKey: Swift.String
public let data: SendbirdUIKit.SBUForm.FormData
public func update(with updated: SendbirdUIKit.SBUForm.Field.Updated) -> SendbirdUIKit.SBUForm.Answer?
}
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdUIKit.SBUUserMessageCellParams {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
@@ -2067,7 +2070,7 @@ extension SendbirdUIKit.SBUFormView {
}
extension SendbirdUIKit.SBUFormFieldView {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
- @_Concurrency.MainActor(unsafe) public func configure(form: SendbirdUIKit.SBUForm, field: SendbirdUIKit.SBUForm.Field, value: Swift.String?, delegate: SendbirdUIKit.SBUFormFieldViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) public func configure(form: SendbirdUIKit.SBUForm, field: SendbirdUIKit.SBUForm.Field, value: Swift.String?, delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)? = nil)
}
extension SendbirdUIKit.SBUGroupChannelModuleListDelegate {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
@@ -2421,13 +2424,13 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUCreateOpenChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUCreateOpenChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUCreateOpenChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUCreateOpenChannelTheme? = nil)
@@ -2680,7 +2683,7 @@ open class SBUMessageSearchViewModel {
public var messageSearchQuery: SendbirdChatSDK.MessageSearchQuery? {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel, params: SendbirdChatSDK.MessageSearchQueryParams? = nil, delegate: SendbirdUIKit.SBUMessageSearchViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel, params: SendbirdChatSDK.MessageSearchQueryParams? = nil, delegate: (any SendbirdUIKit.SBUMessageSearchViewModelDelegate)? = nil)
open func search(keyword: Swift.String)
public func search(keyword: Swift.String, query: SendbirdChatSDK.MessageSearchQuery)
public func loadMore()
@@ -2693,7 +2696,7 @@ open class SBUMessageSearchViewModel {
_modify
}
@_Concurrency.MainActor(unsafe) public var cornerRadius: CoreFoundation.CGFloat
- @_Concurrency.MainActor(unsafe) open func configure(delegate: UIKit.UICollectionViewDelegate, dataSource: UIKit.UICollectionViewDataSource, theme: SendbirdUIKit.SBUMessageCellTheme? = nil, cornerRadius: CoreFoundation.CGFloat)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any UIKit.UICollectionViewDelegate, dataSource: any UIKit.UICollectionViewDataSource, theme: SendbirdUIKit.SBUMessageCellTheme? = nil, cornerRadius: CoreFoundation.CGFloat)
@_Concurrency.MainActor(unsafe) @objc open func setupViews()
@_Concurrency.MainActor(unsafe) @objc open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc open func setupStyles()
@@ -2932,7 +2935,7 @@ public protocol SBULoadingDataSource : AnyObject {
public static var isShowing: Swift.Bool {
get
}
- public static func setDataSource(dataSource: SendbirdUIKit.SBULoadingDataSource)
+ public static func setDataSource(dataSource: any SendbirdUIKit.SBULoadingDataSource)
public static func removeDataSource()
@objc deinit
}
@@ -2970,11 +2973,11 @@ public protocol SBUOpenChannelSettingsModuleListDataSource : SendbirdUIKit.SBUBa
}
extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@_inheritsConvenienceInitializers @objc(SBUOpenChannelSettingsModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelSettingsModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource)? {
get
set
}
@@ -2986,7 +2989,7 @@ extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@available(*, unavailable, renamed: "SBUOpenChannelSettingsModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupItems()
@_Concurrency.MainActor(unsafe) open func createModerationsItem() -> SendbirdUIKit.SBUChannelSettingItem
@@ -3061,13 +3064,13 @@ extension SendbirdUIKit.SBUGroupChannelPushSettingsModule {
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUGroupChannelPushSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUGroupChannelPushSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -3100,7 +3103,7 @@ extension SendbirdUIKit.SBUSelectablePhotoViewDelegate {
set
_modify
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSelectablePhotoViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSelectablePhotoViewDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var fetchResult: Photos.PHFetchResult
@objc @_Concurrency.MainActor(unsafe) public var columnSize: CoreFoundation.CGSize {
@objc get
@@ -3133,11 +3136,11 @@ public protocol SBUOpenChannelSettingsViewModelDelegate : SendbirdUIKit.SBUBaseC
func openChannelSettingsViewModel(_ viewModel: SendbirdUIKit.SBUOpenChannelSettingsViewModel, didDeleteChannel channel: SendbirdChatSDK.OpenChannel)
}
@objc open class SBUOpenChannelSettingsViewModel : SendbirdUIKit.SBUBaseChannelSettingsViewModel {
- weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String?)
override public func updateChannel(channelName: Swift.String? = nil, coverImage: UIKit.UIImage? = nil)
@@ -3176,8 +3179,8 @@ extension SendbirdUIKit.SBUOpenChannelSettingsViewModel : SendbirdChatSDK.OpenCh
set
}
public init(wrappedValue: T)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
public protocol SBUQuoteMessageInputViewProtocol : SendbirdUIKit.SBUViewLifeCycle {
func configure(with configuration: SendbirdUIKit.SBUQuoteMessageInputViewParams)
@@ -3329,7 +3332,7 @@ public class SBUToastViewItem : SendbirdUIKit.SBUCommonItem {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUToastView : ObjectiveC.NSObject {
- public static func show(item: SendbirdUIKit.SBUToastViewItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: SendbirdUIKit.SBUToastViewDelegate? = nil, dismissHandler: SendbirdUIKit.SBUToastViewHandler? = nil)
+ public static func show(item: SendbirdUIKit.SBUToastViewItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: (any SendbirdUIKit.SBUToastViewDelegate)? = nil, dismissHandler: SendbirdUIKit.SBUToastViewHandler? = nil)
public static func dismiss()
@objc deinit
}
@@ -3442,6 +3445,7 @@ public class SBUToastViewItem : SendbirdUIKit.SBUCommonItem {
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelViewModel(_ viewModel: SendbirdUIKit.SBUBaseChannelViewModel, deletedMessages messages: [SendbirdChatSDK.BaseMessage])
@objc @_Concurrency.MainActor(unsafe) open func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveSuggestedMentions members: [SendbirdUIKit.SBUUser]?)
@objc @_Concurrency.MainActor(unsafe) public func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
+ @objc @_Concurrency.MainActor(unsafe) open func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveStreamMessage message: SendbirdChatSDK.BaseMessage, forChannel channel: SendbirdChatSDK.GroupChannel)
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelModule(_ headerComponent: SendbirdUIKit.SBUBaseChannelModule.Header, didTapLeftItem leftItem: UIKit.UIBarButtonItem)
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelModule(_ headerComponent: SendbirdUIKit.SBUBaseChannelModule.Header, didTapRightItem rightItem: UIKit.UIBarButtonItem)
@objc @_Concurrency.MainActor(unsafe) open func groupChannelModule(_ listComponent: SendbirdUIKit.SBUGroupChannelModule.List, didSelectFileAt index: Swift.Int, multipleFilesMessageCell: SendbirdUIKit.SBUMultipleFilesMessageCell, forRowAt cellIndexPath: Foundation.IndexPath)
@@ -3609,11 +3613,11 @@ public protocol SBUGroupChannelListModuleListDataSource : SendbirdUIKit.SBUBaseC
extension SendbirdUIKit.SBUGroupChannelListModule {
@_inheritsConvenienceInitializers @objc(SBUGroupChannelListModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelListModule.List {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUGroupChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelListModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelListModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelListModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelListModuleListDataSource)? {
get
set
}
@@ -3625,7 +3629,7 @@ extension SendbirdUIKit.SBUGroupChannelListModule {
@available(*, unavailable, renamed: "SBUGroupChannelListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelListModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelListModuleListDataSource, theme: SendbirdUIKit.SBUGroupChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelListModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelListModuleListDataSource, theme: SendbirdUIKit.SBUGroupChannelListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUGroupChannelListTheme? = nil)
@objc @_Concurrency.MainActor(unsafe) public func leaveContextualAction(with indexPath: Foundation.IndexPath) -> UIKit.UIContextualAction?
@@ -3666,8 +3670,8 @@ public protocol SBUSuggestedReplyViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var params: SendbirdUIKit.SBUSuggestedReplyViewParams? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedReplyViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUSuggestedReplyViewParams, delegate: SendbirdUIKit.SBUSuggestedReplyViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedReplyViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUSuggestedReplyViewParams, delegate: (any SendbirdUIKit.SBUSuggestedReplyViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) open func suggestedReplyOptionViewDidSelect(_ optionView: SendbirdUIKit.SBUSuggestedReplyOptionView)
@_Concurrency.MainActor(unsafe) open func createOptionView() -> SendbirdUIKit.SBUSuggestedReplyOptionView
@_Concurrency.MainActor(unsafe) open func createSuggestedReplyOptionViews(options: [Swift.String]) -> [SendbirdUIKit.SBUSuggestedReplyOptionView]
@@ -3693,7 +3697,7 @@ public class SBUAlertButtonItem {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUAlertView : ObjectiveC.NSObject {
- public static func show(title: Swift.String, message: Swift.String? = nil, needInputField: Swift.Bool = false, inputText: Swift.String? = nil, placeHolder: Swift.String? = "", centerYRatio: CoreFoundation.CGFloat? = 1.0, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, confirmButtonItem: SendbirdUIKit.SBUAlertButtonItem, cancelButtonItem: SendbirdUIKit.SBUAlertButtonItem?, delegate: SendbirdUIKit.SBUAlertViewDelegate? = nil, dismissHandler: (() -> Swift.Void)? = nil)
+ public static func show(title: Swift.String, message: Swift.String? = nil, needInputField: Swift.Bool = false, inputText: Swift.String? = nil, placeHolder: Swift.String? = "", centerYRatio: CoreFoundation.CGFloat? = 1.0, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, confirmButtonItem: SendbirdUIKit.SBUAlertButtonItem, cancelButtonItem: SendbirdUIKit.SBUAlertButtonItem?, delegate: (any SendbirdUIKit.SBUAlertViewDelegate)? = nil, dismissHandler: (() -> Swift.Void)? = nil)
public static func dismiss()
@objc deinit
}
@@ -3737,7 +3741,7 @@ public protocol SBUBaseSelectUserViewModelDataSource : AnyObject {
public var joinedUserIds: Swift.Set {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, inviteListType: SendbirdUIKit.ChannelInviteListType, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: SendbirdUIKit.SBUBaseSelectUserViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUBaseSelectUserViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, inviteListType: SendbirdUIKit.ChannelInviteListType, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: (any SendbirdUIKit.SBUBaseSelectUserViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUBaseSelectUserViewModelDataSource)? = nil)
public func loadChannel(channelURL: Swift.String, type: SendbirdChatSDK.ChannelType)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
public func preLoadNextUserList(indexPath: Foundation.IndexPath)
@@ -3809,8 +3813,8 @@ extension SendbirdUIKit.SBUBaseChannelModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleInputDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelModuleInputDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleInputDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelModuleInputDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -4012,8 +4016,8 @@ extension SendbirdUIKit.SBUConfig {
public var channel: SendbirdUIKit.SBUConfig.OpenChannel.Channel
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.OpenChannel {
@@ -4025,13 +4029,13 @@ extension SendbirdUIKit.SBUConfig.OpenChannel {
}
public var input: SendbirdUIKit.SBUConfig.OpenChannel.Channel.Input
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.OpenChannel.Channel {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Input : SendbirdUIKit.SBUConfig.BaseInput {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
}
@@ -4050,7 +4054,7 @@ public protocol SBUSuggestedMentionListDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var isLimitGuideEnabled: Swift.Bool
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedMentionListDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedMentionListDelegate)?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme
@_Concurrency.MainActor(unsafe) public var showsUserId: Swift.Bool {
get
@@ -4082,8 +4086,8 @@ extension SendbirdUIKit.SBUConfig {
public var channelList: SendbirdUIKit.SBUConfig.GroupChannel.ChannelList
public var setting: SendbirdUIKit.SBUConfig.GroupChannel.Setting
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4147,9 +4151,9 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
get
set
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4165,8 +4169,8 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4177,13 +4181,13 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel.Channel {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Input : SendbirdUIKit.SBUConfig.BaseInput {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
}
@@ -4198,7 +4202,7 @@ extension SendbirdUIKit.SBUConfig.GroupChannel.Channel {
final public let type: SendbirdUIKit.SBUMessageTemplate.ActionType
final public let data: Swift.String
final public let alterData: Swift.String?
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
public enum ActionType : Swift.String, Swift.Decodable {
@@ -4249,11 +4253,11 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var customMessageCell: SendbirdUIKit.SBUBaseMessageCell? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageThreadModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadModuleListDataSource)? {
get
set
}
@@ -4264,7 +4268,7 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var voicePlayer: SendbirdUIKit.SBUVoicePlayer?
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleListDelegate, dataSource: SendbirdUIKit.SBUMessageThreadModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleListDelegate, dataSource: any SendbirdUIKit.SBUMessageThreadModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -4411,11 +4415,11 @@ public protocol SBUInviteUserModuleHeaderDataSource : SendbirdUIKit.SBUBaseSelec
}
extension SendbirdUIKit.SBUInviteUserModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUInviteUserModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUInviteUserModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUInviteUserModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUInviteUserModuleHeaderDataSource)? {
get
set
}
@@ -4424,7 +4428,7 @@ extension SendbirdUIKit.SBUInviteUserModule {
@available(*, unavailable, renamed: "SBUInviteUserModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUInviteUserModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUInviteUserModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUInviteUserModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUInviteUserModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -4760,8 +4764,8 @@ public protocol SBUUserListViewModelDataSource : AnyObject {
func userListViewModel(_ viewModel: SendbirdUIKit.SBUUserListViewModel, nextUserListForChannel channel: SendbirdChatSDK.BaseChannel?) -> [SendbirdUIKit.SBUUser]?
}
@objc open class SBUUserListViewModel : ObjectiveC.NSObject {
- weak public var delegate: SendbirdUIKit.SBUUserListViewModelDelegate?
- weak public var dataSource: SendbirdUIKit.SBUUserListViewModelDataSource?
+ weak public var delegate: (any SendbirdUIKit.SBUUserListViewModelDelegate)?
+ weak public var dataSource: (any SendbirdUIKit.SBUUserListViewModelDataSource)?
public var channel: SendbirdChatSDK.BaseChannel? {
get
}
@@ -4783,7 +4787,7 @@ public protocol SBUUserListViewModelDataSource : AnyObject {
public var userListType: SendbirdUIKit.ChannelUserListType {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListType: SendbirdUIKit.ChannelUserListType, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, operatorListQuery: SendbirdChatSDK.OperatorListQuery? = nil, mutedMemberListQuery: SendbirdChatSDK.MemberListQuery? = nil, mutedParticipantListQuery: SendbirdChatSDK.MutedUserListQuery? = nil, bannedUserListQuery: SendbirdChatSDK.BannedUserListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: SendbirdUIKit.SBUUserListViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUUserListViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListType: SendbirdUIKit.ChannelUserListType, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, operatorListQuery: SendbirdChatSDK.OperatorListQuery? = nil, mutedMemberListQuery: SendbirdChatSDK.MemberListQuery? = nil, mutedParticipantListQuery: SendbirdChatSDK.MutedUserListQuery? = nil, bannedUserListQuery: SendbirdChatSDK.BannedUserListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: (any SendbirdUIKit.SBUUserListViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUUserListViewModelDataSource)? = nil)
@objc deinit
public func loadChannel(channelURL: Swift.String, type: SendbirdChatSDK.ChannelType)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
@@ -4835,7 +4839,7 @@ extension SendbirdUIKit.SBUBaseChannelListModule {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelListModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelListModuleHeaderDelegate)?
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@objc @_Concurrency.MainActor(unsafe) open func onTapLeftBarButton()
@@ -4921,7 +4925,7 @@ public protocol SBUThreadInfoViewProtocol : SendbirdUIKit.SBUViewLifeCycle {
set
_modify
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUThreadInfoViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUThreadInfoViewDelegate)?
@_Concurrency.MainActor(unsafe) public var threadInfo: SendbirdChatSDK.ThreadInfo? {
get
}
@@ -4964,7 +4968,7 @@ public protocol SBUMessageThreadTitleViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadTitleViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadTitleViewDelegate)?
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme {
get
set
@@ -4974,7 +4978,7 @@ public protocol SBUMessageThreadTitleViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUMessageThreadTitleViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUMessageThreadTitleViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
@@ -5114,7 +5118,7 @@ public protocol SBUCreateChannelTypeSelectorProtocol {
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@available(*, unavailable, renamed: "CreateChannelTypeSelectView.init(delegate:)")
@_Concurrency.MainActor(unsafe) required public init?(coder: Foundation.NSCoder)
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUCreateChannelTypeSelectorDelegate?)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUCreateChannelTypeSelectorDelegate)?)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func updateStyles()
@@ -5314,8 +5318,8 @@ public enum UserListType : Swift.Hashable {
case mutedMembers
@available(*, unavailable, renamed: "banned")
case bannedMembers
- public func hash(into hasher: inout Swift.Hasher)
public static func == (a: SendbirdUIKit.UserListType, b: SendbirdUIKit.UserListType) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
@@ -5603,7 +5607,7 @@ public protocol SBUParentMessageInfoViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func updateLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
- @_Concurrency.MainActor(unsafe) open func configure(message: SendbirdChatSDK.BaseMessage?, delegate: SendbirdUIKit.SBUParentMessageInfoViewDelegate?, useReaction: Swift.Bool = false, voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo?, enableEmojiLongPress: Swift.Bool = true)
+ @_Concurrency.MainActor(unsafe) open func configure(message: SendbirdChatSDK.BaseMessage?, delegate: (any SendbirdUIKit.SBUParentMessageInfoViewDelegate)?, useReaction: Swift.Bool = false, voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo?, enableEmojiLongPress: Swift.Bool = true)
@_Concurrency.MainActor(unsafe) open func updateMessageTextWidth(with size: CoreFoundation.CGSize)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupActions()
@objc @_Concurrency.MainActor(unsafe) open func onTapUserProfileView(sender: UIKit.UITapGestureRecognizer)
@@ -5639,7 +5643,7 @@ public protocol SBUCreateOpenChannelViewModelDelegate : SendbirdUIKit.SBUCommonV
func createOpenChannelViewModel(_ viewModel: SendbirdUIKit.SBUCreateOpenChannelViewModel, didCreateChannel channel: SendbirdChatSDK.BaseChannel?)
}
open class SBUCreateOpenChannelViewModel {
- public init(delegate: SendbirdUIKit.SBUCreateOpenChannelViewModelDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUCreateOpenChannelViewModelDelegate)?)
open func createChannel(channelName: Swift.String, coverImage: UIKit.UIImage?)
open func createChannel(params: SendbirdChatSDK.OpenChannelCreateParams)
@objc deinit
@@ -5694,7 +5698,7 @@ extension SendbirdUIKit.SBUView {
set
}
@_Concurrency.MainActor(unsafe) public var mainContainerView: SendbirdUIKit.SBUSelectableStackView
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUQuotedMessageViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUQuotedMessageViewDelegate)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@@ -5754,7 +5758,7 @@ extension UIKit.UIImage {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) public var quotedMessageView: (UIKit.UIView & SendbirdUIKit.SBUQuotedMessageViewProtocol)? {
+ @_Concurrency.MainActor(unsafe) public var quotedMessageView: (any UIKit.UIView & SendbirdUIKit.SBUQuotedMessageViewProtocol)? {
get
set
}
@@ -5765,7 +5769,7 @@ extension UIKit.UIImage {
@objc @_Concurrency.MainActor(unsafe) public var threadInfoSpacing: UIKit.UIView {
@objc get
}
- @_Concurrency.MainActor(unsafe) public var threadInfoView: (UIKit.UIView & SendbirdUIKit.SBUThreadInfoViewProtocol)? {
+ @_Concurrency.MainActor(unsafe) public var threadInfoView: (any UIKit.UIView & SendbirdUIKit.SBUThreadInfoViewProtocol)? {
get
set
}
@@ -5825,12 +5829,12 @@ extension SendbirdUIKit.SBUModerationsModule {
@objc @_Concurrency.MainActor(unsafe) public var tableView: UIKit.UITableView
@objc @_Concurrency.MainActor(unsafe) public var moderationCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUModerationsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUModerationsModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUModerationsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUModerationsModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUModerationsModuleListDelegate, dataSource: SendbirdUIKit.SBUModerationsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUModerationsModuleListDelegate, dataSource: any SendbirdUIKit.SBUModerationsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc deinit
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@@ -5864,15 +5868,15 @@ extension SendbirdUIKit.SBUOpenChannelViewModelDelegate {
public func openChannelViewModel(_ viewModel: SendbirdUIKit.SBUOpenChannelViewModel, userDidExit user: SendbirdChatSDK.User, forChannel channel: SendbirdChatSDK.OpenChannel)
}
@objc open class SBUOpenChannelViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUOpenChannelViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUOpenChannelViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUOpenChannelViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = nil, delegate: SendbirdUIKit.SBUOpenChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUOpenChannelViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = nil, delegate: (any SendbirdUIKit.SBUOpenChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUOpenChannelViewModelDataSource)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
override public func refreshChannel()
@@ -5997,8 +6001,8 @@ extension SendbirdUIKit.SBUUserListModule {
@objc @_Concurrency.MainActor(unsafe) public var userCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserListModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUUserListModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserListModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUUserListModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -6011,7 +6015,7 @@ extension SendbirdUIKit.SBUUserListModule {
@available(*, unavailable, renamed: "SBUUserListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUUserListModuleListDelegate, dataSource: SendbirdUIKit.SBUUserListModuleListDataSource, userListType: SendbirdUIKit.ChannelUserListType, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUUserListModuleListDelegate, dataSource: any SendbirdUIKit.SBUUserListModuleListDataSource, userListType: SendbirdUIKit.ChannelUserListType, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUUserListTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -6043,11 +6047,11 @@ public protocol SBUInviteUserModuleListDataSource : SendbirdUIKit.SBUBaseSelectU
}
extension SendbirdUIKit.SBUInviteUserModule {
@_inheritsConvenienceInitializers @objc(SBUInviteUserModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUInviteUserModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUInviteUserModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUInviteUserModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUInviteUserModuleListDataSource)? {
get
set
}
@@ -6056,7 +6060,7 @@ extension SendbirdUIKit.SBUInviteUserModule {
@available(*, unavailable, renamed: "SBUInviteUserModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUInviteUserModuleListDelegate, dataSource: SendbirdUIKit.SBUInviteUserModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUInviteUserModuleListDelegate, dataSource: any SendbirdUIKit.SBUInviteUserModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
@@ -6211,8 +6215,8 @@ extension SendbirdUIKit.SBUBaseChannelSettingsModule {
@objc @_Concurrency.MainActor(unsafe) public var tableView: UIKit.UITableView
@objc @_Concurrency.MainActor(unsafe) public var channelInfoView: UIKit.UIView?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelSettingsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelSettingsModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelSettingsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelSettingsModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -6292,7 +6296,7 @@ extension SendbirdUIKit.SBUBaseChannelSettingsModule.List : UIKit.UITableViewDat
@_Concurrency.MainActor(unsafe) required public init(channelURL: Swift.String, startingPoint: Swift.Int64? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
- @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLayoutSubviews()
@objc deinit
@@ -6344,8 +6348,8 @@ public protocol SBUCreateChannelViewModelDataSource : AnyObject {
func createChannelViewModel(_ viewModel: SendbirdUIKit.SBUCreateChannelViewModel, nextUserListForChannelType channelType: SendbirdUIKit.ChannelCreationType) -> [SendbirdUIKit.SBUUser]?
}
open class SBUCreateChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUCreateChannelViewModelDelegate?
- weak public var dataSource: SendbirdUIKit.SBUCreateChannelViewModelDataSource?
+ weak public var delegate: (any SendbirdUIKit.SBUCreateChannelViewModelDelegate)?
+ weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelViewModelDataSource)?
public var channelType: SendbirdUIKit.ChannelCreationType {
get
}
@@ -6358,7 +6362,7 @@ open class SBUCreateChannelViewModel {
public var userListQuery: SendbirdChatSDK.ApplicationUserListQuery? {
get
}
- public init(channelType: SendbirdUIKit.ChannelCreationType = .group, users: [SendbirdUIKit.SBUUser]? = nil, delegate: SendbirdUIKit.SBUCreateChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUCreateChannelViewModelDataSource? = nil)
+ public init(channelType: SendbirdUIKit.ChannelCreationType = .group, users: [SendbirdUIKit.SBUUser]? = nil, delegate: (any SendbirdUIKit.SBUCreateChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUCreateChannelViewModelDataSource)? = nil)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
public func preLoadNextUserList(indexPath: Foundation.IndexPath)
public func resetUserList()
@@ -6509,9 +6513,9 @@ extension SendbirdUIKit.SBUGroupChannelPushSettingsModule {
@_Concurrency.MainActor(unsafe) public var pushTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate?, dataSource: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource?, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate)?, dataSource: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource)?, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil)
@@ -6619,7 +6623,7 @@ public protocol SBUGroupChannelListViewModelDelegate : SendbirdUIKit.SBUBaseChan
public var channelListQuery: SendbirdChatSDK.GroupChannelListQuery? {
get
}
- public init(delegate: SendbirdUIKit.SBUGroupChannelListViewModelDelegate? = nil, channelListQuery: SendbirdChatSDK.GroupChannelListQuery? = nil)
+ public init(delegate: (any SendbirdUIKit.SBUGroupChannelListViewModelDelegate)? = nil, channelListQuery: SendbirdChatSDK.GroupChannelListQuery? = nil)
@objc deinit
override public func initChannelList()
override public func loadNextChannelList(reset: Swift.Bool)
@@ -7208,8 +7212,8 @@ public protocol SBUMessageInputViewDataSource : AnyObject {
@_Concurrency.MainActor(unsafe) public var mentionedAttributes: [Foundation.NSAttributedString.Key : Any] {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageInputViewDelegate?
- @_Concurrency.MainActor(unsafe) weak public var datasource: SendbirdUIKit.SBUMessageInputViewDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageInputViewDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var datasource: (any SendbirdUIKit.SBUMessageInputViewDataSource)?
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageInputTheme {
get
set
@@ -7467,7 +7471,7 @@ open class SBUCreateOpenChannelModule {
public var currentRecordAccessStatus: AVFAudio.AVAudioSession.RecordPermission {
get
}
- public func showPermissionAlert(forType permissionType: SendbirdUIKit.SBUPermissionManager.PermissionType, alertViewDelegate: SendbirdUIKit.SBUAlertViewDelegate? = nil, onDismiss: SendbirdUIKit.AlertButtonHandler? = nil)
+ public func showPermissionAlert(forType permissionType: SendbirdUIKit.SBUPermissionManager.PermissionType, alertViewDelegate: (any SendbirdUIKit.SBUAlertViewDelegate)? = nil, onDismiss: SendbirdUIKit.AlertButtonHandler? = nil)
public func requestRecordAcess(onGranted: (() -> Swift.Void)? = nil, onDenied: (() -> Swift.Void)? = nil)
public func requestPhotoAccessIfNeeded(completion: @escaping (SendbirdUIKit.SBUPhotoAccessibleStatus) -> Swift.Void)
public func requestCameraAccess(for type: AVFoundation.AVMediaType, onGranted: (() -> Swift.Void)? = nil, onDenied: (() -> Swift.Void)? = nil)
@@ -7571,6 +7575,9 @@ extension Swift.Array where Element : SendbirdChatSDK.User {
extension Swift.Array where Element : SendbirdChatSDK.Member {
public func sbu_convertUserList() -> [SendbirdUIKit.SBUUser]
}
+extension Swift.Array where Element : SendbirdChatSDK.BaseMessage {
+ public func hasStreamMessageOnly(with latestMessage: SendbirdChatSDK.BaseMessage?) -> SendbirdChatSDK.BaseMessage?
+}
extension Foundation.NSArray {
public func sbu_getUserIds() -> [Swift.String]
public func sbu_getUserNicknames() -> [Swift.String]
@@ -7761,11 +7768,11 @@ public protocol SBURegisterOperatorModuleHeaderDataSource : SendbirdUIKit.SBUBas
}
extension SendbirdUIKit.SBURegisterOperatorModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource)? {
get
set
}
@@ -7774,7 +7781,7 @@ extension SendbirdUIKit.SBURegisterOperatorModule {
@available(*, unavailable, renamed: "SBURegisterOperatorModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate, dataSource: SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -7886,7 +7893,7 @@ extension SendbirdUIKit.SBUBaseChannelModule {
}
@objc @_Concurrency.MainActor(unsafe) public var titleSpacer: UIKit.UIView
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUBaseChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUBaseChannelModule.Header()")
@@ -7947,7 +7954,7 @@ public protocol SBUOpenChannelListViewModelDelegate : SendbirdUIKit.SBUBaseChann
public var channelListQuery: SendbirdChatSDK.OpenChannelListQuery? {
get
}
- public init(delegate: SendbirdUIKit.SBUOpenChannelListViewModelDelegate?, channelListQuery: SendbirdChatSDK.OpenChannelListQuery?)
+ public init(delegate: (any SendbirdUIKit.SBUOpenChannelListViewModelDelegate)?, channelListQuery: SendbirdChatSDK.OpenChannelListQuery?)
@objc deinit
override public func initChannelList()
override public func loadNextChannelList(reset: Swift.Bool)
@@ -8102,14 +8109,14 @@ extension SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate {
}
extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelModule.Header, SendbirdUIKit.SBUMessageThreadTitleViewDelegate {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate)? {
get
set
}
@objc @_Concurrency.MainActor(unsafe) public var parentMessage: SendbirdChatSDK.BaseMessage? {
get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate, parentMessage: SendbirdChatSDK.BaseMessage?, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate, parentMessage: SendbirdChatSDK.BaseMessage?, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -8133,7 +8140,7 @@ extension SendbirdUIKit.SBUActionSheetDelegate {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUActionSheet : ObjectiveC.NSObject {
- public static func show(items: [SendbirdUIKit.SBUActionSheetItem], cancelItem: SendbirdUIKit.SBUActionSheetItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: SendbirdUIKit.SBUActionSheetDelegate? = nil, dismissHandler: (() -> Swift.Void)? = nil)
+ public static func show(items: [SendbirdUIKit.SBUActionSheetItem], cancelItem: SendbirdUIKit.SBUActionSheetItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: (any SendbirdUIKit.SBUActionSheetDelegate)? = nil, dismissHandler: (() -> Swift.Void)? = nil)
public static func dismiss()
@objc deinit
}
@@ -8144,11 +8151,11 @@ public protocol SBUGroupChannelPushSettingsViewModelDelegate : SendbirdUIKit.SBU
public var currentTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption {
get
}
- weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate)? = nil)
open func changeNotification(_ pushTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption)
public func updateChannelPushTriggerOption()
@objc deinit
@@ -8168,8 +8175,8 @@ public protocol SBUFormViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var fieldViews: [SendbirdUIKit.SBUFormFieldView]?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFormViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFormViewParams, delegate: SendbirdUIKit.SBUFormViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFormViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFormViewParams, delegate: (any SendbirdUIKit.SBUFormViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) open func createFieldView() -> SendbirdUIKit.SBUFormFieldView
@_Concurrency.MainActor(unsafe) open func createFormFieldViews(with form: SendbirdChatSDK.Form?) -> [SendbirdUIKit.SBUFormFieldView]
@_Concurrency.MainActor(unsafe) open func formFieldView(_ fieldView: SendbirdUIKit.SBUFormFieldView, didUpdate formField: SendbirdChatSDK.FormField)
@@ -8278,11 +8285,11 @@ extension SendbirdUIKit.SBUGroupChannelModule {
get
}
@objc @_Concurrency.MainActor(unsafe) public var isHighlightInfoAnimated: Swift.Bool
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelModuleListDataSource)? {
get
set
}
@@ -8290,7 +8297,7 @@ extension SendbirdUIKit.SBUGroupChannelModule {
@objc get
}
@objc @_Concurrency.MainActor(unsafe) public var voicePlayer: SendbirdUIKit.SBUVoicePlayer?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func updateStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme = SBUTheme.componentTheme)
@@ -8333,6 +8340,7 @@ extension SendbirdUIKit.SBUGroupChannelModule.List {
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidStop(_ player: SendbirdUIKit.SBUVoicePlayer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidReset(_ player: SendbirdUIKit.SBUVoicePlayer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidUpdatePlayTime(_ player: SendbirdUIKit.SBUVoicePlayer, time: Foundation.TimeInterval)
+ @objc @_Concurrency.MainActor(unsafe) dynamic public func updateStreamMessage(_ message: SendbirdChatSDK.BaseMessage)
}
public protocol SBUGroupChannelModuleInputDelegate : SendbirdUIKit.SBUBaseChannelModuleInputDelegate {
func groupChannelModule(_ inputComponent: SendbirdUIKit.SBUGroupChannelModule.Input, didPickFileData fileData: Foundation.Data?, fileName: Swift.String, mimeType: Swift.String, parentMessage: SendbirdChatSDK.BaseMessage?)
@@ -8355,17 +8363,17 @@ extension SendbirdUIKit.SBUGroupChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var mentionManager: SendbirdUIKit.SBUMentionManager?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleInputDelegate, dataSource: SendbirdUIKit.SBUGroupChannelModuleInputDataSource, mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleInputDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelModuleInputDataSource, mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -8533,7 +8541,7 @@ extension SendbirdUIKit.SBUOpenChannelViewController {
public protocol SBUBaseChannelListViewModelDelegate : SendbirdUIKit.SBUCommonViewModelDelegate {
}
@objc open class SBUBaseChannelListViewModel : ObjectiveC.NSObject {
- public init(delegate: SendbirdUIKit.SBUBaseChannelListViewModelDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUBaseChannelListViewModelDelegate)?)
@objc deinit
public func initChannelList()
public func loadNextChannelList(reset: Swift.Bool)
@@ -8636,7 +8644,7 @@ public protocol SBUGroupChannelListModuleHeaderDelegate : SendbirdUIKit.SBUBaseC
extension SendbirdUIKit.SBUGroupChannelListModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelListModule.Header {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUGroupChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate)? {
get
set
}
@@ -8645,7 +8653,7 @@ extension SendbirdUIKit.SBUGroupChannelListModule {
@available(*, unavailable, renamed: "SBUGroupChannelListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUGroupChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUGroupChannelListTheme)
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUGroupChannelListTheme? = nil)
}
}
@@ -8866,7 +8874,7 @@ open class SBUInviteUserModule {
@objc @_Concurrency.MainActor(unsafe) public var formViews: [SendbirdUIKit.SBUFormView]? {
get
}
- @_Concurrency.MainActor(unsafe) open var extendedMessagePayloadCustomViewFactory: SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal.Type? {
+ @_Concurrency.MainActor(unsafe) open var extendedMessagePayloadCustomViewFactory: (any SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal.Type)? {
get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@@ -8982,11 +8990,11 @@ public protocol SBUGroupChannelSettingsModuleHeaderDataSource : SendbirdUIKit.SB
}
extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelSettingsModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource)? {
get
set
}
@@ -8995,7 +9003,7 @@ extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@available(*, unavailable, renamed: "SBUGroupChannelSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -9090,11 +9098,11 @@ public protocol SBUOpenChannelListModuleListDataSource : SendbirdUIKit.SBUBaseCh
extension SendbirdUIKit.SBUOpenChannelListModule {
@_inheritsConvenienceInitializers @objc(SBUOpenChannelListModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelListModule.List {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUOpenChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelListModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelListModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelListModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelListModuleListDataSource)? {
get
set
}
@@ -9106,7 +9114,7 @@ extension SendbirdUIKit.SBUOpenChannelListModule {
@available(*, unavailable, renamed: "SBUOpenChannelListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelListModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelListModuleListDataSource, theme: SendbirdUIKit.SBUOpenChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelListModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelListModuleListDataSource, theme: SendbirdUIKit.SBUOpenChannelListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUOpenChannelListTheme? = nil)
}
@@ -9134,7 +9142,7 @@ public protocol SBUMentionManagerDataSource : AnyObject {
public var defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]
public var mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]
@objc override dynamic public init()
- public func configure(delegate: SendbirdUIKit.SBUMentionManagerDelegate? = nil, dataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil, mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil)
+ public func configure(delegate: (any SendbirdUIKit.SBUMentionManagerDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil, mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil)
@discardableResult
public func addMention(at textView: UIKit.UITextView, user: SendbirdUIKit.SBUUser) -> Swift.Bool
public func clearMentions(_ mentions: [SendbirdUIKit.SBUMention], with replaceText: Swift.String = "", on textView: UIKit.UITextView, at range: Foundation.NSRange)
@@ -9201,7 +9209,7 @@ public protocol SBUMessageThreadViewControllerDelegate : AnyObject {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadViewControllerDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadViewControllerDelegate)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
@@ -9210,14 +9218,14 @@ public protocol SBUMessageThreadViewControllerDelegate : AnyObject {
}
@available(*, unavailable)
@_Concurrency.MainActor(unsafe) required public init(channelURL: Swift.String, startingPoint: Swift.Int64? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil)
- @_Concurrency.MainActor(unsafe) required public init(channel: SendbirdChatSDK.GroupChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = nil, delegate: SendbirdUIKit.SBUMessageThreadViewControllerDelegate? = nil, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
+ @_Concurrency.MainActor(unsafe) required public init(channel: SendbirdChatSDK.GroupChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = nil, delegate: (any SendbirdUIKit.SBUMessageThreadViewControllerDelegate)? = nil, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open var preferredStatusBarStyle: UIKit.UIStatusBarStyle {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
- @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override open func applicationWillResignActivity()
@_Concurrency.MainActor(unsafe) @objc override open func willPresentSubview()
@objc deinit
@@ -9306,8 +9314,8 @@ public struct SBUFileData {
@objc set
}
@objc @_Concurrency.MainActor(unsafe) public var bottomView: UIKit.UIView
- @_Concurrency.MainActor(unsafe) required convenience public init(fileMessage: SendbirdChatSDK.FileMessage, delegate: SendbirdUIKit.SBUFileViewControllerDelegate?)
- @_Concurrency.MainActor(unsafe) required public init(fileData: SendbirdUIKit.SBUFileData, delegate: SendbirdUIKit.SBUFileViewControllerDelegate?)
+ @_Concurrency.MainActor(unsafe) required convenience public init(fileMessage: SendbirdChatSDK.FileMessage, delegate: (any SendbirdUIKit.SBUFileViewControllerDelegate)?)
+ @_Concurrency.MainActor(unsafe) required public init(fileData: SendbirdUIKit.SBUFileData, delegate: (any SendbirdUIKit.SBUFileViewControllerDelegate)?)
@available(*, unavailable, renamed: "init(params:delegate:)")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@@ -9394,14 +9402,14 @@ public protocol SBUVoiceRecorderDelegate : AnyObject {
public var progressTimer: Foundation.Timer? {
get
}
- public init(delegate: SendbirdUIKit.SBUVoiceRecorderDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUVoiceRecorderDelegate)?)
@objc deinit
@discardableResult
public func record() -> Swift.Bool
public func stop()
public func resetRecorder()
@objc public func audioRecorderDidFinishRecording(_ recorder: AVFAudio.AVAudioRecorder, successfully success: Swift.Bool)
- @objc public func audioRecorderEncodeErrorDidOccur(_ recorder: AVFAudio.AVAudioRecorder, error: Swift.Error?)
+ @objc public func audioRecorderEncodeErrorDidOccur(_ recorder: AVFAudio.AVAudioRecorder, error: (any Swift.Error)?)
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUBaseFileContentView : SendbirdUIKit.SBUView {
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageCellTheme {
@@ -9512,7 +9520,7 @@ public protocol SBUVoicePlayerDelegate : AnyObject {
public var progressTimer: Foundation.Timer? {
get
}
- public init(delegate: SendbirdUIKit.SBUVoicePlayerDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUVoicePlayerDelegate)?)
public func configure(voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo)
@objc deinit
public func play(fromTime time: Foundation.TimeInterval = 0)
@@ -9521,7 +9529,7 @@ public protocol SBUVoicePlayerDelegate : AnyObject {
public func resetPlayer()
public func updatePlaybackRate(_ rate: Swift.Float)
@objc public func audioPlayerDidFinishPlaying(_ player: AVFAudio.AVAudioPlayer, successfully success: Swift.Bool)
- @objc public func audioPlayerDecodeErrorDidOccur(_ player: AVFAudio.AVAudioPlayer, error: Swift.Error?)
+ @objc public func audioPlayerDecodeErrorDidOccur(_ player: AVFAudio.AVAudioPlayer, error: (any Swift.Error)?)
}
public protocol SBUOpenChannelModuleMediaDelegate : AnyObject {
func openChannelModule(_ mediaComponent: SendbirdUIKit.SBUOpenChannelModule.Media, didTapMediaView mediaView: UIKit.UIView)
@@ -9530,8 +9538,8 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class Media : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public var mediaView: UIKit.UIView
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleMediaDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleMediaDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleMediaDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleMediaDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -9553,11 +9561,11 @@ public protocol SBUGroupChannelSettingsModuleListDataSource : SendbirdUIKit.SBUB
}
extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@_inheritsConvenienceInitializers @objc(SBUGroupChannelSettingsModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelSettingsModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource)? {
get
set
}
@@ -9569,7 +9577,7 @@ extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@available(*, unavailable, renamed: "SBUGroupChannelSettingsModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupItems()
@_Concurrency.MainActor(unsafe) open func createModerationsItem() -> SendbirdUIKit.SBUChannelSettingItem
@@ -9607,13 +9615,13 @@ extension SendbirdUIKit.SBUMessageSearchModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageSearchTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUMessageSearchModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUMessageSearchModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate, theme: SendbirdUIKit.SBUMessageSearchTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate, theme: SendbirdUIKit.SBUMessageSearchTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUMessageSearchTheme? = nil)
@@ -9672,8 +9680,8 @@ public protocol SBUSuggestedReplyOptionViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var text: Swift.String? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with optionText: Swift.String, delegate: SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with optionText: Swift.String, delegate: (any SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -10592,7 +10600,7 @@ public protocol SBUUserMessageTextViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var needsToRemoveMargin: Swift.Bool {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserMessageTextViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserMessageTextViewDelegate)?
@_Concurrency.MainActor(unsafe) public var textTopConstraint: UIKit.NSLayoutConstraint?
@_Concurrency.MainActor(unsafe) public var textBottomConstraint: UIKit.NSLayoutConstraint?
@_Concurrency.MainActor(unsafe) public var textLeftConstraint: UIKit.NSLayoutConstraint?
@@ -10631,13 +10639,13 @@ extension SendbirdUIKit.SBUModerationsModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUModerationsModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUModerationsModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUModerationsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUModerationsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUModerationsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUModerationsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil)
@@ -10831,8 +10839,8 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
}
@_Concurrency.MainActor(unsafe) public var channelNameInputField: SendbirdUIKit.SBUUnderLineTextField
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUCreateOpenChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate?, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate)?, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUCreateOpenChannelTheme? = nil)
@@ -10912,7 +10920,7 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
@_Concurrency.MainActor(unsafe) @objc override public func setupStyles()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLayoutSubviews()
- @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
@objc @_Concurrency.MainActor(unsafe) public func setUserProfileTapGesture(_ user: SendbirdUIKit.SBUUser)
@@ -10988,11 +10996,11 @@ extension SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal {
public protocol SBUExtendedMessagePayloadCustomViewFactory : SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal {
associatedtype ViewData : Swift.Decodable
static func makeCustomView(_ data: Self.ViewData, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
- static func errorHandler(_ error: Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
+ static func errorHandler(_ error: any Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
}
extension SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactory {
public static func makeCustomView(message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
- public static func errorHandler(_ error: Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
+ public static func errorHandler(_ error: any Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
}
public protocol SBUMessageThreadViewModelDataSource : SendbirdUIKit.SBUBaseChannelViewModelDataSource {
}
@@ -11004,11 +11012,11 @@ public protocol SBUMessageThreadViewModelDelegate : SendbirdUIKit.SBUBaseChannel
func messageThreadViewModel(_ viewModel: SendbirdUIKit.SBUMessageThreadViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
}
@objc open class SBUMessageThreadViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUMessageThreadViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUMessageThreadViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUMessageThreadViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadViewModelDataSource)? {
get
set
}
@@ -11019,7 +11027,7 @@ public protocol SBUMessageThreadViewModelDelegate : SendbirdUIKit.SBUBaseChannel
get
}
public var sendMultipleFilesMessageCompletionHandler: SendbirdChatSDK.MultipleFilesMessageHandler?
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = 0, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: SendbirdUIKit.SBUMessageThreadViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUMessageThreadViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = 0, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: (any SendbirdUIKit.SBUMessageThreadViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUMessageThreadViewModelDataSource)? = nil)
@objc deinit
public func loadChannelAndMessages(channelURL: Swift.String?)
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
@@ -11138,7 +11146,7 @@ extension SendbirdUIKit.SBUUserListModule {
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserListModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserListModuleHeaderDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var channelType: SendbirdChatSDK.ChannelType
@_Concurrency.MainActor(unsafe) public var userListType: SendbirdUIKit.ChannelUserListType {
get
@@ -11148,7 +11156,7 @@ extension SendbirdUIKit.SBUUserListModule {
@available(*, unavailable, renamed: "SBUUserListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUUserListModuleHeaderDelegate, userListType: SendbirdUIKit.ChannelUserListType, channelType: SendbirdChatSDK.ChannelType = .group, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUUserListModuleHeaderDelegate, userListType: SendbirdUIKit.ChannelUserListType, channelType: SendbirdChatSDK.ChannelType = .group, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUUserListTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -11278,7 +11286,7 @@ public enum SBUReplyType : Swift.Int, Swift.Codable {
public var filterValue: SendbirdChatSDK.ReplyType {
get
}
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -11289,7 +11297,7 @@ public enum SBUThreadReplySelectType : Swift.Int, Swift.Codable {
case none
case parent
case thread
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -11302,18 +11310,19 @@ public protocol SBUGroupChannelViewModelDataSource : SendbirdUIKit.SBUBaseChanne
public protocol SBUGroupChannelViewModelDelegate : SendbirdUIKit.SBUBaseChannelViewModelDelegate {
func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveSuggestedMentions members: [SendbirdUIKit.SBUUser]?)
func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
+ func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveStreamMessage message: SendbirdChatSDK.BaseMessage, forChannel channel: SendbirdChatSDK.GroupChannel)
}
@objc open class SBUGroupChannelViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUGroupChannelViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUGroupChannelViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelViewModelDataSource)? {
get
set
}
public var sendMultipleFilesMessageCompletionHandler: SendbirdChatSDK.MultipleFilesMessageHandler?
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: SendbirdUIKit.SBUGroupChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUGroupChannelViewModelDataSource? = nil, displaysLocalCachedListFirst: Swift.Bool = false)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: (any SendbirdUIKit.SBUGroupChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUGroupChannelViewModelDataSource)? = nil, displaysLocalCachedListFirst: Swift.Bool = false)
@objc deinit
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
override public func refreshChannel()
@@ -11455,7 +11464,7 @@ public protocol SBUOpenChannelSettingsModuleHeaderDelegate : SendbirdUIKit.SBUBa
}
extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelSettingsModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate)? {
get
set
}
@@ -11464,7 +11473,7 @@ extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@available(*, unavailable, renamed: "SBUOpenChannelSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateRightItem()
@@ -11521,11 +11530,11 @@ public protocol SBUCreateChannelModuleListDataSource : SendbirdUIKit.SBUBaseSele
}
extension SendbirdUIKit.SBUCreateChannelModule {
@_inheritsConvenienceInitializers @objc(SBUCreateChannelModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUCreateChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelModuleListDataSource)? {
get
set
}
@@ -11534,7 +11543,7 @@ extension SendbirdUIKit.SBUCreateChannelModule {
@available(*, unavailable, renamed: "SBUCreateChannelModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUCreateChannelModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUCreateChannelModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.abi.json b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.abi.json
index 2385bf47..019dbb3a 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.abi.json
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.abi.json
@@ -2447,6 +2447,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "SBUCommonDelegate",
@@ -3326,6 +3333,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -5417,8 +5431,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -6910,6 +6924,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -7232,6 +7253,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -7785,6 +7813,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -11646,6 +11681,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -12138,6 +12180,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -13807,6 +13856,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -14841,6 +14897,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -15032,9 +15095,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC9emojiListSay0A7ChatSDK5EmojiCGvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -15143,9 +15206,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC9reactionsSay0A7ChatSDK0D0CGvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -15246,9 +15309,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC8maxWidth12CoreGraphics7CGFloatVvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -15333,9 +15396,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC20enableEmojiLongPressSbvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -15514,9 +15577,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC010collectionE16HeightConstraintSo08NSLayoutH0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl"
],
@@ -15576,9 +15639,9 @@
"mangledName": "$s13SendbirdUIKit22SBUMessageReactionViewC010collectionE17MinWidthContraintSo18NSLayoutConstraintCSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl"
],
@@ -16209,6 +16272,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -18054,6 +18124,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -18094,8 +18171,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -18213,8 +18290,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -18332,8 +18409,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -18864,6 +18941,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -20279,8 +20363,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -20382,8 +20466,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -20501,8 +20585,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -21942,6 +22026,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -21982,8 +22073,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -22101,8 +22192,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -22220,8 +22311,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -23063,6 +23154,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -24292,6 +24390,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -27954,6 +28059,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -29446,6 +29558,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -35370,6 +35489,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -36095,6 +36221,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -37247,6 +37380,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -37998,6 +38138,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -38321,6 +38468,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -38928,6 +39082,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -44354,6 +44515,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -51069,6 +51237,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -53395,6 +53570,37 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "updateStreamMessage",
+ "printedName": "updateStreamMessage(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:13SendbirdUIKit21SBUGroupChannelModuleC4ListC19updateStreamMessageyy0A7ChatSDK04BaseI0CF",
+ "mangledName": "$s13SendbirdUIKit21SBUGroupChannelModuleC4ListC19updateStreamMessageyy0A7ChatSDK04BaseI0CF",
+ "moduleName": "SendbirdUIKit",
+ "declAttributes": [
+ "Dynamic",
+ "Custom",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
@@ -53483,6 +53689,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -55754,6 +55967,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -56469,6 +56689,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -57172,6 +57399,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -62105,6 +62339,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -62255,6 +62496,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -63379,6 +63627,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -64682,6 +64937,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -66155,6 +66417,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -91578,6 +91847,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -92810,6 +93086,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -94470,6 +94753,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -96241,6 +96531,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -97576,6 +97873,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -98285,6 +98589,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -99178,6 +99489,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -99945,6 +100263,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -102049,6 +102374,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -102410,6 +102742,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -102499,6 +102838,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -103363,8 +103709,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"ReferenceOwnership",
"AccessControl",
"RawDocComment"
@@ -104358,6 +104704,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -110110,6 +110463,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -110522,6 +110882,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -112761,6 +113128,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -115041,6 +115415,47 @@
],
"funcSelfKind": "NonMutating"
},
+ {
+ "kind": "Function",
+ "name": "groupChannelViewModel",
+ "printedName": "groupChannelViewModel(_:didReceiveStreamMessage:forChannel:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "SBUGroupChannelViewModel",
+ "printedName": "SendbirdUIKit.SBUGroupChannelViewModel",
+ "usr": "c:@M@SendbirdUIKit@objc(cs)SBUGroupChannelViewModel"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GroupChannel",
+ "printedName": "SendbirdChatSDK.GroupChannel",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDGroupChannel"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@SendbirdUIKit@objc(cs)SBUGroupChannelViewController(im)groupChannelViewModel:didReceiveStreamMessage:forChannel:",
+ "mangledName": "$s13SendbirdUIKit29SBUGroupChannelViewControllerC05groupdE5Model_23didReceiveStreamMessage03forD0yAA0cdeH0C_0A7ChatSDK04BaseL0CAI05GroupD0CtF",
+ "moduleName": "SendbirdUIKit",
+ "isOpen": true,
+ "declAttributes": [
+ "Custom",
+ "AccessControl",
+ "ObjC"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
{
"kind": "Function",
"name": "baseChannelModule",
@@ -117734,6 +118149,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -118024,6 +118446,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -119173,6 +119602,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -119667,6 +120103,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -120514,6 +120957,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -121322,6 +121772,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -121719,6 +122176,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -125825,6 +126289,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -125865,8 +126336,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -125984,8 +126455,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -126103,8 +126574,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -126222,8 +126693,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -126341,8 +126812,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -127695,6 +128166,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -128518,6 +128996,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -128549,9 +129034,9 @@
"mangledName": "$s13SendbirdUIKit20SBUOpenChannelModuleC5MediaC9mediaViewSo6UIViewCvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -129146,6 +129631,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -130601,6 +131093,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -131598,6 +132097,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -132216,9 +132722,9 @@
"mangledName": "$s13SendbirdUIKit22SBUSelectableStackViewC8positionAA15MessagePositionOvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -132615,6 +133121,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -136131,6 +136644,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -136531,6 +137051,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -138137,6 +138664,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -138584,9 +139118,9 @@
"mangledName": "$s13SendbirdUIKit23SBUSuggestedMentionListC16heightConstraintSo08NSLayoutG0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -138750,9 +139284,9 @@
"mangledName": "$s13SendbirdUIKit23SBUSuggestedMentionListC19isLimitGuideEnabledSbvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -138836,9 +139370,9 @@
"mangledName": "$s13SendbirdUIKit23SBUSuggestedMentionListC8delegateAA0cdE8Delegate_pSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"ReferenceOwnership",
"AccessControl",
"RawDocComment"
@@ -139620,6 +140154,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -142307,6 +142848,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -142564,6 +143112,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -149399,6 +149954,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -151011,6 +151573,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -155356,6 +155925,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -156051,8 +156627,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl"
],
@@ -156643,6 +157219,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -157565,6 +158148,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -159149,6 +159739,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -160712,6 +161309,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -161527,6 +162131,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -164445,6 +165056,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -164631,39 +165249,6 @@
"mangledName": "$s13SendbirdUIKit19ChannelCreationTypeO9broadcastyA2CmF",
"moduleName": "SendbirdUIKit"
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendbirdUIKit.ChannelCreationType?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "ChannelCreationType",
- "printedName": "SendbirdUIKit.ChannelCreationType",
- "usr": "s:13SendbirdUIKit19ChannelCreationTypeO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendbirdUIKit19ChannelCreationTypeO8rawValueACSgSi_tcfc",
- "mangledName": "$s13SendbirdUIKit19ChannelCreationTypeO8rawValueACSgSi_tcfc",
- "moduleName": "SendbirdUIKit",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
"name": "rawValue",
@@ -164702,6 +165287,39 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdUIKit.ChannelCreationType?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ChannelCreationType",
+ "printedName": "SendbirdUIKit.ChannelCreationType",
+ "usr": "s:13SendbirdUIKit19ChannelCreationTypeO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendbirdUIKit19ChannelCreationTypeO8rawValueACSgSi_tcfc",
+ "mangledName": "$s13SendbirdUIKit19ChannelCreationTypeO8rawValueACSgSi_tcfc",
+ "moduleName": "SendbirdUIKit",
+ "implicit": true,
+ "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -165962,6 +166580,38 @@
"mangledName": "$s13SendbirdUIKit12UserListTypeO16suggestedMentionyACSbcACmF",
"moduleName": "SendbirdUIKit"
},
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserListType",
+ "printedName": "SendbirdUIKit.UserListType",
+ "usr": "s:13SendbirdUIKit12UserListTypeO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserListType",
+ "printedName": "SendbirdUIKit.UserListType",
+ "usr": "s:13SendbirdUIKit12UserListTypeO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:13SendbirdUIKit12UserListTypeO2eeoiySbAC_ACtFZ",
+ "mangledName": "$s13SendbirdUIKit12UserListTypeO2eeoiySbAC_ACtFZ",
+ "moduleName": "SendbirdUIKit",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
{
"kind": "Var",
"name": "hashValue",
@@ -166025,38 +166675,6 @@
"moduleName": "SendbirdUIKit",
"implicit": true,
"funcSelfKind": "NonMutating"
- },
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "UserListType",
- "printedName": "SendbirdUIKit.UserListType",
- "usr": "s:13SendbirdUIKit12UserListTypeO"
- },
- {
- "kind": "TypeNominal",
- "name": "UserListType",
- "printedName": "SendbirdUIKit.UserListType",
- "usr": "s:13SendbirdUIKit12UserListTypeO"
- }
- ],
- "declKind": "Func",
- "usr": "s:13SendbirdUIKit12UserListTypeO2eeoiySbAC_ACtFZ",
- "mangledName": "$s13SendbirdUIKit12UserListTypeO2eeoiySbAC_ACtFZ",
- "moduleName": "SendbirdUIKit",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
}
],
"declKind": "Enum",
@@ -167662,39 +168280,6 @@
],
"fixedbinaryorder": 4
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendbirdUIKit.MediaResourceType?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "MediaResourceType",
- "printedName": "SendbirdUIKit.MediaResourceType",
- "usr": "c:@M@SendbirdUIKit@E@MediaResourceType"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendbirdUIKit17MediaResourceTypeO8rawValueACSgSi_tcfc",
- "mangledName": "$s13SendbirdUIKit17MediaResourceTypeO8rawValueACSgSi_tcfc",
- "moduleName": "SendbirdUIKit",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
"name": "rawValue",
@@ -167733,6 +168318,39 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdUIKit.MediaResourceType?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "MediaResourceType",
+ "printedName": "SendbirdUIKit.MediaResourceType",
+ "usr": "c:@M@SendbirdUIKit@E@MediaResourceType"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendbirdUIKit17MediaResourceTypeO8rawValueACSgSi_tcfc",
+ "mangledName": "$s13SendbirdUIKit17MediaResourceTypeO8rawValueACSgSi_tcfc",
+ "moduleName": "SendbirdUIKit",
+ "implicit": true,
+ "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -172431,9 +173049,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC015baseFileContentF0AA07SBUBasehiF0Cvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -173398,9 +174016,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC21userProfileTapHandleryycSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -173543,9 +174161,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC19tapHandlerToContentyycSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -173702,9 +174320,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC17fileSelectHandlery0A7ChatSDK012UploadedFileE0C_SitcSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -173875,9 +174493,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC29moreButtonTapHandlerToContentyycSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -174021,9 +174639,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC15emojiTapHandlerySScSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -174168,9 +174786,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC19moreEmojiTapHandleryycSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -174314,9 +174932,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC21emojiLongPressHandlerySScSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -174462,9 +175080,9 @@
"mangledName": "$s13SendbirdUIKit24SBUParentMessageInfoViewC17mentionTapHandleryAA7SBUUserCcSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -175301,6 +175919,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -177522,9 +178147,9 @@
"mangledName": "$s13SendbirdUIKit24SBUQuotedBaseMessageViewC5themeAA19SBUMessageCellThemeCvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -177610,9 +178235,9 @@
"mangledName": "$s13SendbirdUIKit24SBUQuotedBaseMessageViewC9messageIds5Int64Vvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -178166,9 +178791,9 @@
"mangledName": "$s13SendbirdUIKit24SBUQuotedBaseMessageViewC6paramsAA0cdeF6ParamsCSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl",
"RawDocComment"
@@ -178632,9 +179257,9 @@
"mangledName": "$s13SendbirdUIKit24SBUQuotedBaseMessageViewC013mainContainerF0AA018SBUSelectableStackF0Cvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -179120,6 +179745,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -179487,6 +180119,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -179648,8 +180287,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -182185,6 +182824,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -184895,39 +185541,6 @@
],
"fixedbinaryorder": 8
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendbirdUIKit.ChannelMemberListType?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "ChannelMemberListType",
- "printedName": "SendbirdUIKit.ChannelMemberListType",
- "usr": "c:@M@SendbirdUIKit@E@ChannelMemberListType"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendbirdUIKit21ChannelMemberListTypeO8rawValueACSgSi_tcfc",
- "mangledName": "$s13SendbirdUIKit21ChannelMemberListTypeO8rawValueACSgSi_tcfc",
- "moduleName": "SendbirdUIKit",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
"name": "rawValue",
@@ -184966,6 +185579,39 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdUIKit.ChannelMemberListType?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ChannelMemberListType",
+ "printedName": "SendbirdUIKit.ChannelMemberListType",
+ "usr": "c:@M@SendbirdUIKit@E@ChannelMemberListType"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendbirdUIKit21ChannelMemberListTypeO8rawValueACSgSi_tcfc",
+ "mangledName": "$s13SendbirdUIKit21ChannelMemberListTypeO8rawValueACSgSi_tcfc",
+ "moduleName": "SendbirdUIKit",
+ "implicit": true,
+ "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -186515,6 +187161,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -186850,6 +187503,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -188387,6 +189047,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -188744,6 +189411,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -189598,8 +190272,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -193244,6 +193918,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -194720,8 +195401,8 @@
"mangledName": "$s13SendbirdUIKit21SBUMessageProfileViewC9urlStringSSvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -194929,9 +195610,9 @@
"mangledName": "$s13SendbirdUIKit21SBUMessageProfileViewC17imageDownloadTaskSo012NSURLSessionH0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -195325,6 +196006,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -198339,6 +199027,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -198996,6 +199691,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -200201,6 +200903,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -203619,6 +204328,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -204476,6 +205192,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -205306,6 +206029,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -214030,6 +214760,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -218507,6 +219244,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -221044,6 +221788,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -222114,8 +222865,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -222233,8 +222984,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -222352,8 +223103,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -222937,6 +223688,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -223903,6 +224661,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -224661,6 +225426,13 @@
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
}
]
},
@@ -227545,6 +228317,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -227585,8 +228364,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -228527,6 +229306,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -229160,9 +229946,9 @@
"mangledName": "$s13SendbirdUIKit19SBUMessageStateViewC9timeLabelSo7UILabelCvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -229761,6 +230547,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -230438,6 +231231,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -231135,6 +231935,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -232690,6 +233497,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -233075,6 +233889,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -237426,6 +238247,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -240186,6 +241014,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -240689,6 +241524,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -242348,6 +243190,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -243514,6 +244363,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -247755,6 +248611,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -248317,6 +249180,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -249923,6 +250793,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -250947,6 +251824,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -251120,6 +252004,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -253720,6 +254611,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -255053,6 +255951,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -255425,6 +256330,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -255658,6 +256570,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -261614,6 +262533,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -262407,6 +263333,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -263059,6 +263992,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -263711,6 +264651,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -267536,6 +268483,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -269234,6 +270188,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -270166,6 +271127,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -271309,6 +272277,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -271800,6 +272775,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -273301,6 +274283,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -273522,6 +274511,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -274313,6 +275309,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -275688,6 +276691,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -278038,6 +279048,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -278762,6 +279779,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -288344,6 +289368,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -289869,6 +290900,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -289951,8 +290989,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -290131,8 +291169,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -290282,8 +291320,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -291005,6 +292043,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -292399,9 +293444,9 @@
"mangledName": "$s13SendbirdUIKit22SBUBaseFileContentViewC7message0A7ChatSDK0D7MessageCSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -292502,9 +293547,9 @@
"mangledName": "$s13SendbirdUIKit22SBUBaseFileContentViewC8positionAA15MessagePositionOvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -292742,6 +293787,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -293287,9 +294339,9 @@
"mangledName": "$s13SendbirdUIKit22SBUNavigationTitleViewC4textSSSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -293390,9 +294442,9 @@
"mangledName": "$s13SendbirdUIKit22SBUNavigationTitleViewC13textAlignmentSo06NSTextG0Vvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -293766,6 +294818,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -296772,9 +297831,9 @@
"mangledName": "$s13SendbirdUIKit27SBUSuggestedReplyOptionViewC4textSSSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"SetterAccess",
"AccessControl",
"RawDocComment"
@@ -297096,6 +298155,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -297785,6 +298851,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -298110,6 +299183,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -298618,6 +299698,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -348250,9 +349337,9 @@
"mangledName": "$s13SendbirdUIKit19SBUImageContentViewC05imageE0So07UIImageE0Cvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -348432,9 +349519,9 @@
"mangledName": "$s13SendbirdUIKit19SBUImageContentViewC15widthConstraintSo08NSLayoutG0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -348543,9 +349630,9 @@
"mangledName": "$s13SendbirdUIKit19SBUImageContentViewC16heightConstraintSo08NSLayoutG0CSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -348977,6 +350064,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -350597,6 +351691,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -351387,9 +352488,9 @@
"mangledName": "$s13SendbirdUIKit22SBUUserMessageTextViewC04textF0AA016SBULinkClickableeF0Cvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"AccessControl"
],
"hasStorage": true,
@@ -351887,9 +352988,9 @@
"mangledName": "$s13SendbirdUIKit22SBUUserMessageTextViewC8delegateAA0cdeF8Delegate_pSgvp",
"moduleName": "SendbirdUIKit",
"declAttributes": [
- "Custom",
"HasInitialValue",
"HasStorage",
+ "Custom",
"ReferenceOwnership",
"AccessControl"
],
@@ -352773,6 +353874,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -359080,6 +360188,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -363281,6 +364396,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -364052,6 +365174,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -367604,8 +368733,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -368331,6 +369460,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -368659,8 +369795,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment",
"ObjC"
@@ -368778,8 +369914,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"ObjC"
],
@@ -368982,8 +370118,8 @@
"moduleName": "SendbirdUIKit",
"declAttributes": [
"HasInitialValue",
- "Custom",
"HasStorage",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -370590,6 +371726,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -371692,6 +372835,48 @@
"protocolReq": true,
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "groupChannelViewModel",
+ "printedName": "groupChannelViewModel(_:didReceiveStreamMessage:forChannel:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "SBUGroupChannelViewModel",
+ "printedName": "SendbirdUIKit.SBUGroupChannelViewModel",
+ "usr": "c:@M@SendbirdUIKit@objc(cs)SBUGroupChannelViewModel"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GroupChannel",
+ "printedName": "SendbirdChatSDK.GroupChannel",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDGroupChannel"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:13SendbirdUIKit32SBUGroupChannelViewModelDelegateP05groupdeF0_23didReceiveStreamMessage03forD0yAA0cdeF0C_0A7ChatSDK04BaseL0CAI05GroupD0CtF",
+ "mangledName": "$s13SendbirdUIKit32SBUGroupChannelViewModelDelegateP05groupdeF0_23didReceiveStreamMessage03forD0yAA0cdeF0C_0A7ChatSDK04BaseL0CAI05GroupD0CtF",
+ "moduleName": "SendbirdUIKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : SendbirdUIKit.SBUGroupChannelViewModelDelegate>",
+ "sugared_genericSig": "",
+ "protocolReq": true,
+ "declAttributes": [
+ "RawDocComment"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Protocol",
@@ -374954,6 +376139,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -376149,6 +377341,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -377421,6 +378620,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -377605,6 +378811,34 @@
}
]
},
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "SendbirdUIKit"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "SendbirdUIKit"
+ },
+ {
+ "kind": "Import",
+ "name": "SwiftUI",
+ "printedName": "SwiftUI",
+ "declKind": "Import",
+ "moduleName": "SendbirdUIKit"
+ },
+ {
+ "kind": "Import",
+ "name": "DeveloperToolsSupport",
+ "printedName": "DeveloperToolsSupport",
+ "declKind": "Import",
+ "moduleName": "SendbirdUIKit"
+ },
{
"kind": "TypeDecl",
"name": "UIColor",
@@ -378902,6 +380136,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -383670,6 +384911,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -383855,6 +385103,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -384045,6 +385300,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "Sendable",
@@ -384224,6 +385486,53 @@
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "hasStreamMessageOnly",
+ "printedName": "hasStreamMessageOnly(with:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdChatSDK.BaseMessage?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendbirdChatSDK.BaseMessage?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "BaseMessage",
+ "printedName": "SendbirdChatSDK.BaseMessage",
+ "usr": "c:@M@SendbirdChatSDK@objc(cs)SBDBaseMessage"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:Sa13SendbirdUIKit0A7ChatSDK11BaseMessageCRbzlE09hasStreamF4Only4withADSgAG_tF",
+ "mangledName": "$sSa13SendbirdUIKit0A7ChatSDK11BaseMessageCRbzlE09hasStreamF4Only4withADSgAG_tF",
+ "moduleName": "SendbirdUIKit",
+ "genericSig": "<τ_0_0 where τ_0_0 : SendbirdChatSDK.BaseMessage>",
+ "sugared_genericSig": "",
+ "declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Struct",
@@ -384244,6 +385553,13 @@
"usr": "s:s24_DestructorSafeContainerP",
"mangledName": "$ss24_DestructorSafeContainerP"
},
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
{
"kind": "Conformance",
"name": "_ArrayProtocol",
@@ -384700,13 +386016,6 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
{
"kind": "Conformance",
"name": "Hashable",
@@ -384751,48 +386060,39 @@
},
{
"kind": "Conformance",
- "name": "DataProtocol",
- "printedName": "DataProtocol",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
"children": [
{
"kind": "TypeWitness",
- "name": "Regions",
- "printedName": "Regions",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
"children": [
{
"kind": "TypeNominal",
- "name": "CollectionOfOne",
- "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Array",
- "printedName": "[Swift.UInt8]",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UInt8",
- "printedName": "Swift.UInt8",
- "usr": "s:s5UInt8V"
- }
- ],
- "usr": "s:Sa"
- }
- ],
- "usr": "s:s15CollectionOfOneV"
+ "name": "NSArray",
+ "printedName": "Foundation.NSArray",
+ "usr": "c:objc(cs)NSArray"
}
]
}
],
- "usr": "s:10Foundation12DataProtocolP",
- "mangledName": "$s10Foundation12DataProtocolP"
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
},
{
"kind": "Conformance",
- "name": "MutableDataProtocol",
- "printedName": "MutableDataProtocol",
- "usr": "s:10Foundation19MutableDataProtocolP",
- "mangledName": "$s10Foundation19MutableDataProtocolP"
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ContiguousBytes",
+ "printedName": "ContiguousBytes",
+ "usr": "s:10Foundation15ContiguousBytesP",
+ "mangledName": "$s10Foundation15ContiguousBytesP"
},
{
"kind": "Conformance",
@@ -384838,39 +386138,48 @@
},
{
"kind": "Conformance",
- "name": "_ObjectiveCBridgeable",
- "printedName": "_ObjectiveCBridgeable",
+ "name": "DataProtocol",
+ "printedName": "DataProtocol",
"children": [
{
"kind": "TypeWitness",
- "name": "_ObjectiveCType",
- "printedName": "_ObjectiveCType",
+ "name": "Regions",
+ "printedName": "Regions",
"children": [
{
"kind": "TypeNominal",
- "name": "NSArray",
- "printedName": "Foundation.NSArray",
- "usr": "c:objc(cs)NSArray"
+ "name": "CollectionOfOne",
+ "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.UInt8]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s15CollectionOfOneV"
}
]
}
],
- "usr": "s:s21_ObjectiveCBridgeableP",
- "mangledName": "$ss21_ObjectiveCBridgeableP"
- },
- {
- "kind": "Conformance",
- "name": "CVarArg",
- "printedName": "CVarArg",
- "usr": "s:s7CVarArgP",
- "mangledName": "$ss7CVarArgP"
+ "usr": "s:10Foundation12DataProtocolP",
+ "mangledName": "$s10Foundation12DataProtocolP"
},
{
"kind": "Conformance",
- "name": "ContiguousBytes",
- "printedName": "ContiguousBytes",
- "usr": "s:10Foundation15ContiguousBytesP",
- "mangledName": "$s10Foundation15ContiguousBytesP"
+ "name": "MutableDataProtocol",
+ "printedName": "MutableDataProtocol",
+ "usr": "s:10Foundation19MutableDataProtocolP",
+ "mangledName": "$s10Foundation19MutableDataProtocolP"
}
]
},
@@ -385157,8 +386466,8 @@
"moduleName": "SendbirdUIKit",
"static": true,
"declAttributes": [
- "Custom",
"Final",
+ "Custom",
"AccessControl",
"RawDocComment"
],
@@ -386114,30 +387423,18 @@
"usr": "s:10Foundation4DateV",
"mangledName": "$s10Foundation4DateV",
"moduleName": "Foundation",
+ "intro_Macosx": "10.10",
+ "intro_iOS": "8.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "2.0",
+ "declAttributes": [
+ "Available",
+ "Available",
+ "Available",
+ "Available"
+ ],
"isExternal": true,
"conformances": [
- {
- "kind": "Conformance",
- "name": "ReferenceConvertible",
- "printedName": "ReferenceConvertible",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "ReferenceType",
- "printedName": "ReferenceType",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "NSDate",
- "printedName": "Foundation.NSDate",
- "usr": "c:objc(cs)NSDate"
- }
- ]
- }
- ],
- "usr": "s:10Foundation20ReferenceConvertibleP",
- "mangledName": "$s10Foundation20ReferenceConvertibleP"
- },
{
"kind": "Conformance",
"name": "Comparable",
@@ -386145,6 +387442,13 @@
"usr": "s:SL",
"mangledName": "$sSL"
},
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -386159,35 +387463,6 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
- {
- "kind": "Conformance",
- "name": "Strideable",
- "printedName": "Strideable",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "Stride",
- "printedName": "Stride",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Double",
- "printedName": "Swift.Double",
- "usr": "s:Sd"
- }
- ]
- }
- ],
- "usr": "s:Sx",
- "mangledName": "$sSx"
- },
{
"kind": "Conformance",
"name": "CustomDebugStringConvertible",
@@ -386209,6 +387484,42 @@
"usr": "s:s17CustomReflectableP",
"mangledName": "$ss17CustomReflectableP"
},
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ReferenceConvertible",
+ "printedName": "ReferenceConvertible",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ReferenceType",
+ "printedName": "ReferenceType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDate",
+ "printedName": "Foundation.NSDate",
+ "usr": "c:objc(cs)NSDate"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation20ReferenceConvertibleP",
+ "mangledName": "$s10Foundation20ReferenceConvertibleP"
+ },
{
"kind": "Conformance",
"name": "_ObjectiveCBridgeable",
@@ -386240,17 +387551,25 @@
},
{
"kind": "Conformance",
- "name": "Decodable",
- "printedName": "Decodable",
- "usr": "s:Se",
- "mangledName": "$sSe"
- },
- {
- "kind": "Conformance",
- "name": "Encodable",
- "printedName": "Encodable",
- "usr": "s:SE",
- "mangledName": "$sSE"
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
}
]
},
@@ -386476,6 +387795,13 @@
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -386489,6 +387815,104 @@
"json_format_version": 8
},
"ConstValues": [
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1733,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2158,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3282,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4695,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4705,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4713,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4724,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6732,
+ "length": 32,
+ "value": "\"[Failed] Channel object is nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7316,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7595,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7628,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7631,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9982,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Moderations\/SBUModerationsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10037,
+ "length": 2,
+ "value": "\"\""
+ },
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
"kind": "StringLiteral",
@@ -386503,6 +387927,118 @@
"length": 1,
"value": "8"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1547,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1558,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1567,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1578,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1653,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1665,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1753,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1843,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1874,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1936,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2054,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3206,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3822,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5478,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5819,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileCommonContentView.swift",
+ "kind": "Array",
+ "offset": 5891,
+ "length": 2,
+ "value": "[]"
+ },
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
@@ -386610,13163 +388146,55569 @@
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 19470,
- "length": 4,
- "value": "true"
+ "kind": "Array",
+ "offset": 18853,
+ "length": 2,
+ "value": "[]"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 19510,
- "length": 5,
- "value": "false"
+ "kind": "Array",
+ "offset": 19206,
+ "length": 2,
+ "value": "[]"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 25360,
+ "offset": 19470,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 53929,
+ "offset": 19510,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 57605,
+ "offset": 20306,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 57668,
+ "offset": 20411,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 57751,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 59376,
+ "offset": 20467,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 59439,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 20552,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 59522,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 341,
- "length": 11,
- "value": "\"templates\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 440,
- "length": 11,
- "value": "\"templates\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 4000,
- "length": 58,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 4032,
- "length": 1,
- "value": "\".queue.diskcache.template\""
+ "kind": "IntegerLiteral",
+ "offset": 20558,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 4131,
+ "offset": 20686,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "StringLiteral",
- "offset": 4170,
- "length": 30,
- "value": "\"sbu_template_list_updated_at\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "BooleanLiteral",
- "offset": 5119,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
- "kind": "Dictionary",
- "offset": 13780,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Common.swift",
- "kind": "BooleanLiteral",
- "offset": 517,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1326,
+ "offset": 20692,
"length": 2,
- "value": "16"
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1760,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 20827,
"length": 4,
- "value": "true"
+ "value": "44.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 984,
+ "offset": 20881,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 996,
+ "offset": 21874,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 488,
+ "offset": 21884,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 557,
+ "offset": 21892,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 648,
+ "offset": 21903,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "FloatLiteral",
- "offset": 700,
- "length": 5,
- "value": "380.0"
+ "offset": 24161,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 750,
- "length": 5,
- "value": "276.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24390,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 810,
- "length": 5,
- "value": "294.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24439,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 869,
- "length": 5,
- "value": "274.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25360,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1114,
- "length": 5,
- "value": "false"
+ "offset": 25690,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1141,
+ "offset": 25891,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2814,
- "length": 1,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 27230,
+ "length": 44,
+ "value": "\"Couldn't find cell for row at \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2955,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 27273,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 2996,
+ "offset": 27355,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 3172,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28677,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 3246,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 30234,
+ "length": 50,
+ "value": "\"[Request] Delete message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 3326,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 30283,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
- "kind": "FloatLiteral",
- "offset": 3267,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32419,
"length": 4,
- "value": "76.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
- "kind": "StringLiteral",
- "offset": 6967,
- "length": 24,
- "value": "\"uploadableFileInfoList\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34465,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
- "kind": "StringLiteral",
- "offset": 7023,
- "length": 7,
- "value": "\"image\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "Array",
+ "offset": 34974,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
- "kind": "StringLiteral",
- "offset": 7060,
- "length": 5,
- "value": "\"gif\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37814,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
- "kind": "StringLiteral",
- "offset": 7097,
- "length": 7,
- "value": "\"video\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38530,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 7445,
+ "offset": 45029,
"length": 1,
- "value": "1"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "StringLiteral",
- "offset": 997,
+ "offset": 45348,
"length": 32,
- "value": "\"SendbirdUIKit.SBUGroupChannelSettingsViewModel\""
+ "value": "\"Needs to implement this method\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUHighlightMessageInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1102,
+ "offset": 46743,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 385,
- "length": 21,
- "value": "\"notificationSetting\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47082,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "StringLiteral",
- "offset": 494,
- "length": 21,
- "value": "\"notificationSetting\""
+ "offset": 47864,
+ "length": 14,
+ "value": "\"unknown Type\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 4601,
- "length": 55,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48438,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 4633,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48504,
"length": 1,
- "value": "\".queue.diskcache.theme\""
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 4729,
+ "offset": 48639,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48689,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 4774,
- "length": 45,
- "value": "\"sbu_global_notification_settings_updated_at\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48810,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "StringLiteral",
- "offset": 4847,
- "length": 45,
- "value": "\"sbu_global_notification_settings_theme_mode\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48864,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
- "kind": "BooleanLiteral",
- "offset": 5799,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49016,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUAdminMessageCellParams.swift",
- "kind": "StringLiteral",
- "offset": 201,
- "length": 25,
- "value": "\"SendbirdUIKit.SBUAdminMessageCellParams\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49086,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
- "kind": "StringLiteral",
- "offset": 614,
- "length": 28,
- "value": "\"SendbirdUIKit.SBURegisterOperatorViewModel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49639,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
- "kind": "BooleanLiteral",
- "offset": 3064,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49829,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUDashboardConfig.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 440,
+ "offset": 50013,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50553,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
- "kind": "StringLiteral",
- "offset": 567,
- "length": 22,
- "value": "\"SendbirdUIKit.SBUInviteUserViewModel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50647,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 496,
+ "offset": 50735,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 505,
+ "offset": 50796,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 516,
+ "offset": 50900,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 526,
+ "offset": 51004,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
- "kind": "Array",
- "offset": 572,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 52386,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
- "kind": "Array",
- "offset": 614,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 53380,
"length": 2,
- "value": "[]"
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 916,
- "length": 4,
- "value": "true"
+ "offset": 53572,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1398,
+ "offset": 53740,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1407,
+ "offset": 53775,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1418,
+ "offset": 53916,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1428,
+ "offset": 54110,
"length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
- "kind": "BooleanLiteral",
- "offset": 1611,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.Header.swift",
- "kind": "BooleanLiteral",
- "offset": 5908,
- "length": 4,
- "value": "true"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1084,
+ "offset": 54367,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1192,
+ "offset": 54800,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1366,
+ "offset": 54812,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1529,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 54847,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1908,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 55249,
+ "length": 46,
+ "value": "\"New messages inserted : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 2413,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 55294,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 2454,
+ "offset": 55408,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 2500,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 2554,
+ "offset": 55849,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
- "kind": "FloatLiteral",
- "offset": 790,
- "length": 4,
- "value": "64.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 56235,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 4411,
+ "offset": 57248,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/ChannelSettingItem\/SBUChannelSettingItem.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1048,
- "length": 4,
- "value": "true"
+ "offset": 57311,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/ChannelSettingItem\/SBUChannelSettingItem.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1098,
+ "offset": 57394,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 382,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 57563,
+ "length": 45,
+ "value": "\"Couldn't find message with ID: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 433,
- "length": 4,
- "value": "16.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 57607,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 489,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 57749,
"length": 5,
- "value": "16.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
- "kind": "FloatLiteral",
- "offset": 545,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 57966,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 595,
+ "offset": 59019,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 756,
+ "offset": 59082,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 59165,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
- "kind": "BooleanLiteral",
- "offset": 1439,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 59342,
+ "length": 53,
+ "value": "\"Couldn't find message with ID: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
- "kind": "IntegerLiteral",
- "offset": 1826,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 59394,
"length": 2,
- "value": "24"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1706,
+ "offset": 59532,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1988,
+ "offset": 59749,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 2204,
- "length": 4,
- "value": "34.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 59935,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 2251,
- "length": 4,
- "value": "24.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 60381,
+ "length": 62,
+ "value": "\"The cell for row at \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "StringLiteral",
- "offset": 936,
- "length": 24,
- "value": "\"SendbirdUIKit.SBUChannelInfoHeaderView\""
+ "offset": 60414,
+ "length": 2,
+ "value": "\" is not `SBUBaseMessageCell`\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 397,
+ "offset": 61053,
"length": 1,
- "value": "8"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 293,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 61069,
"length": 5,
- "value": "219.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 301,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 61200,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 315,
- "length": 5,
- "value": "209.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 61947,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 323,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 61963,
"length": 5,
- "value": "255.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 336,
- "length": 3,
- "value": "1.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 348,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 62094,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 401,
- "length": 5,
- "value": "194.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63069,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 409,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 341,
+ "length": 11,
+ "value": "\"templates\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 423,
- "length": 5,
- "value": "169.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 440,
+ "length": 11,
+ "value": "\"templates\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 431,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 1525,
+ "length": 28,
+ "value": "\"No have templates in cache\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 444,
- "length": 5,
- "value": "250.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 4000,
+ "length": 58,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 452,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 4032,
+ "length": 1,
+ "value": "\".queue.diskcache.template\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 466,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4131,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 519,
- "length": 5,
- "value": "116.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 4170,
+ "length": 30,
+ "value": "\"sbu_template_list_updated_at\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 527,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4866,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 541,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5119,
"length": 4,
- "value": "45.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 548,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6912,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 561,
- "length": 5,
- "value": "221.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "Dictionary",
+ "offset": 6955,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 569,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7095,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 583,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 7788,
+ "length": 49,
+ "value": "\"Failed to save template to disk cache: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 636,
- "length": 4,
- "value": "98.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 7836,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 643,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8471,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 657,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8863,
"length": 4,
- "value": "17.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 664,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 9443,
+ "length": 33,
+ "value": "\"Could not remove file: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 677,
- "length": 5,
- "value": "200.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 9475,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 685,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 9942,
+ "length": 33,
+ "value": "\"Could not remove path: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 699,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 9974,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 752,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10274,
"length": 4,
- "value": "73.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 759,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 10315,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 773,
- "length": 4,
- "value": "19.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 10406,
+ "length": 20,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 780,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 10424,
+ "length": 1,
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 793,
- "length": 5,
- "value": "137.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 11523,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 801,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11977,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 815,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 12059,
+ "length": 43,
+ "value": "\"Error writing to file: lastTokenKey value\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "Dictionary",
+ "offset": 12854,
"length": 3,
- "value": "1.0"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 900,
- "length": 5,
- "value": "168.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "Dictionary",
+ "offset": 13780,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 908,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 13950,
+ "length": 27,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 922,
- "length": 5,
- "value": "226.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 13963,
+ "length": 1,
+ "value": "\"_\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 930,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Template.swift",
+ "kind": "StringLiteral",
+ "offset": 13976,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 943,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Common.swift",
+ "kind": "BooleanLiteral",
+ "offset": 517,
"length": 5,
- "value": "171.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 951,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1326,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 965,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1760,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1020,
- "length": 5,
- "value": "105.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3602,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1028,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4151,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1042,
- "length": 5,
- "value": "192.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4162,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1050,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4227,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1063,
- "length": 5,
- "value": "133.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4766,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1071,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4770,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1085,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4822,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1140,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5102,
"length": 4,
- "value": "37.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1147,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 1673,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1161,
- "length": 5,
- "value": "156.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 984,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1169,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 996,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1182,
- "length": 5,
- "value": "114.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1055,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1190,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1186,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1204,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1197,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1259,
- "length": 3,
- "value": "2.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1234,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1265,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1264,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1279,
- "length": 5,
- "value": "125.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUScrollOptions.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1331,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1287,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 383,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1300,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 648,
"length": 5,
- "value": "105.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1308,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 682,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1322,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 774,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1377,
- "length": 3,
- "value": "6.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 998,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1383,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1111,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1397,
- "length": 5,
- "value": "104.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1271,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1405,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1440,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1418,
- "length": 4,
- "value": "88.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1869,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1425,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1933,
+ "length": 2,
+ "value": "46"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1439,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2045,
+ "length": 2,
+ "value": "54"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1527,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2057,
+ "length": 2,
+ "value": "30"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1539,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2239,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1597,
- "length": 5,
- "value": "238.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUParentMessageInfoReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2338,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1605,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 488,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1619,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 557,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1677,
- "length": 5,
- "value": "224.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 648,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 1685,
+ "offset": 700,
"length": 5,
- "value": "255.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1699,
- "length": 3,
- "value": "1.0"
+ "value": "380.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 1757,
+ "offset": 750,
"length": 5,
- "value": "189.0"
+ "value": "276.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 1765,
+ "offset": 810,
"length": 5,
- "value": "255.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1779,
- "length": 3,
- "value": "1.0"
+ "value": "294.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 1837,
- "length": 4,
- "value": "57.0"
+ "offset": 869,
+ "length": 5,
+ "value": "274.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1844,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1114,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1858,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1141,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1916,
- "length": 4,
- "value": "44.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2057,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1923,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2814,
+ "length": 1,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1937,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2955,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 1995,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2996,
"length": 4,
- "value": "22.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2002,
- "length": 5,
- "value": "255.0"
+ "offset": 3172,
+ "length": 3,
+ "value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2016,
+ "offset": 3246,
"length": 3,
- "value": "1.0"
+ "value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2074,
+ "offset": 3326,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2086,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 4313,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2168,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 4380,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2180,
- "length": 4,
- "value": "0.55"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 4537,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2235,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 4747,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2247,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5185,
"length": 4,
- "value": "0.32"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2331,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5374,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2343,
- "length": 4,
- "value": "0.88"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6939,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6965,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2398,
+ "offset": 7259,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2410,
+ "offset": 7288,
"length": 3,
- "value": "0.5"
+ "value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
"kind": "FloatLiteral",
- "offset": 2464,
+ "offset": 7318,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2476,
- "length": 4,
- "value": "0.38"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7526,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2531,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7555,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2543,
- "length": 4,
- "value": "0.12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7742,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2625,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7771,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2637,
- "length": 4,
- "value": "0.88"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7844,
+ "length": 2,
+ "value": "26"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2691,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7849,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2703,
- "length": 3,
- "value": "0.5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7854,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2756,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8165,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2768,
- "length": 4,
- "value": "0.38"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8192,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2822,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8775,
"length": 3,
- "value": "1.0"
+ "value": "251"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2834,
- "length": 4,
- "value": "0.12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8863,
+ "length": 2,
+ "value": "26"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2912,
- "length": 5,
- "value": "253.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8875,
+ "length": 2,
+ "value": "26"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2920,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8932,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2934,
- "length": 5,
- "value": "170.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8989,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2942,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9120,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2955,
- "length": 5,
- "value": "170.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10704,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2963,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 11189,
+ "length": 10,
+ "value": "\"sub_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 2977,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 11215,
"length": 3,
- "value": "1.0"
+ "value": "\"0\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3028,
- "length": 5,
- "value": "246.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11254,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3036,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 11364,
+ "length": 10,
+ "value": "\"sub_data\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3050,
- "length": 4,
- "value": "97.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11468,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3057,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12018,
"length": 5,
- "value": "255.0"
+ "value": "\"\\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3070,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12031,
+ "length": 7,
+ "value": "\"\\\\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12106,
"length": 4,
- "value": "97.0"
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3077,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12118,
"length": 5,
- "value": "255.0"
+ "value": "\"\\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3091,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12294,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3142,
- "length": 5,
- "value": "222.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12361,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3150,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12499,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3164,
- "length": 4,
- "value": "54.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12548,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3171,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12572,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3184,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12662,
"length": 4,
- "value": "11.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3191,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13839,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3205,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14385,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3256,
- "length": 5,
- "value": "191.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 16293,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3264,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16681,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3278,
- "length": 3,
- "value": "7.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "Array",
+ "offset": 16783,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3284,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "Array",
+ "offset": 16932,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3297,
- "length": 4,
- "value": "17.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17010,
+ "length": 14,
+ "value": "\"template_key\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3304,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17071,
+ "length": 6,
+ "value": "\"tags\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3318,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "Array",
+ "offset": 17095,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3369,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17202,
"length": 5,
- "value": "157.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3377,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17327,
"length": 5,
- "value": "255.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3391,
- "length": 3,
- "value": "9.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17363,
+ "length": 12,
+ "value": "\"noti:stats\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3397,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17397,
+ "length": 9,
+ "value": "\"clicked\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3410,
- "length": 4,
- "value": "30.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17428,
+ "length": 14,
+ "value": "\"notification\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3417,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17563,
+ "length": 8,
+ "value": "\"action\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3431,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17597,
+ "length": 14,
+ "value": "\"template_key\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3517,
- "length": 5,
- "value": "173.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17642,
+ "length": 13,
+ "value": "\"channel_url\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3525,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17693,
+ "length": 6,
+ "value": "\"tags\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3539,
- "length": 5,
- "value": "201.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17723,
+ "length": 12,
+ "value": "\"message_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3547,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17772,
+ "length": 8,
+ "value": "\"source\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3560,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17806,
+ "length": 12,
+ "value": "\"message_ts\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3572,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17855,
+ "length": 29,
+ "value": "\"notification_event_deadline\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3650,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17973,
+ "length": 79,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3662,
- "length": 5,
- "value": "242.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 17989,
+ "length": 9,
+ "value": "\"Succeed\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3670,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 18001,
+ "length": 8,
+ "value": "\"Failed\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3683,
- "length": 5,
- "value": "182.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 18010,
+ "length": 1,
+ "value": "\"] SendbirdStatistics - \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3691,
- "length": 5,
- "value": "255.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 18040,
+ "length": 1,
+ "value": "\", \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
- "kind": "FloatLiteral",
- "offset": 3705,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUNotificationCell.swift",
+ "kind": "StringLiteral",
+ "offset": 18051,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 1102,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 3267,
+ "length": 4,
+ "value": "76.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
- "kind": "BooleanLiteral",
- "offset": 484,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "Array",
+ "offset": 4037,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
- "kind": "BooleanLiteral",
- "offset": 1363,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 4449,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 1512,
- "length": 4,
- "value": "true"
+ "offset": 5627,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "BooleanLiteral",
- "offset": 2129,
- "length": 4,
- "value": "true"
+ "offset": 5683,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
- "kind": "BooleanLiteral",
- "offset": 2283,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 5916,
"length": 4,
- "value": "true"
+ "value": "44.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1163,
- "length": 2,
- "value": "10"
+ "offset": 5970,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1201,
- "length": 2,
- "value": "20"
+ "offset": 6362,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 1352,
+ "offset": 6372,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "FloatLiteral",
- "offset": 1705,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6380,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "Array",
- "offset": 1993,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6391,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
"kind": "IntegerLiteral",
- "offset": 3006,
+ "offset": 9582,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "FloatLiteral",
- "offset": 3151,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 9985,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10440,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11528,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 6967,
+ "length": 24,
+ "value": "\"uploadableFileInfoList\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7023,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7060,
+ "length": 5,
+ "value": "\"gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7097,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7445,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9675,
+ "length": 105,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 9090,
+ "offset": 9768,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9775,
+ "length": 1,
+ "value": "\".jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9812,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 10108,
+ "length": 24,
+ "value": "\"Failed to get mimeType\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 10231,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 20107,
+ "offset": 12116,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "Dictionary",
+ "offset": 12348,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 13299,
+ "length": 118,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 20858,
+ "offset": 13392,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 13399,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 13416,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 14648,
+ "length": 118,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 21621,
+ "offset": 14741,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 14748,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 14765,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 27195,
+ "offset": 17355,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 17533,
+ "length": 105,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 37229,
+ "offset": 17626,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 17633,
+ "length": 1,
+ "value": "\".jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 17851,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 45165,
+ "offset": 18769,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "StringLiteral",
- "offset": 54472,
- "length": 23,
- "value": "\"SendbirdUIKit.MessageTemplateBaseView\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19771,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "FloatLiteral",
- "offset": 57458,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20268,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "Dictionary",
+ "offset": 24279,
"length": 3,
- "value": "0.0"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 65806,
+ "offset": 25503,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "StringLiteral",
- "offset": 1095,
- "length": 23,
- "value": "\"SendbirdUIKit.MessageTemplateRenderer\""
+ "offset": 25621,
+ "length": 22,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "IntegerLiteral",
- "offset": 70359,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25633,
"length": 1,
- "value": "0"
+ "value": "\"_\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "IntegerLiteral",
- "offset": 70595,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25642,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
- "kind": "IntegerLiteral",
- "offset": 71043,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25730,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25742,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
- "kind": "IntegerLiteral",
- "offset": 2466,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25759,
"length": 1,
- "value": "4"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 957,
+ "offset": 27647,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27741,
+ "length": 22,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27753,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27762,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27826,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27838,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 27855,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 28679,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 1100,
+ "offset": 28766,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 3883,
+ "offset": 28828,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUMessageWebViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 786,
+ "offset": 30628,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUMessageWebViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 815,
+ "offset": 30687,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUStackView.swift",
- "kind": "FloatLiteral",
- "offset": 512,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31293,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
- "kind": "IntegerLiteral",
- "offset": 2557,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31653,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "IntegerLiteral",
- "offset": 2731,
+ "offset": 32206,
"length": 1,
- "value": "3"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "IntegerLiteral",
- "offset": 3257,
+ "offset": 32211,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
- "kind": "StringLiteral",
- "offset": 1826,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 1865,
+ "offset": 32267,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
- "kind": "IntegerLiteral",
- "offset": 4557,
- "length": 2,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32329,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 4884,
- "length": 4,
- "value": "true"
+ "offset": 32408,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 6364,
+ "offset": 32471,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 34271,
+ "length": 41,
+ "value": "\"`SBUGlobals.userMentionConfig` is `nil`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 34474,
+ "length": 92,
+ "value": "\"User mention features are disabled. See `SBUGlobals.isMentionEnabled` for more information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 9130,
+ "offset": 34707,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
- "kind": "StringLiteral",
- "offset": 246,
- "length": 15,
- "value": "\"Group Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35065,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
- "kind": "StringLiteral",
- "offset": 300,
- "length": 14,
- "value": "\"Open Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35294,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 2537,
+ "offset": 35459,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 842,
- "length": 5,
- "value": "\"key\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35545,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 925,
- "length": 27,
- "value": "\"messages_after_submission\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35677,
+ "length": 2,
+ "value": "44"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 842,
- "length": 5,
- "value": "\"key\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35868,
+ "length": 3,
+ "value": "164"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 925,
- "length": 27,
- "value": "\"messages_after_submission\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35921,
+ "length": 3,
+ "value": "196"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36056,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "BooleanLiteral",
- "offset": 3980,
+ "offset": 36771,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 4466,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36839,
"length": 5,
- "value": "\"key\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 4524,
- "length": 12,
- "value": "\"input_type\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36959,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 4466,
- "length": 5,
- "value": "\"key\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37064,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
- "kind": "StringLiteral",
- "offset": 4524,
- "length": 12,
- "value": "\"input_type\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37077,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 339,
- "length": 8,
- "value": "\"Cancel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37334,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 375,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37403,
+ "length": 3,
+ "value": "196"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37471,
"length": 4,
- "value": "\"OK\""
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 410,
- "length": 7,
- "value": "\"Retry\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "Array",
+ "offset": 37766,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 447,
- "length": 6,
- "value": "\"Save\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38279,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 483,
- "length": 6,
- "value": "\"Copy\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38875,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 521,
- "length": 8,
- "value": "\"Delete\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39053,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 559,
- "length": 6,
- "value": "\"Edit\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39456,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 597,
- "length": 8,
- "value": "\"Remove\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39937,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 637,
- "length": 8,
- "value": "\"Camera\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40733,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 688,
- "length": 15,
- "value": "\"Photo library\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41058,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 737,
- "length": 7,
- "value": "\"Files\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42251,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
"kind": "StringLiteral",
- "offset": 777,
- "length": 12,
- "value": "\"Loading...\""
+ "offset": 43423,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 821,
- "length": 8,
- "value": "\"Invite\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 45001,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUOpenChannelViewController.Deprecated.swift",
"kind": "StringLiteral",
- "offset": 864,
- "length": 12,
- "value": "\"Take photo\""
+ "offset": 3791,
+ "length": 26,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUOpenChannelViewController.Deprecated.swift",
"kind": "StringLiteral",
- "offset": 913,
- "length": 14,
- "value": "\"Choose photo\""
+ "offset": 3812,
+ "length": 4,
+ "value": "\"Cell\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.Deprecated.swift",
"kind": "StringLiteral",
- "offset": 964,
- "length": 14,
- "value": "\"Remove photo\""
+ "offset": 1180,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1015,
- "length": 14,
- "value": "\"View library\""
+ "offset": 2179,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1061,
- "length": 8,
- "value": "\"Search\""
+ "offset": 2225,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1103,
- "length": 10,
- "value": "\"Settings\""
+ "offset": 2245,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1144,
- "length": 7,
- "value": "\"Reply\""
+ "offset": 2639,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1183,
- "length": 8,
- "value": "\"Submit\""
+ "offset": 2685,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1265,
- "length": 34,
- "value": "\"Are you sure you want to delete?\""
+ "offset": 2705,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 1393,
- "length": 41,
- "value": "\"Do you want to delete all \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 3282,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1425,
- "length": 6,
- "value": "\" photos?\""
+ "offset": 3910,
+ "length": 26,
+ "value": "\"[Request] Channel update\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 1491,
- "length": 41,
- "value": "\"Please allow camera usage from settings\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3986,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 1589,
- "length": 34,
- "value": "\"Please Allow PhotoLibrary Access\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4138,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 1688,
- "length": 60,
- "value": "\"PhotoLibrary access required to get your photos and videos\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4310,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4969,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5149,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUGroupChannelSettingsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1872,
- "length": 45,
- "value": "\"Please allow microphone usage from settings\""
+ "offset": 997,
+ "length": 32,
+ "value": "\"SendbirdUIKit.SBUGroupChannelSettingsViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUHighlightMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1102,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUHighlightMessageInfo.swift",
"kind": "StringLiteral",
- "offset": 1985,
- "length": 11,
- "value": "\"Yesterday\""
+ "offset": 1508,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUHighlightMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1605,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2092,
- "length": 8,
- "value": "\"%lld%@\""
+ "offset": 385,
+ "length": 21,
+ "value": "\"notificationSetting\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 2122,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 494,
+ "length": 21,
+ "value": "\"notificationSetting\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2127,
- "length": 7,
- "value": "\"years\""
+ "offset": 1977,
+ "length": 25,
+ "value": "\"No have themes in cache\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2137,
- "length": 6,
- "value": "\"year\""
+ "offset": 4601,
+ "length": 55,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2245,
- "length": 8,
- "value": "\"%lld%@\""
+ "offset": 4633,
+ "length": 1,
+ "value": "\".queue.diskcache.theme\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "IntegerLiteral",
- "offset": 2275,
+ "offset": 4729,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2280,
- "length": 6,
- "value": "\"days\""
+ "offset": 4774,
+ "length": 45,
+ "value": "\"sbu_global_notification_settings_updated_at\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2289,
- "length": 5,
- "value": "\"day\""
+ "offset": 4847,
+ "length": 45,
+ "value": "\"sbu_global_notification_settings_theme_mode\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2398,
- "length": 11,
- "value": "\"%lldmonth\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5546,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2522,
- "length": 7,
- "value": "\"%lldh\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5799,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2641,
- "length": 7,
- "value": "\"%lldm\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7648,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2699,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "Dictionary",
+ "offset": 7688,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7825,
"length": 5,
- "value": "\"ago\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2737,
- "length": 4,
- "value": "\"on\""
+ "offset": 8502,
+ "length": 46,
+ "value": "\"Failed to save theme to disk cache: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 2820,
- "length": 10,
- "value": "\"Channels\""
+ "offset": 8547,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2885,
- "length": 18,
- "value": "\"uploaded a file.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9182,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 2973,
- "length": 15,
- "value": "\"Group Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9574,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3037,
- "length": 14,
- "value": "\"(No members)\""
+ "offset": 10154,
+ "length": 33,
+ "value": "\"Could not remove file: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3100,
- "length": 11,
- "value": "\"Last seen\""
+ "offset": 10186,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3407,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 10653,
+ "length": 33,
+ "value": "\"Could not remove path: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3446,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 10685,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3476,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10985,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3490,
- "length": 8,
- "value": "\"Member\""
+ "offset": 11026,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3533,
- "length": 17,
- "value": "\"%@ is typing...\""
+ "offset": 11117,
+ "length": 20,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3575,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 11135,
"length": 1,
- "value": "2"
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "IntegerLiteral",
- "offset": 3615,
+ "offset": 12082,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "IntegerLiteral",
- "offset": 3645,
+ "offset": 12367,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3659,
- "length": 8,
- "value": "\"Member\""
+ "offset": 12801,
+ "length": 10,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "StringLiteral",
+ "offset": 12810,
"length": 1,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 3735,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12901,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3749,
- "length": 8,
- "value": "\"Member\""
+ "offset": 12983,
+ "length": 49,
+ "value": "\"Error writing to file: lastUpdatedTimeKey value\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3792,
- "length": 25,
- "value": "\"%@ and %@ are typing...\""
+ "offset": 13904,
+ "length": 9,
+ "value": "\"default\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 3877,
- "length": 30,
- "value": "\"Several people are typing...\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14362,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
"kind": "StringLiteral",
- "offset": 3978,
- "length": 13,
- "value": "\"File saved.\""
+ "offset": 14444,
+ "length": 43,
+ "value": "\"Error writing to file: themeModeKey value\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4046,
- "length": 27,
- "value": "\"Couldn’t download file.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.NotificationSetting.swift",
+ "kind": "Dictionary",
+ "offset": 15289,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUAdminMessageCellParams.swift",
"kind": "StringLiteral",
- "offset": 4124,
- "length": 23,
- "value": "\"Couldn’t open file.\""
+ "offset": 201,
+ "length": 25,
+ "value": "\"SendbirdUIKit.SBUAdminMessageCellParams\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4197,
- "length": 17,
- "value": "\"uploaded a file\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2731,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4323,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2757,
+ "length": 38,
+ "value": "\"[Request] Register users: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
"kind": "StringLiteral",
- "offset": 4345,
- "length": 15,
- "value": "\"1 new message\""
+ "offset": 2794,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4374,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2978,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4378,
- "length": 2,
- "value": "99"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3100,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
"kind": "StringLiteral",
- "offset": 4401,
- "length": 23,
- "value": "\"\""
+ "offset": 3181,
+ "length": 42,
+ "value": "\"[Succeed] Register users request success\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBURegisterOperatorViewModel.swift",
"kind": "StringLiteral",
- "offset": 4410,
- "length": 3,
- "value": "\" new messages\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4438,
- "length": 3,
- "value": "100"
+ "offset": 614,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBURegisterOperatorViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4465,
- "length": 18,
- "value": "\"99+ new messages\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2656,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4520,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2733,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4591,
- "length": 16,
- "value": "\"Channel frozen\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2797,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 4691,
- "length": 14,
- "value": "\"Open Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3064,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 4756,
- "length": 14,
- "value": "\"Participants\""
+ "offset": 4317,
+ "length": 105,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 4891,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4410,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 4913,
- "length": 15,
- "value": "\"1 participant\""
+ "offset": 4417,
+ "length": 1,
+ "value": "\".jpg\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 4965,
- "length": 23,
- "value": "\"\""
+ "offset": 4454,
+ "length": 12,
+ "value": "\"image\/jpeg\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 4974,
- "length": 12,
- "value": "\" participants\""
+ "offset": 4695,
+ "length": 24,
+ "value": "\"Failed to get mimeType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5194,
- "length": 44,
- "value": "\"SENDBIRD_NOTIFICATION_CHANNEL_NOTIFICATION\""
+ "offset": 4818,
+ "length": 11,
+ "value": "\"image\/gif\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6492,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "Dictionary",
+ "offset": 6724,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5531,
- "length": 59,
+ "offset": 7633,
+ "length": 118,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7726,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5579,
+ "offset": 7733,
"length": 1,
- "value": "\"_\""
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5589,
+ "offset": 7750,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5732,
- "length": 15,
- "value": "\"Notifications\""
+ "offset": 8759,
+ "length": 118,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 5833,
- "length": 21,
- "value": "\"Channel information\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8852,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5907,
- "length": 13,
- "value": "\"Change name\""
+ "offset": 8859,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 5974,
- "length": 22,
- "value": "\"Change channel image\""
+ "offset": 8876,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6052,
- "length": 12,
- "value": "\"Enter name\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11283,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 6128,
- "length": 20,
- "value": "\"Enter channel name\""
+ "offset": 11461,
+ "length": 105,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6203,
- "length": 15,
- "value": "\"Notifications\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11554,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 6276,
- "length": 4,
- "value": "\"On\""
+ "offset": 11561,
+ "length": 1,
+ "value": "\".jpg\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
"kind": "StringLiteral",
- "offset": 6339,
+ "offset": 11777,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12587,
"length": 5,
- "value": "\"Off\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6414,
- "length": 15,
- "value": "\"Mentions only\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13444,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6489,
- "length": 9,
- "value": "\"Members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13503,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6558,
- "length": 14,
- "value": "\"Participants\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14085,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14144,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUDashboardConfig.swift",
"kind": "IntegerLiteral",
- "offset": 6686,
+ "offset": 440,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
"kind": "StringLiteral",
- "offset": 6708,
- "length": 9,
- "value": "\"members\""
+ "offset": 3540,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6754,
- "length": 18,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4040,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6763,
- "length": 7,
- "value": "\" members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4096,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6835,
- "length": 15,
- "value": "\"Leave channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 4329,
+ "length": 4,
+ "value": "44.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6898,
- "length": 16,
- "value": "\"Delete channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4383,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 6976,
- "length": 17,
- "value": "\"Delete channel?\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4756,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7053,
- "length": 47,
- "value": "\"Once deleted, this channel can't be restored.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4766,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7148,
- "length": 19,
- "value": "\"Search in channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4774,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7225,
- "length": 13,
- "value": "\"Moderations\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4785,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7289,
- "length": 11,
- "value": "\"Operators\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5599,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
"kind": "StringLiteral",
- "offset": 7355,
- "length": 15,
- "value": "\"Muted members\""
+ "offset": 7961,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7430,
- "length": 20,
- "value": "\"Muted participants\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8354,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7513,
- "length": 14,
- "value": "\"Banned users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8501,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2593,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
"kind": "StringLiteral",
- "offset": 7583,
- "length": 16,
- "value": "\"Freeze channel\""
+ "offset": 2619,
+ "length": 34,
+ "value": "\"Request invite users: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
"kind": "StringLiteral",
- "offset": 7649,
+ "offset": 2652,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2855,
"length": 5,
- "value": "\"URL\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7752,
- "length": 15,
- "value": "\"Notifications\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2977,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
"kind": "StringLiteral",
- "offset": 7831,
- "length": 15,
- "value": "\"Notifications\""
+ "offset": 3058,
+ "length": 40,
+ "value": "\"[Succeed] Invite users request success\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUInviteUserViewModel.swift",
"kind": "StringLiteral",
- "offset": 7900,
- "length": 18,
- "value": "\"All new messages\""
+ "offset": 567,
+ "length": 22,
+ "value": "\"SendbirdUIKit.SBUInviteUserViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 7982,
- "length": 15,
- "value": "\"Mentions only\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 496,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8067,
- "length": 100,
- "value": "\"Turn on push notifications if you wish to be notified when messages are delivered to this channel.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 505,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8252,
- "length": 15,
- "value": "\"Enter message\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 516,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8322,
- "length": 37,
- "value": "\"Chat is unavailable in this channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 526,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8408,
- "length": 15,
- "value": "\"You are muted\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 758,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8472,
- "length": 18,
- "value": "\"Reply to message\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 800,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8599,
- "length": 35,
- "value": "\"Reply to \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 971,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8633,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 983,
"length": 1,
- "value": "\"\""
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8698,
- "length": 7,
- "value": "\"Photo\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1034,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8761,
- "length": 5,
- "value": "\"GIF\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1045,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8824,
- "length": 7,
- "value": "\"Video\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageDateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1499,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.List.swift",
"kind": "StringLiteral",
- "offset": 8895,
- "length": 10,
- "value": "\"(edited)\""
+ "offset": 2550,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 8945,
- "length": 16,
- "value": "\"System message\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3872,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9008,
- "length": 24,
- "value": "\"(Unknown message type)\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3933,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9085,
- "length": 26,
- "value": "\"Can't read this message.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3994,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9242,
- "length": 56,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2893,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9261,
- "length": 7,
- "value": "\" replied to \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3123,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9297,
- "length": 1,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3195,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9341,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3789,
"length": 5,
- "value": "\"You\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9533,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3911,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9555,
- "length": 9,
- "value": "\"1 reply\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4716,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9578,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4838,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9582,
- "length": 2,
- "value": "99"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5750,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9605,
- "length": 30,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5892,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9626,
- "length": 7,
- "value": "\" replies\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6009,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9649,
- "length": 3,
- "value": "100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6545,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9689,
- "length": 13,
- "value": "\"99+ replies\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6931,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9705,
- "length": 30,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7075,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9726,
- "length": 7,
- "value": "\" replies\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7192,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9772,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUModerationsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7730,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "Array",
+ "offset": 572,
"length": 2,
- "value": "\"\""
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 9879,
- "length": 52,
- "value": "\"Couldn't find the original message for this reply.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "Array",
+ "offset": 614,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10004,
- "length": 21,
- "value": "\"Message unavailable\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 916,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 10182,
+ "offset": 1398,
"length": 1,
- "value": "1"
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10329,
- "length": 26,
- "value": "\"+\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1407,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10354,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1418,
"length": 1,
- "value": "\"\""
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 10402,
+ "offset": 1428,
"length": 1,
- "value": "1"
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10428,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1611,
"length": 5,
- "value": "\"+99\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10470,
- "length": 2,
- "value": "\"\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10575,
- "length": 18,
- "value": "\"(Template error)\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2041,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10655,
- "length": 31,
- "value": "\"Can't read this notification.\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2050,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10751,
- "length": 13,
- "value": "\"No channels\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2061,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10807,
- "length": 13,
- "value": "\"No messages\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2071,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10868,
- "length": 18,
- "value": "\"No notifications\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2120,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10926,
- "length": 10,
- "value": "\"No users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2163,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 10984,
- "length": 18,
- "value": "\"No muted members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2495,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11055,
- "length": 23,
- "value": "\"No muted participants\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2562,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11125,
- "length": 17,
- "value": "\"No banned users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2627,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11187,
- "length": 18,
- "value": "\"No results found\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2679,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11242,
- "length": 22,
- "value": "\"Something went wrong\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2933,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 11405,
+ "offset": 2943,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11427,
- "length": 8,
- "value": "\"Create\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2951,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11472,
- "length": 17,
- "value": "\"Create \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2962,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11488,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3086,
"length": 1,
- "value": "\"\""
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11557,
- "length": 13,
- "value": "\"New Channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3223,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11631,
- "length": 16,
- "value": "\"Select members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3542,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11707,
- "length": 21,
- "value": "\"New channel profile\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3645,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11818,
- "length": 8,
- "value": "\"Create\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3681,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11882,
- "length": 13,
- "value": "\"New channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4213,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 11963,
- "length": 20,
- "value": "\"Enter channel name\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4247,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12066,
- "length": 14,
- "value": "\"Invite users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4339,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12139,
- "length": 14,
- "value": "\"Select users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4368,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 12263,
+ "offset": 4663,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12285,
- "length": 8,
- "value": "\"Invite\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12330,
- "length": 17,
- "value": "\"Invite \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4823,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12346,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4992,
"length": 1,
- "value": "\"\""
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
"kind": "IntegerLiteral",
- "offset": 12475,
+ "offset": 5554,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12497,
- "length": 10,
- "value": "\"Register\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5558,
+ "length": 2,
+ "value": "54"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12544,
- "length": 19,
- "value": "\"Register \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5563,
+ "length": 2,
+ "value": "36"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12562,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5575,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5747,
"length": 1,
- "value": "\"\""
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12642,
- "length": 7,
- "value": "\"(You)\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5809,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12687,
- "length": 5,
- "value": "\"Ban\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5901,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12732,
- "length": 7,
- "value": "\"Unban\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6084,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12778,
- "length": 6,
- "value": "\"Mute\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6273,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12825,
- "length": 8,
- "value": "\"Unmute\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6372,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12887,
- "length": 21,
- "value": "\"Unregister operator\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7200,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 12960,
- "length": 22,
- "value": "\"Register as operator\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7477,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13030,
- "length": 9,
- "value": "\"Members\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7512,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13089,
- "length": 11,
- "value": "\"Operators\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7916,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8175,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9252,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUMessageReactionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9328,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5908,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1084,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1192,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1366,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1529,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1908,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2413,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2454,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2500,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2554,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUBaseMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3094,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4973,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5244,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5257,
+ "length": 2,
+ "value": "-8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5266,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5309,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5688,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5752,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7094,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11971,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 13050,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13392,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13398,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 13566,
+ "length": 29,
+ "value": "\"There are no message cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15547,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16203,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17525,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 790,
+ "length": 4,
+ "value": "64.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1500,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1506,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1516,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1855,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1910,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1978,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2022,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2074,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2163,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2213,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2343,
+ "length": 1,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3062,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3155,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3223,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3396,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3490,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3571,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3624,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3688,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3810,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3973,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4067,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4147,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4319,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4413,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4498,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4673,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4767,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4847,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4900,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4967,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5095,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5877,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5989,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/View\/SBUChannelSettingsChannelInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7040,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4886,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 5132,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5186,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5474,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5484,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5492,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5503,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 9810,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10126,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10368,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/SBUBaseChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10942,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/ChannelSettingItem\/SBUChannelSettingItem.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1048,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/ChannelSettingItem\/SBUChannelSettingItem.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1098,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 382,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 433,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 489,
+ "length": 5,
+ "value": "-16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 545,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 595,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1384,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1438,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1769,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1822,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2245,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUFeedNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2314,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 690,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 713,
+ "length": 2,
+ "value": "27"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 734,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 901,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1315,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1457,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2026,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3258,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateChannelModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4731,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5722,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 756,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1439,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1826,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2533,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2615,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2801,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2892,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2905,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2960,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3036,
+ "length": 4,
+ "value": "60.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3101,
+ "length": 4,
+ "value": "60.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3165,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3288,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3399,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3853,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUEmptyView.swift",
+ "kind": "StringLiteral",
+ "offset": 5034,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1988,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2204,
+ "length": 4,
+ "value": "34.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2251,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3012,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3123,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3247,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3846,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3999,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4126,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4264,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4349,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4362,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4469,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4600,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4690,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4798,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4866,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5003,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5016,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 5027,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 5077,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7203,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7315,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelInfoHeaderView.swift",
+ "kind": "StringLiteral",
+ "offset": 936,
+ "length": 24,
+ "value": "\"SendbirdUIKit.SBUChannelInfoHeaderView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCollectionViewFlowLayout.swift",
+ "kind": "BooleanLiteral",
+ "offset": 382,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCollectionViewFlowLayout.swift",
+ "kind": "Array",
+ "offset": 654,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCollectionViewFlowLayout.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1057,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 835,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 850,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 934,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 940,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1176,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 1247,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1985,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2032,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2045,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2050,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2062,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2066,
+ "length": 3,
+ "value": "0xF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2073,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2084,
+ "length": 3,
+ "value": "0xF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2091,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2108,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2155,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2167,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2178,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2182,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2194,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2213,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2268,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2279,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2284,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2297,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2301,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2313,
+ "length": 4,
+ "value": "0xFF"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2424,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2449,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2473,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIColor+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2498,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 397,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 856,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 946,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 977,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1039,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1157,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1438,
+ "length": 3,
+ "value": "749"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1596,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1608,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1729,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1752,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1773,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1796,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "Dictionary",
+ "offset": 4264,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5139,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5480,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUCommonContentView.swift",
+ "kind": "Array",
+ "offset": 5552,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 293,
+ "length": 5,
+ "value": "219.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 301,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 315,
+ "length": 5,
+ "value": "209.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 323,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 336,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 348,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 401,
+ "length": 5,
+ "value": "194.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 409,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 423,
+ "length": 5,
+ "value": "169.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 431,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 444,
+ "length": 5,
+ "value": "250.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 452,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 466,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 519,
+ "length": 5,
+ "value": "116.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 527,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 541,
+ "length": 4,
+ "value": "45.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 548,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 561,
+ "length": 5,
+ "value": "221.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 569,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 583,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 636,
+ "length": 4,
+ "value": "98.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 643,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 657,
+ "length": 4,
+ "value": "17.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 664,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 677,
+ "length": 5,
+ "value": "200.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 685,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 699,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 752,
+ "length": 4,
+ "value": "73.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 759,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 773,
+ "length": 4,
+ "value": "19.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 780,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 793,
+ "length": 5,
+ "value": "137.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 801,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 815,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 900,
+ "length": 5,
+ "value": "168.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 908,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 922,
+ "length": 5,
+ "value": "226.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 930,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 943,
+ "length": 5,
+ "value": "171.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 951,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 965,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1020,
+ "length": 5,
+ "value": "105.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1028,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1042,
+ "length": 5,
+ "value": "192.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1050,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1063,
+ "length": 5,
+ "value": "133.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1071,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1085,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1140,
+ "length": 4,
+ "value": "37.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1147,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1161,
+ "length": 5,
+ "value": "156.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1169,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1182,
+ "length": 5,
+ "value": "114.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1190,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1204,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1259,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1265,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1279,
+ "length": 5,
+ "value": "125.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1287,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1300,
+ "length": 5,
+ "value": "105.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1308,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1322,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1377,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1383,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1397,
+ "length": 5,
+ "value": "104.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1405,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1418,
+ "length": 4,
+ "value": "88.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1425,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1439,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1527,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1539,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1597,
+ "length": 5,
+ "value": "238.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1605,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1619,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1677,
+ "length": 5,
+ "value": "224.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1685,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1699,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1757,
+ "length": 5,
+ "value": "189.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1765,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1779,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1837,
+ "length": 4,
+ "value": "57.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1844,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1858,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1916,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1923,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1937,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1995,
+ "length": 4,
+ "value": "22.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2002,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2016,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2074,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2086,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2168,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2180,
+ "length": 4,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2235,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2247,
+ "length": 4,
+ "value": "0.32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2331,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2343,
+ "length": 4,
+ "value": "0.88"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2398,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2410,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2464,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2476,
+ "length": 4,
+ "value": "0.38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2531,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2543,
+ "length": 4,
+ "value": "0.12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2625,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2637,
+ "length": 4,
+ "value": "0.88"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2691,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2703,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2756,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2768,
+ "length": 4,
+ "value": "0.38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2822,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2834,
+ "length": 4,
+ "value": "0.12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2912,
+ "length": 5,
+ "value": "253.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2920,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2934,
+ "length": 5,
+ "value": "170.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2942,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2955,
+ "length": 5,
+ "value": "170.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2963,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2977,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3028,
+ "length": 5,
+ "value": "246.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3036,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3050,
+ "length": 4,
+ "value": "97.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3057,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3070,
+ "length": 4,
+ "value": "97.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3077,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3091,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3142,
+ "length": 5,
+ "value": "222.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3150,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3164,
+ "length": 4,
+ "value": "54.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3171,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3184,
+ "length": 4,
+ "value": "11.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3191,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3205,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3256,
+ "length": 5,
+ "value": "191.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3264,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3278,
+ "length": 3,
+ "value": "7.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3284,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3297,
+ "length": 4,
+ "value": "17.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3304,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3318,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3369,
+ "length": 5,
+ "value": "157.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3377,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3391,
+ "length": 3,
+ "value": "9.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3397,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3410,
+ "length": 4,
+ "value": "30.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3417,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3431,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3517,
+ "length": 5,
+ "value": "173.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3525,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3539,
+ "length": 5,
+ "value": "201.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3547,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3560,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3572,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3650,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3662,
+ "length": 5,
+ "value": "242.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3670,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3683,
+ "length": 5,
+ "value": "182.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3691,
+ "length": 5,
+ "value": "255.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUColorSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3705,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1102,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1702,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2304,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3419,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3429,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3437,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3448,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4182,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8263,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8921,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9506,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9840,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10276,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11053,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11086,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11089,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13260,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 13618,
+ "length": 59,
+ "value": "\"[Failed] Create channel request: There is no channel url.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14782,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15544,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewController.swift",
+ "kind": "Dictionary",
+ "offset": 15833,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 484,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1363,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1512,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2129,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.Base.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2283,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1163,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1201,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1352,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 1705,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 1993,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 2842,
+ "length": 39,
+ "value": "\"init(coder:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 3151,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3730,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3826,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3878,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4544,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4569,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4589,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4612,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4872,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4897,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4917,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4940,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5048,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5176,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5377,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5402,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5422,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5445,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5672,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5697,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5717,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5740,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5848,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5870,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6266,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9090,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9299,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10205,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10867,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10909,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10946,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11040,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13681,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13849,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13890,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14068,
+ "length": 3,
+ "value": "250"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14303,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14314,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14414,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14425,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14539,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 14864,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 15652,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15689,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15885,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15979,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16132,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16255,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16367,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16486,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16568,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 16717,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 16903,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17069,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17079,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17180,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17190,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17303,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17406,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 17630,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17663,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 18425,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18462,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18656,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18751,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18906,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19030,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19143,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19264,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19347,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 19498,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20107,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20858,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21621,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21956,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22016,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22912,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23145,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23639,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23772,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26361,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26601,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27195,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27327,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27834,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27900,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27980,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29419,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29494,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 29976,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30005,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30169,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30268,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30546,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30708,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30719,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30919,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31018,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31296,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31684,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32064,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32477,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32790,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32962,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33218,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33729,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 33854,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33909,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33942,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 33988,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35815,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37229,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37367,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38050,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38125,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 38684,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38713,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38877,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38976,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39258,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39422,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39433,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39675,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40057,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40461,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40738,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41013,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41448,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41838,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41917,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41992,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42593,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 43432,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 43862,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 45165,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45764,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 45896,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 45922,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 46084,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 46240,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 46517,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 47399,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 48171,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 48860,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 48887,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 49045,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 49205,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 49609,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50524,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 51239,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 52500,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 53376,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 53822,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 55176,
+ "length": 39,
+ "value": "\"init(coder:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 55702,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 55800,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 55944,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 56043,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 54472,
+ "length": 23,
+ "value": "\"SendbirdUIKit.MessageTemplateBaseView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 57332,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 57373,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 57458,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 57538,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 57580,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 59667,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 59741,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 60255,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60627,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 61176,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 61789,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 61927,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 62866,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 62936,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63034,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63117,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63199,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63285,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 63675,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 64135,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 64479,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 65071,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 65806,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 66074,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 66843,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 66857,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 67457,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 67471,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 1095,
+ "length": 23,
+ "value": "\"SendbirdUIKit.MessageTemplateRenderer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "Array",
+ "offset": 68656,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 69041,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 69098,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 69104,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 69582,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "FloatLiteral",
+ "offset": 69641,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 70155,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 70359,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 70458,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 70595,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 71043,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 71211,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 71217,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.swift",
+ "kind": "StringLiteral",
+ "offset": 72012,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2466,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3252,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3261,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3272,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3311,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3383,
+ "length": 2,
+ "value": "42"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3395,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3466,
+ "length": 2,
+ "value": "42"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3478,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3563,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3573,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3581,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3592,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3849,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3891,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4013,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4054,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4137,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4209,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4651,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5044,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5462,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5850,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6247,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Feedback\/SBUFeedbackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6622,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 957,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1100,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2962,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2975,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2983,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2994,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3883,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4714,
+ "length": 22,
+ "value": "\"didSelectChannelInfo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4991,
+ "length": 30,
+ "value": "\"didSelectChannelParticipants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUMessageWebViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 786,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUMessageWebViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 815,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "Array",
+ "offset": 1611,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1916,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2215,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2758,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4093,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 5418,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7217,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7225,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7236,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8582,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8842,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9250,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10263,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10589,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10622,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10625,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14770,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15778,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "Array",
+ "offset": 16033,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16488,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 16543,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18232,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/UserList\/SBUUserListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18602,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUStackView.swift",
+ "kind": "FloatLiteral",
+ "offset": 512,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 362,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 453,
+ "length": 27,
+ "value": "\"Class name couldn't find.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 696,
+ "length": 3,
+ "value": "\":\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 745,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSObject+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 853,
+ "length": 27,
+ "value": "\"Class name couldn't find.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2557,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3257,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4782,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5505,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6059,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6117,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6181,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6234,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6245,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6299,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6310,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6378,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6445,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6457,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6554,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6563,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6631,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6643,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6734,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6744,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6783,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6892,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6900,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6953,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6964,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7861,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7914,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8635,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "StringLiteral",
+ "offset": 8772,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9094,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9138,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9322,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9439,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "StringLiteral",
+ "offset": 9493,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9762,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9816,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11072,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11287,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11505,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12117,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12150,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12363,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12396,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12609,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12649,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12689,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormFieldView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12730,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 1826,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1865,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2834,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4557,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4884,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6364,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6622,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7878,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7926,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7940,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9130,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 9402,
+ "length": 8,
+ "value": "\"thumb_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12873,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14043,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImageView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14296,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 246,
+ "length": 15,
+ "value": "\"Group Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 300,
+ "length": 14,
+ "value": "\"Open Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1367,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1407,
+ "length": 5,
+ "value": "\"svg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1489,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1542,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1664,
+ "length": 7,
+ "value": "\"voice\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 1781,
+ "length": 5,
+ "value": "\"pdf\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 2005,
+ "length": 3,
+ "value": "\";\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2039,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 2104,
+ "length": 3,
+ "value": "\"=\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 2949,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 2989,
+ "length": 5,
+ "value": "\"svg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3096,
+ "length": 6,
+ "value": "\"jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3121,
+ "length": 5,
+ "value": "\"png\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3229,
+ "length": 5,
+ "value": "\"gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3358,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3453,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 3575,
+ "length": 7,
+ "value": "\"voice\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 4728,
+ "length": 4,
+ "value": "\", \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7735,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7811,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8341,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8381,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8960,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9000,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 9360,
+ "length": 10,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9413,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "FloatLiteral",
+ "offset": 9451,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10005,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10009,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10784,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11364,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11371,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11404,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11412,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUUtils.swift",
+ "kind": "StringLiteral",
+ "offset": 11452,
+ "length": 11,
+ "value": "\"%02d:%02d\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 695,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 741,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1048,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1074,
+ "length": 3,
+ "value": "-12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1096,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1119,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1176,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1312,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1338,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1360,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1383,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 1748,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2160,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2302,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelAdminMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2537,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 842,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 27,
+ "value": "\"messages_after_submission\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 842,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 27,
+ "value": "\"messages_after_submission\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1195,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1264,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1560,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1708,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1760,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1798,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1829,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3980,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4030,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4061,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4139,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4246,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4342,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4369,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4466,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4524,
+ "length": 12,
+ "value": "\"input_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4466,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4524,
+ "length": 12,
+ "value": "\"input_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "Array",
+ "offset": 5927,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6439,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 7923,
+ "length": 81,
+ "value": "\"This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "Array",
+ "offset": 8652,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 9450,
+ "length": 81,
+ "value": "\"This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUForm.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 11667,
+ "length": 81,
+ "value": "\"This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 339,
+ "length": 8,
+ "value": "\"Cancel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 375,
+ "length": 4,
+ "value": "\"OK\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 7,
+ "value": "\"Retry\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 447,
+ "length": 6,
+ "value": "\"Save\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 483,
+ "length": 6,
+ "value": "\"Copy\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 521,
+ "length": 8,
+ "value": "\"Delete\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 559,
+ "length": 6,
+ "value": "\"Edit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 597,
+ "length": 8,
+ "value": "\"Remove\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 637,
+ "length": 8,
+ "value": "\"Camera\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 688,
+ "length": 15,
+ "value": "\"Photo library\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 737,
+ "length": 7,
+ "value": "\"Files\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 777,
+ "length": 12,
+ "value": "\"Loading...\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 821,
+ "length": 8,
+ "value": "\"Invite\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 864,
+ "length": 12,
+ "value": "\"Take photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 14,
+ "value": "\"Choose photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 964,
+ "length": 14,
+ "value": "\"Remove photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1015,
+ "length": 14,
+ "value": "\"View library\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1061,
+ "length": 8,
+ "value": "\"Search\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1103,
+ "length": 10,
+ "value": "\"Settings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1144,
+ "length": 7,
+ "value": "\"Reply\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1183,
+ "length": 8,
+ "value": "\"Submit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1265,
+ "length": 34,
+ "value": "\"Are you sure you want to delete?\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1393,
+ "length": 41,
+ "value": "\"Do you want to delete all \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1425,
+ "length": 6,
+ "value": "\" photos?\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1491,
+ "length": 41,
+ "value": "\"Please allow camera usage from settings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1589,
+ "length": 34,
+ "value": "\"Please Allow PhotoLibrary Access\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1688,
+ "length": 60,
+ "value": "\"PhotoLibrary access required to get your photos and videos\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1872,
+ "length": 45,
+ "value": "\"Please allow microphone usage from settings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1985,
+ "length": 11,
+ "value": "\"Yesterday\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2092,
+ "length": 8,
+ "value": "\"%lld%@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2122,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2127,
+ "length": 7,
+ "value": "\"years\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2137,
+ "length": 6,
+ "value": "\"year\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2245,
+ "length": 8,
+ "value": "\"%lld%@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2275,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2280,
+ "length": 6,
+ "value": "\"days\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2289,
+ "length": 5,
+ "value": "\"day\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2398,
+ "length": 11,
+ "value": "\"%lldmonth\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2522,
+ "length": 7,
+ "value": "\"%lldh\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2641,
+ "length": 7,
+ "value": "\"%lldm\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2699,
+ "length": 5,
+ "value": "\"ago\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2737,
+ "length": 4,
+ "value": "\"on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2820,
+ "length": 10,
+ "value": "\"Channels\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2885,
+ "length": 18,
+ "value": "\"uploaded a file.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 2973,
+ "length": 15,
+ "value": "\"Group Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3037,
+ "length": 14,
+ "value": "\"(No members)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3100,
+ "length": 11,
+ "value": "\"Last seen\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3407,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3446,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3490,
+ "length": 8,
+ "value": "\"Member\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3533,
+ "length": 17,
+ "value": "\"%@ is typing...\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3575,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3615,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3645,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3659,
+ "length": 8,
+ "value": "\"Member\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3705,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3735,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3749,
+ "length": 8,
+ "value": "\"Member\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3792,
+ "length": 25,
+ "value": "\"%@ and %@ are typing...\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3877,
+ "length": 30,
+ "value": "\"Several people are typing...\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 3978,
+ "length": 13,
+ "value": "\"File saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4046,
+ "length": 27,
+ "value": "\"Couldn’t download file.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4124,
+ "length": 23,
+ "value": "\"Couldn’t open file.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4197,
+ "length": 17,
+ "value": "\"uploaded a file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4323,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4345,
+ "length": 15,
+ "value": "\"1 new message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4374,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4378,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4401,
+ "length": 23,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4410,
+ "length": 3,
+ "value": "\" new messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4438,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4465,
+ "length": 18,
+ "value": "\"99+ new messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4520,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4591,
+ "length": 16,
+ "value": "\"Channel frozen\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4691,
+ "length": 14,
+ "value": "\"Open Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4756,
+ "length": 14,
+ "value": "\"Participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4891,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4913,
+ "length": 15,
+ "value": "\"1 participant\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4965,
+ "length": 23,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 4974,
+ "length": 12,
+ "value": "\" participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5194,
+ "length": 44,
+ "value": "\"SENDBIRD_NOTIFICATION_CHANNEL_NOTIFICATION\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5531,
+ "length": 59,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5579,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5589,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5732,
+ "length": 15,
+ "value": "\"Notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5833,
+ "length": 21,
+ "value": "\"Channel information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5907,
+ "length": 13,
+ "value": "\"Change name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 5974,
+ "length": 22,
+ "value": "\"Change channel image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6052,
+ "length": 12,
+ "value": "\"Enter name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6128,
+ "length": 20,
+ "value": "\"Enter channel name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6203,
+ "length": 15,
+ "value": "\"Notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6276,
+ "length": 4,
+ "value": "\"On\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6339,
+ "length": 5,
+ "value": "\"Off\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6414,
+ "length": 15,
+ "value": "\"Mentions only\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6489,
+ "length": 9,
+ "value": "\"Members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6558,
+ "length": 14,
+ "value": "\"Participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6686,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6708,
+ "length": 9,
+ "value": "\"members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6754,
+ "length": 18,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6763,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6835,
+ "length": 15,
+ "value": "\"Leave channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6898,
+ "length": 16,
+ "value": "\"Delete channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 6976,
+ "length": 17,
+ "value": "\"Delete channel?\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7053,
+ "length": 47,
+ "value": "\"Once deleted, this channel can't be restored.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7148,
+ "length": 19,
+ "value": "\"Search in channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7225,
+ "length": 13,
+ "value": "\"Moderations\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7289,
+ "length": 11,
+ "value": "\"Operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7355,
+ "length": 15,
+ "value": "\"Muted members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7430,
+ "length": 20,
+ "value": "\"Muted participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7513,
+ "length": 14,
+ "value": "\"Banned users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7583,
+ "length": 16,
+ "value": "\"Freeze channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7649,
+ "length": 5,
+ "value": "\"URL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7752,
+ "length": 15,
+ "value": "\"Notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7831,
+ "length": 15,
+ "value": "\"Notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7900,
+ "length": 18,
+ "value": "\"All new messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 7982,
+ "length": 15,
+ "value": "\"Mentions only\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8067,
+ "length": 100,
+ "value": "\"Turn on push notifications if you wish to be notified when messages are delivered to this channel.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8252,
+ "length": 15,
+ "value": "\"Enter message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8322,
+ "length": 37,
+ "value": "\"Chat is unavailable in this channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8408,
+ "length": 15,
+ "value": "\"You are muted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8472,
+ "length": 18,
+ "value": "\"Reply to message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8599,
+ "length": 35,
+ "value": "\"Reply to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8633,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8698,
+ "length": 7,
+ "value": "\"Photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8761,
+ "length": 5,
+ "value": "\"GIF\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8824,
+ "length": 7,
+ "value": "\"Video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8895,
+ "length": 10,
+ "value": "\"(edited)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 8945,
+ "length": 16,
+ "value": "\"System message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9008,
+ "length": 24,
+ "value": "\"(Unknown message type)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9085,
+ "length": 26,
+ "value": "\"Can't read this message.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9242,
+ "length": 56,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9261,
+ "length": 7,
+ "value": "\" replied to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9297,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9341,
+ "length": 5,
+ "value": "\"You\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9533,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9555,
+ "length": 9,
+ "value": "\"1 reply\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9578,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9582,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9605,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9626,
+ "length": 7,
+ "value": "\" replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9649,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9689,
+ "length": 13,
+ "value": "\"99+ replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9705,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9726,
+ "length": 7,
+ "value": "\" replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9772,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 9879,
+ "length": 52,
+ "value": "\"Couldn't find the original message for this reply.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10004,
+ "length": 21,
+ "value": "\"Message unavailable\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10182,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10329,
+ "length": 26,
+ "value": "\"+\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10354,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10402,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10428,
+ "length": 5,
+ "value": "\"+99\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10470,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10575,
+ "length": 18,
+ "value": "\"(Template error)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10655,
+ "length": 31,
+ "value": "\"Can't read this notification.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10751,
+ "length": 13,
+ "value": "\"No channels\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10807,
+ "length": 13,
+ "value": "\"No messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10868,
+ "length": 18,
+ "value": "\"No notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10926,
+ "length": 10,
+ "value": "\"No users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 10984,
+ "length": 18,
+ "value": "\"No muted members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11055,
+ "length": 23,
+ "value": "\"No muted participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11125,
+ "length": 17,
+ "value": "\"No banned users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11187,
+ "length": 18,
+ "value": "\"No results found\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11242,
+ "length": 22,
+ "value": "\"Something went wrong\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11405,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11427,
+ "length": 8,
+ "value": "\"Create\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11472,
+ "length": 17,
+ "value": "\"Create \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11488,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11557,
+ "length": 13,
+ "value": "\"New Channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11631,
+ "length": 16,
+ "value": "\"Select members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11707,
+ "length": 21,
+ "value": "\"New channel profile\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11818,
+ "length": 8,
+ "value": "\"Create\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11882,
+ "length": 13,
+ "value": "\"New channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 11963,
+ "length": 20,
+ "value": "\"Enter channel name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12066,
+ "length": 14,
+ "value": "\"Invite users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12139,
+ "length": 14,
+ "value": "\"Select users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12285,
+ "length": 8,
+ "value": "\"Invite\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12330,
+ "length": 17,
+ "value": "\"Invite \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12346,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12475,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12497,
+ "length": 10,
+ "value": "\"Register\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12544,
+ "length": 19,
+ "value": "\"Register \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12562,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12642,
+ "length": 7,
+ "value": "\"(You)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12687,
+ "length": 5,
+ "value": "\"Ban\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12732,
+ "length": 7,
+ "value": "\"Unban\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12778,
+ "length": 6,
+ "value": "\"Mute\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12825,
+ "length": 8,
+ "value": "\"Unmute\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12887,
+ "length": 21,
+ "value": "\"Unregister operator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 12960,
+ "length": 22,
+ "value": "\"Register as operator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13030,
+ "length": 9,
+ "value": "\"Members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13089,
+ "length": 11,
+ "value": "\"Operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
"offset": 13154,
"length": 15,
- "value": "\"Muted members\""
+ "value": "\"Muted members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13228,
+ "length": 20,
+ "value": "\"Muted Participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13310,
+ "length": 14,
+ "value": "\"Banned users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13377,
+ "length": 14,
+ "value": "\"Participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13454,
+ "length": 11,
+ "value": "\"(No name)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13504,
+ "length": 10,
+ "value": "\"Operator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13598,
+ "length": 10,
+ "value": "\"Operator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13657,
+ "length": 8,
+ "value": "\"Member\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13709,
+ "length": 9,
+ "value": "\"User ID\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13763,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13818,
+ "length": 10,
+ "value": "\"Register\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13876,
+ "length": 12,
+ "value": "\"Unregister\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13930,
+ "length": 6,
+ "value": "\"Mute\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 13980,
+ "length": 8,
+ "value": "\"Unmute\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14029,
+ "length": 5,
+ "value": "\"Ban\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14110,
+ "length": 7,
+ "value": "\"Group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14165,
+ "length": 13,
+ "value": "\"Super group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14225,
+ "length": 11,
+ "value": "\"Broadcast\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14309,
+ "length": 12,
+ "value": "\"(optional)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14379,
+ "length": 24,
+ "value": "\"Please check the value\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14490,
+ "length": 40,
+ "value": "\"Provide additional feedback (optional)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14594,
+ "length": 17,
+ "value": "\"Leave a comment\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14668,
+ "length": 14,
+ "value": "\"Edit comment\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14733,
+ "length": 17,
+ "value": "\"Remove feedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14806,
+ "length": 22,
+ "value": "\"Successfully changed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 14935,
+ "length": 3,
+ "value": "\"@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15050,
+ "length": 95,
+ "value": "\"You can mention up to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15121,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15124,
+ "length": 5,
+ "value": "\" times per message. \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15321,
+ "length": 17,
+ "value": "\"Reply in thread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15441,
+ "length": 17,
+ "value": "\"Reply in thread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15505,
+ "length": 17,
+ "value": "\"Reply to thread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15611,
+ "length": 8,
+ "value": "\"Thread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 15842,
+ "length": 8,
+ "value": "\"Cancel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 16100,
+ "length": 20,
+ "value": "\"Channel is frozen.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 16324,
+ "length": 31,
+ "value": "\"You're muted by the operator.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 16570,
+ "length": 15,
+ "value": "\"Voice message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17188,
+ "length": 15,
+ "value": "\"Voice message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17319,
+ "length": 15,
+ "value": "\"Voice_message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17577,
+ "length": 7,
+ "value": "\"Photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17621,
+ "length": 5,
+ "value": "\"GIF\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17665,
+ "length": 7,
+ "value": "\"Video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17711,
+ "length": 7,
+ "value": "\"Audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17757,
+ "length": 15,
+ "value": "\"Voice message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17810,
+ "length": 6,
+ "value": "\"File\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 17863,
+ "length": 7,
+ "value": "\"Photo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 18092,
+ "length": 67,
+ "value": "\"The maximum size per file is \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "kind": "StringLiteral",
+ "offset": 18155,
+ "length": 2,
+ "value": "\"MB.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 369,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 464,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 676,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 711,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 868,
+ "length": 4,
+ "value": "-0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 999,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1142,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1361,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1396,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 1688,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1908,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1943,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2234,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2453,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2488,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2776,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2992,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3027,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3329,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3553,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3588,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3750,
+ "length": 4,
+ "value": "0.38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3888,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4110,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4145,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 4307,
+ "length": 4,
+ "value": "-0.4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 4445,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4667,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4702,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 4975,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5195,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5230,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 5532,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5754,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5789,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 6067,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6292,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6327,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 6602,
+ "length": 4,
+ "value": "11.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6824,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6859,
+ "length": 2,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 7137,
+ "length": 4,
+ "value": "11.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7362,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7397,
+ "length": 2,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 7722,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7948,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7983,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8147,
+ "length": 4,
+ "value": "-0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8288,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8515,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8550,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8714,
+ "length": 4,
+ "value": "-0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8855,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9082,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9117,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "kind": "FloatLiteral",
+ "offset": 9281,
+ "length": 4,
+ "value": "-0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "Array",
+ "offset": 1042,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "Array",
+ "offset": 1126,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2279,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2970,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4494,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4504,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4512,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4523,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6212,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6245,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6248,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9021,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9719,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/SBUCreateChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10308,
+ "length": 59,
+ "value": "\"[Failed] Create channel request: There is no channel url.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 5629,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6789,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 421,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 471,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "FloatLiteral",
+ "offset": 789,
+ "length": 3,
+ "value": "0.4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 827,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1037,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1766,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1793,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1817,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1844,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2030,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2042,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2080,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2092,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2215,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2263,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2639,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2686,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2775,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2866,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 3935,
+ "length": 42,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 3976,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5239,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 5291,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5669,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 351,
+ "length": 3,
+ "value": "136"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 399,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 446,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 497,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 546,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 660,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 774,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1135,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1501,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1740,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1844,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1988,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2092,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3033,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3808,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4219,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4276,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4336,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4392,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4566,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4628,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4810,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4878,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5041,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5101,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/MemberList\/SBUMemberListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5205,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/MemberList\/SBUMemberListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7940,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/ChatSDK\/MultipleFilesMessage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 648,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 228,
+ "length": 3,
+ "value": "244"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 3,
+ "value": "240"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 297,
+ "length": 3,
+ "value": "160"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 350,
+ "length": 3,
+ "value": "240"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 363,
+ "length": 3,
+ "value": "160"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 433,
+ "length": 3,
+ "value": "156"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 446,
+ "length": 3,
+ "value": "104"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 515,
+ "length": 3,
+ "value": "136"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 528,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 3,
+ "value": "311"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 613,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 677,
+ "length": 3,
+ "value": "311"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 690,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 750,
+ "length": 5,
+ "value": "144.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 765,
+ "length": 4,
+ "value": "38.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 823,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 837,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 897,
+ "length": 4,
+ "value": "38.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 911,
+ "length": 4,
+ "value": "38.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 977,
+ "length": 5,
+ "value": "144.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "FloatLiteral",
+ "offset": 992,
+ "length": 4,
+ "value": "38.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1052,
+ "length": 3,
+ "value": "244"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1120,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1132,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1171,
+ "length": 42,
+ "value": "\"https:\/\/static.sendbird.com\/sample\/cover\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1254,
+ "length": 10,
+ "value": "\"sb_uikit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1304,
+ "length": 20,
+ "value": "\"com.sendbird.uikit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1378,
+ "length": 44,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1398,
+ "length": 1,
+ "value": "\".delegate.channel.group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1470,
+ "length": 43,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1490,
+ "length": 1,
+ "value": "\".delegate.channel.open\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1561,
+ "length": 43,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1581,
+ "length": 1,
+ "value": "\".delegate.channel.feed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1656,
+ "length": 41,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1676,
+ "length": 1,
+ "value": "\".delegate.connection\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1734,
+ "length": 15,
+ "value": "\"SBUAppVersion\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1789,
+ "length": 11,
+ "value": "\"audio\/m4a\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1849,
+ "length": 16,
+ "value": "\"sbu_type=voice\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1907,
+ "length": 28,
+ "value": "\"KEY_VOICE_MESSAGE_DURATION\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 1976,
+ "length": 27,
+ "value": "\"KEY_INTERNAL_MESSAGE_TYPE\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "StringLiteral",
+ "offset": 2109,
+ "length": 41,
+ "value": "\"com.sendbird.uikit.groupchannel.message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2239,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2281,
+ "length": 3,
+ "value": "102"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 580,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 628,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 771,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 802,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 838,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1003,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1142,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "FloatLiteral",
+ "offset": 1794,
+ "length": 3,
+ "value": "0.4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1845,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2764,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3562,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3949,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3983,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4121,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4398,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "FloatLiteral",
+ "offset": 4444,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4504,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4515,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4674,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5071,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5693,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6355,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "FloatLiteral",
+ "offset": 8795,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "kind": "FloatLiteral",
+ "offset": 9186,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 939,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "Array",
+ "offset": 1198,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2798,
+ "length": 46,
+ "value": "\"Requires a channel object for message search\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2852,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3670,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4580,
+ "length": 29,
+ "value": "\"Keyword shouldn't be empty.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4716,
+ "length": 15,
+ "value": "\"Same keyword.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4791,
+ "length": 42,
+ "value": "\"new search keyword : [\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4831,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5030,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5153,
+ "length": 56,
+ "value": "\"query : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5208,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5432,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5497,
+ "length": 20,
+ "value": "\"loading next page.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5710,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5830,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6368,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 515,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1538,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/UserList\/SBUBaseSelectUserViewController.Deprecated.swift",
+ "kind": "Array",
+ "offset": 2306,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/UserList\/SBUBaseSelectUserViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7646,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1910,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2469,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2994,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3044,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUInviteUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3440,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 831,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 854,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 903,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "StringLiteral",
+ "offset": 1139,
+ "length": 39,
+ "value": "\"init(coder:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1723,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1747,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1772,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1798,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "kind": "StringLiteral",
+ "offset": 178,
+ "length": 15,
+ "value": "\"SendbirdUIKit.SBUPaddingLabel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 518,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 846,
+ "length": 5,
+ "value": "10001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2076,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2410,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3029,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3790,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3848,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4520,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4542,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4553,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1089,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1338,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1567,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "StringLiteral",
+ "offset": 2102,
+ "length": 24,
+ "value": "\"UIRemoteKeyboardWindow\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2660,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2738,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2744,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2916,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4052,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5272,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "FloatLiteral",
+ "offset": 5340,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5380,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5720,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5757,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5978,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6154,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6352,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7211,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7252,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.Keyboard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7526,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "Array",
+ "offset": 1281,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1436,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1793,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1946,
+ "length": 3,
+ "value": "-12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2007,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2145,
+ "length": 3,
+ "value": "311"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2346,
+ "length": 3,
+ "value": "311"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3846,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4065,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4404,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4596,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4635,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4747,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4853,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4950,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5016,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5052,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5185,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5241,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5343,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6371,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1312,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "StringLiteral",
+ "offset": 1641,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1692,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1721,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 1763,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 1935,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 1972,
+ "length": 4,
+ "value": "64.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3752,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3758,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3844,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3850,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4320,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4331,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 4745,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 4786,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "FloatLiteral",
+ "offset": 4839,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5617,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 434,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 953,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 957,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2566,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2640,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2646,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2838,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3433,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4712,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5380,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5822,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6120,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6307,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6456,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6462,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6742,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6786,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6890,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7309,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7314,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7381,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7714,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7863,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7869,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8482,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "StringLiteral",
+ "offset": 8759,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8965,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9038,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9671,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9889,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10184,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "StringLiteral",
+ "offset": 11233,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "StringLiteral",
+ "offset": 11271,
+ "length": 40,
+ "value": "\"https:\/\/sendbird.com\/main\/img\/profiles\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "kind": "StringLiteral",
+ "offset": 11334,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 606,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 720,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 841,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 961,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1607,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2343,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2710,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 2965,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 3170,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3381,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Array",
+ "offset": 3463,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 3570,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 3738,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3939,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4078,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 2943,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "Array",
+ "offset": 4540,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5031,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5776,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6423,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 395,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 426,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 867,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 921,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1252,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/NotificationChannel\/SBUChatNotificationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1305,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1167,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1112,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1558,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "StringLiteral",
+ "offset": 729,
+ "length": 11,
+ "value": "\"SendbirdUIKit.SBUMenuItem\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "Array",
+ "offset": 2542,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2674,
+ "length": 5,
+ "value": "180.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2710,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2745,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2779,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2814,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2854,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2903,
+ "length": 4,
+ "value": "15.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2950,
+ "length": 4,
+ "value": "36.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3086,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4796,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4831,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 5745,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5770,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5914,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5951,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6003,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6189,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6657,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6686,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6728,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6781,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6814,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "Array",
+ "offset": 7252,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8238,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8368,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9445,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9466,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9531,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "Array",
+ "offset": 9722,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10258,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10270,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10702,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10772,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10783,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10830,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10877,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10923,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 6155,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2251,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4536,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4541,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4566,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4571,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6437,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6450,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6458,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6469,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7933,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1759,
+ "length": 32,
+ "value": "\"SendbirdUIKit.SBUSelectablePhotoViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8761,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9254,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9258,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9299,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9501,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9705,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10218,
+ "length": 5,
+ "value": "\"jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10255,
+ "length": 118,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10348,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10355,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10372,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11048,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11798,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12459,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 12598,
+ "length": 15,
+ "value": "\"not supported\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12654,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1194,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1239,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1259,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1648,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1693,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1713,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 2288,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2911,
+ "length": 26,
+ "value": "\"[Request] Channel update\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2987,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3138,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3310,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3969,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4149,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 537,
+ "length": 31,
+ "value": "\"SendbirdUIKit.SBUOpenChannelSettingsViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "StringLiteral",
+ "offset": 463,
+ "length": 21,
+ "value": "\"com.sendbird.atomic\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1642,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1992,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2890,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3705,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3728,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3705,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3728,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3705,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3728,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2900,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 3617,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 3741,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4109,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4200,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5075,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5123,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5169,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5210,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5395,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5436,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5617,
+ "length": 65,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5661,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5681,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5840,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6019,
+ "length": 65,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6063,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6083,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7680,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 7716,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8533,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8597,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 8641,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9844,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10572,
+ "length": 29,
+ "value": "\"[Request] Send user message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11265,
+ "length": 40,
+ "value": "\"A filtered user message has been sent.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11370,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11776,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12987,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13035,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13049,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13691,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14481,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14951,
+ "length": 79,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14983,
+ "length": 1,
+ "value": "\";\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15029,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15475,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16152,
+ "length": 29,
+ "value": "\"[Request] Send file message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16270,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16344,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16474,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16519,
+ "length": 56,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16557,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16574,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16638,
+ "length": 39,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16676,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17222,
+ "length": 72,
+ "value": "\"File message transfer progress: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17267,
+ "length": 1,
+ "value": "\" - \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17293,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18269,
+ "length": 56,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18307,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18324,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18361,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18373,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18390,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19403,
+ "length": 40,
+ "value": "\"A filtered file message has been sent.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19508,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19806,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20367,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 20411,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22031,
+ "length": 31,
+ "value": "\"[Request] Update user message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22853,
+ "length": 38,
+ "value": "\"[Request] Resend failed user message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23640,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23678,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24100,
+ "length": 38,
+ "value": "\"[Request] Resend failed file message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25102,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25140,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25899,
+ "length": 50,
+ "value": "\"[Request] Delete message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25948,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27253,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27372,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27521,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28074,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28134,
+ "length": 94,
+ "value": "\"First : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28181,
+ "length": 1,
+ "value": "\", Last : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28227,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28268,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29521,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29733,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30979,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 32043,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 32091,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35449,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35610,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36530,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 37016,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37303,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37448,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37587,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38054,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 38462,
+ "length": 24,
+ "value": "\"[Request] Add Reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39109,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39179,
+ "length": 49,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39215,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39218,
+ "length": 8,
+ "value": "\" reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39607,
+ "length": 27,
+ "value": "\"[Request] Delete Reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39845,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39899,
+ "length": 49,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39935,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39938,
+ "length": 8,
+ "value": "\" reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40516,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40713,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41168,
+ "length": 41,
+ "value": "\"flushing cache with : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41208,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41579,
+ "length": 26,
+ "value": "\"Did succeed reconnection\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41725,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 41782,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42210,
+ "length": 38,
+ "value": "\"Did receive user message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42247,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42303,
+ "length": 38,
+ "value": "\"Did receive file message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42340,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42397,
+ "length": 39,
+ "value": "\"Did receive admin message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42435,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 277,
+ "length": 14,
+ "value": "[\"\", \"K\", \"M\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 341,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 375,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 415,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 449,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 480,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 530,
+ "length": 53,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 548,
+ "length": 6,
+ "value": "\"%.1f\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 571,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 582,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 622,
+ "length": 4,
+ "value": "\".0\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Formatter+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 634,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 402,
+ "length": 3,
+ "value": "164"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 458,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 514,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 568,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 625,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 681,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 733,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1430,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1474,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1587,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1643,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2174,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2673,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2719,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 363,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1576,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 812,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1086,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2715,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2727,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2751,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3009,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3031,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3075,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3097,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3199,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3531,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3598,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3650,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3978,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3988,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3996,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4007,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4274,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4495,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5033,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5132,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5378,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6520,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6725,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6818,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7246,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7283,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7359,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7415,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7640,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7692,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7765,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 221,
+ "length": 26,
+ "value": "\"SendbirdUIKit.SBUEmojiListViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1376,
+ "length": 3,
+ "value": "1.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "StringLiteral",
+ "offset": 740,
+ "length": 16,
+ "value": "\"SendbirdUIKit.SBUToastViewItem\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2664,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2760,
+ "length": 4,
+ "value": "0.64"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2796,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2847,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2857,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2869,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2880,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2914,
+ "length": 4,
+ "value": "48.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2966,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2976,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2988,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2999,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3058,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3068,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3080,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3091,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3183,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3807,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4510,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4709,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5462,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5705,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5802,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6032,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6105,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6356,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6403,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6415,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7282,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7657,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7667,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7675,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7686,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8273,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8433,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8726,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8761,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8815,
+ "length": 4,
+ "value": "0.15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8885,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9016,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9076,
+ "length": 3,
+ "value": "1.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9361,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9443,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9505,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9548,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9589,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9651,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9729,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9913,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1426,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2025,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2341,
+ "length": 27,
+ "value": "\"Cannot use `init(coder:)`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2656,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3632,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4601,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4905,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5070,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5115,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5482,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 5532,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6591,
+ "length": 45,
+ "value": "\"Unread message count: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6635,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8213,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8342,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8620,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8671,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8767,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10556,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10582,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10606,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11831,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11864,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 11867,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12592,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12673,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12802,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12814,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12893,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12905,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13059,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13104,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14005,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14068,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15165,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15800,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15871,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15929,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17170,
+ "length": 63,
+ "value": "\"Fetched : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17203,
+ "length": 1,
+ "value": "\", keepScroll : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17232,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17376,
+ "length": 30,
+ "value": "\"Fetched empty notifications.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17663,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 18633,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21315,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21608,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21712,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22073,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22126,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22888,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22947,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23184,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23339,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23742,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 24560,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24785,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25003,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25520,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 305,
+ "length": 40,
+ "value": "\"SendbirdUIKit.SBUChatNotificationChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1884,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2429,
+ "length": 31,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2459,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6479,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6732,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7117,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7402,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7658,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7709,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7805,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9076,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9142,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9198,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9252,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9307,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9685,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9838,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9994,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10070,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10125,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10178,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10232,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10381,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10454,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10517,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10578,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10640,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10856,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11039,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11216,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11396,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11479,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11541,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11601,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11662,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12187,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12427,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12544,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12621,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12680,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12720,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13579,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13641,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 14302,
+ "length": 30,
+ "value": "\"listComponent is not set up.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15661,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15821,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15856,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15904,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15950,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16726,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17283,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17414,
+ "length": 75,
+ "value": "\"Up to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 17471,
+ "length": 3,
+ "value": "\" can be attached.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17589,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19682,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19804,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20016,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20811,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Array",
+ "offset": 21569,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22561,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Array",
+ "offset": 22731,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23304,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23509,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23687,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24066,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24373,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24605,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Dictionary",
+ "offset": 25012,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25173,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25579,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26038,
+ "length": 37,
+ "value": "\"Failed to read video file. \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26074,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26122,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27473,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27717,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 28343,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28487,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28542,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28968,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29112,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Array",
+ "offset": 31548,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 33738,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 33748,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 33822,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34274,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35091,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36228,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36274,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 36574,
+ "length": 79,
+ "value": "\"There is no cached linked message. Reloads messages based on linked messages.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36816,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36964,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37064,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 37207,
+ "length": 62,
+ "value": "\"The cell for row at \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 37240,
+ "length": 2,
+ "value": "\" is not `SBUBaseMessageCell`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41240,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41294,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41659,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41713,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42225,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42273,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42559,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 45842,
+ "length": 30,
+ "value": "\"Record permission was denied\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "Array",
+ "offset": 46877,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 47300,
+ "length": 79,
+ "value": "\"There is no cached linked message. Reloads messages based on linked messages.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47517,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 47693,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47784,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 29,
+ "value": "\"SendbirdUIKit.SBUGroupChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 29,
+ "value": "\"SendbirdUIKit.SBUGroupChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1106,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1484,
+ "length": 2,
+ "value": "-5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1497,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1510,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1521,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1615,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1655,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1695,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1770,
+ "length": 2,
+ "value": "-3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1783,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1796,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1807,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1850,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1889,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1962,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1974,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1987,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1998,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2041,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2080,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2228,
+ "length": 2,
+ "value": "-5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2241,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2254,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2265,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2338,
+ "length": 2,
+ "value": "-3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2351,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2364,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2375,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2446,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2458,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2471,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2482,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3886,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4013,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4778,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4863,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4917,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5010,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5055,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5100,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5187,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 5192,
+ "length": 4,
+ "value": "\"99\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5274,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 5279,
+ "length": 5,
+ "value": "\"99+\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5954,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5958,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 353,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 441,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 464,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 485,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 569,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelCommonContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 581,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Unavailable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 757,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Unavailable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5938,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 3195,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5298,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 5350,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 5473,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5696,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5844,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5886,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6038,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7005,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 7057,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 7237,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7595,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7743,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7785,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8765,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9571,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 9620,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9656,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9736,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10704,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10764,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10796,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11163,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11220,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11454,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.List.swift",
+ "kind": "Array",
+ "offset": 11717,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 955,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1659,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1669,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1677,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUBaseChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1688,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 683,
+ "length": 6,
+ "value": "\"file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4438,
+ "length": 25,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4450,
+ "length": 1,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4462,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4508,
+ "length": 35,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4520,
+ "length": 1,
+ "value": "\"\/File.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "kind": "StringLiteral",
+ "offset": 4542,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "Array",
+ "offset": 887,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3940,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4111,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4501,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4691,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4704,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4712,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4723,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 372,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "FloatLiteral",
+ "offset": 734,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2840,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 2858,
+ "length": 20,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 2877,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3550,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3606,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3620,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4444,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4642,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4704,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4714,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4829,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4847,
+ "length": 20,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 4866,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 5858,
+ "length": 9,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 5945,
+ "length": 9,
+ "value": "\"quoted_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 5962,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 6054,
+ "length": 8,
+ "value": "\"thumb_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 6070,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6820,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7147,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7415,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7427,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7444,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7490,
+ "length": 13,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 7502,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8173,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8346,
+ "length": 53,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8357,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8378,
+ "length": 3,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8384,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8387,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "kind": "StringLiteral",
+ "offset": 8398,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1470,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1632,
+ "length": 5,
+ "value": "270.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1674,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1717,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1757,
+ "length": 4,
+ "value": "32.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1797,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1839,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1874,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1909,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1949,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1984,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2018,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2053,
+ "length": 4,
+ "value": "18.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2093,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2134,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2230,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3117,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "StringLiteral",
+ "offset": 3229,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3286,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4353,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "StringLiteral",
+ "offset": 4453,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4504,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4904,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6434,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6491,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6789,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8086,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8670,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9538,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9544,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9554,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9565,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "StringLiteral",
+ "offset": 9910,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10290,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10304,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10361,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10555,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10594,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11342,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 11683,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11691,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11731,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12573,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13199,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13211,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13690,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13701,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 14300,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14329,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 14380,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 14427,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14647,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14794,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 16154,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16342,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "FloatLiteral",
+ "offset": 16472,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
+ "kind": "FloatLiteral",
+ "offset": 332,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1460,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
+ "kind": "StringLiteral",
+ "offset": 205,
+ "length": 12,
+ "value": "\"SendbirdUIKit.SBUDebouncer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1140,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "Array",
+ "offset": 1411,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "Array",
+ "offset": 1487,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "Array",
+ "offset": 1798,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2312,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3566,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3571,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3876,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4110,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4186,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4512,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4596,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4757,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5640,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6186,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "Array",
+ "offset": 6367,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6452,
+ "length": 21,
+ "value": "\"[Request] User List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6516,
+ "length": 26,
+ "value": "\"[Request] Next user List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6646,
+ "length": 50,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6661,
+ "length": 10,
+ "value": "\" customized users have been added.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6740,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8071,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8112,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8174,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8205,
+ "length": 29,
+ "value": "\"All users have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8467,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8533,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8671,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8814,
+ "length": 33,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8840,
+ "length": 5,
+ "value": "\" users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9096,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9158,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9572,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9866,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10003,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10124,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10129,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10261,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10571,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11483,
+ "length": 36,
+ "value": "\"Cannot create the memberListQuery.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11527,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11610,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11804,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11845,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11907,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11938,
+ "length": 31,
+ "value": "\"All members have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12206,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12272,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12410,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12566,
+ "length": 37,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12594,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12867,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13767,
+ "length": 41,
+ "value": "\"Cannot create the participantListQuery.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13816,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13899,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14098,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14139,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14201,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14232,
+ "length": 36,
+ "value": "\"All participants have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14545,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14611,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14749,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14901,
+ "length": 40,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14927,
+ "length": 12,
+ "value": "\" participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15244,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15580,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15701,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15868,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16023,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16166,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16312,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16471,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16700,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17164,
+ "length": 24,
+ "value": "\"Selected user: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17187,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1047,
+ "length": 26,
+ "value": "\"SendbirdUIKit.SBUBaseSelectUserViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5016,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8174,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8187,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8195,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8206,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14091,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15840,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16104,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/ChatSDK\/BaseMessage+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 371,
+ "length": 19,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/ChatSDK\/BaseMessage+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 389,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/ChatSDK\/BaseMessage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 722,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 590,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1496,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1506,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1514,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1525,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1427,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "Array",
+ "offset": 1813,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2021,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3627,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4375,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5631,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5660,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5684,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5711,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7896,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8002,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8416,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8681,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8787,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10497,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10776,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10809,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10812,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12549,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15130,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15185,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15805,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 459,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 937,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1003,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1246,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1374,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1400,
+ "length": 3,
+ "value": "-12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1422,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1445,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1998,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1430,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1745,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1896,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2281,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2995,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4300,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4322,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4342,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4365,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5834,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7876,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/SBUGroupChannelPushSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7931,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.OpenChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1349,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "Array",
+ "offset": 721,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "BooleanLiteral",
+ "offset": 767,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "BooleanLiteral",
+ "offset": 947,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1633,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1685,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "FloatLiteral",
+ "offset": 1847,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2348,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2354,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "FloatLiteral",
+ "offset": 2390,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2598,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2608,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2616,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2627,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3758,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "Array",
+ "offset": 5696,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
+ "kind": "StringLiteral",
+ "offset": 340,
+ "length": 23,
+ "value": "\"SendbirdUIKit.SBUSuggestedMentionList\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 429,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1094,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1104,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1112,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1123,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 257,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "Array",
+ "offset": 370,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 466,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 13,
+ "value": "\"loadInitial\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1081,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1117,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1522,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 1587,
+ "length": 41,
+ "value": "\"loadNext from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 1627,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1667,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 1703,
+ "length": 46,
+ "value": "\"lastest updatedAt is 0. loadInitial instead.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1970,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2317,
+ "length": 62,
+ "value": "\"loaded next messages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2352,
+ "length": 1,
+ "value": "\", size : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2378,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2585,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2756,
+ "length": 82,
+ "value": "\"update latestUpdatedAt to : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2806,
+ "length": 4,
+ "value": "\" from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 2837,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3045,
+ "length": 32,
+ "value": "\"fetched to the newest. \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3076,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3485,
+ "length": 25,
+ "value": "\"add : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3509,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3878,
+ "length": 108,
+ "value": "\"applyChangeLog. updated : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3935,
+ "length": 1,
+ "value": "\", deleted : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3977,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 3985,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 4846,
+ "length": 41,
+ "value": "\"flushing cache with : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 4886,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 5288,
+ "length": 44,
+ "value": "\"flush merged message : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "kind": "StringLiteral",
+ "offset": 5331,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 597,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1053,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1065,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1116,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1127,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1293,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1302,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1313,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1323,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUNotificationTimelineView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1377,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1721,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3284,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3539,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4015,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4202,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4587,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5087,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7185,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "StringLiteral",
+ "offset": 7369,
+ "length": 73,
+ "value": "\"`isMultipleFilesMessageEnabled` can only be enabled in iOS 14 or above.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7124,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10077,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10776,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10998,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12029,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 244,
+ "length": 5541,
+ "value": "\"{\n \"version\": \"1\",\n \"body\": {\n \"items\": [\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"items\": [\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"items\": [\n {\n \"type\": \"image\",\n \"imageUrl\": \"https:\/\/dxstmhyqfqr1o.cloudfront.net\/notifications\/preset-notification-channel-cover.png\",\n \"imageStyle\": {\n \"contentMode\": \"aspectFill\"\n },\n \"viewStyle\": {},\n \"metaData\": {\n \"pixelWidth\": \"168\",\n \"pixelHeight\": \"168\"\n }\n },\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"viewStyle\": {\n \"radius\": \"8\",\n \"padding\": {\n \"top\": \"12\",\n \"bottom\": \"12\",\n \"left\": \"12\",\n \"right\": \"12\"\n }\n },\n \"items\": [\n {\n \"type\": \"text\",\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n },\n \"viewStyle\": {},\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"text\": \"Hello tez\",\n \"textStyle\": {\n \"color\": \"#ffbdb8bd\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"1\"\n },\n {\n \"type\": \"text\",\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n },\n \"viewStyle\": {},\n \"width\": {\n \"type\": \"fixed\",\n \"value\": \"1\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"text\": \"Your order #123123 has been shipped.\",\n \"textStyle\": {\n \"color\": \"#ffbdb8bd\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"1\"\n },\n {\n \"type\": \"textButton\",\n \"viewStyle\": {\n \"backgroundColor\": \"#E0E0E0\",\n \"padding\": {\n \"top\": \"10\",\n \"bottom\": \"10\",\n \"left\": \"20\",\n \"right\": \"20\"\n }\n },\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"text\": \"Check status\",\n \"textStyle\": {\n \"color\": \"#742DDD\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"5\",\n \"action\": {\n \"type\": \"web\",\n \"data\": \"https:\/\/naver.com\"\n }\n }\n ],\n \"height\": {\n \"type\": \"fixed\",\n \"value\": \"300\"\n },\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n }\n }\n ],\n \"viewStyle\": {}\n }\n ],\n \"viewStyle\": {}\n }\n ]\n }\n }\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 5934,
+ "length": 1803,
+ "value": "\"{\"version\": 1,\"body\": {\"items\": [{\"type\": \"box\",\"layout\": \"column\",\"items\": [{\"type\": \"image\",\"metaData\": {\"pixelWidth\": 4000,\"pixelHeight\": 3000},\"width\": {\"type\": \"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6117,
+ "length": 3,
+ "value": "\"\",\"value\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6137,
+ "length": 1,
+ "value": "\"},\"height\": {\"type\": \"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6169,
+ "length": 3,
+ "value": "\"\",\"value\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6190,
+ "length": 1,
+ "value": "\"},\"imageStyle\": {\"contentMode\": \"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 6237,
+ "length": 4,
+ "value": "\"\"},\"imageUrl\": \"https:\/\/images.unsplash.com\/photo-1579393329936-4bc9bc673651?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format\"},{\"type\": \"box\",\"viewStyle\": {\"padding\": {\"top\": 12,\"right\": 12,\"bottom\": 12,\"left\": 12}},\"layout\": \"column\",\"items\": [{\"type\": \"box\",\"layout\": \"row\",\"items\": [{\"type\": \"box\",\"layout\": \"column\",\"items\": [{\"type\": \"text\",\"text\": \"Notification channel creation guide\",\"maxTextLines\": 3,\"viewStyle\": {\"padding\": {\"top\": 0,\"bottom\": 6,\"left\": 0,\"right\": 0}},\"textStyle\": {\"size\": 16,\"weight\": \"bold\"}},{\"type\": \"text\",\"text\": \"Notification Center is basically a group channel to which a single user, the receiver of a notification, belongs. A notification channel, which is a single group channel dedicated to the Notification Center, must be created for each user.\",\"maxTextLines\": 10,\"textStyle\": {\"size\": 14}}]}]},{\"type\": \"box\",\"layout\": \"column\",\"items\": [{\"type\": \"box\",\"viewStyle\": {\"margin\": {\"top\": 16,\"bottom\": 0,\"left\": 0,\"right\": 0}},\"align\": {\"horizontal\": \"left\",\"vertical\": \"center\"},\"layout\": \"row\",\"action\": {\"type\": \"web\",\"data\": \"www.sendbird.com\"},\"items\": [{\"type\": \"box\",\"viewStyle\": {\"margin\": {\"top\": 0,\"bottom\": 0,\"left\": 12,\"right\": 0}},\"layout\": \"column\",\"items\": [{\"type\": \"text\",\"text\": \"Title\",\"maxTextLines\": 1,\"textStyle\": {\"size\": 16,\"weight\": \"bold\"}},{\"type\": \"text\",\"viewStyle\": {\"margin\": {\"top\": 4,\"bottom\": 0,\"left\": 0,\"right\": 0}},\"text\": \"Hi\",\"maxTextLines\": 1,\"textStyle\": {\"size\": 14}}]}]}]}]}]}]}}\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8441,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9517,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9887,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10100,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 10270,
+ "length": 19,
+ "value": "\"TEMPLATE_DOWNLOAD\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10469,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11812,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11839,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15642,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15782,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16616,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 13748,
+ "length": 3,
+ "value": "\"SendbirdUIKit.Box\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17294,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17313,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 16645,
+ "length": 4,
+ "value": "\"SendbirdUIKit.Text\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 18403,
+ "length": 5,
+ "value": "\"SendbirdUIKit.Image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20471,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20490,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20697,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 20748,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 20762,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 20774,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 20787,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 19851,
+ "length": 10,
+ "value": "\"SendbirdUIKit.TextButton\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "StringLiteral",
+ "offset": 20824,
+ "length": 11,
+ "value": "\"SendbirdUIKit.ImageButton\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28434,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32620,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32620,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32620,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34400,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34546,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34736,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 35337,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "FloatLiteral",
+ "offset": 35494,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35694,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36443,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36507,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36770,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36781,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36790,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36800,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37009,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37081,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37371,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37391,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37401,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38023,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38035,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38045,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38056,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39337,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39348,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39357,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39367,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39455,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39519,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "Dictionary",
+ "offset": 6124,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7387,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8194,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8200,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8268,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8274,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9386,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9399,
+ "length": 2,
+ "value": "-8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9408,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9451,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16648,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16920,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19749,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 26442,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26630,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28055,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28583,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28810,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28853,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29521,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29751,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30561,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31256,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31295,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31338,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32193,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32342,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 33922,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 34395,
+ "length": 29,
+ "value": "\"There are no message cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36851,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36921,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37122,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37285,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37320,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37457,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37573,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37688,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37700,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37788,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37925,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38148,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38160,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38244,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38685,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38697,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38732,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 39133,
+ "length": 46,
+ "value": "\"New messages inserted : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 39178,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39292,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39703,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39775,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 39852,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40219,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40396,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40593,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40638,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40783,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40910,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42339,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42523,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42532,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42583,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42835,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43105,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43222,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 43382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43444,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43696,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44681,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 44782,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45766,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45907,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45954,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45963,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 46014,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 46266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46536,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46653,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 46813,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46875,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47127,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 48106,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 49062,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 49111,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50128,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50177,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 51040,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 51089,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 52282,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 418,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 682,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 732,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 899,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1381,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1567,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1614,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1758,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2357,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2391,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2545,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2857,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3278,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3362,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4146,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4176,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4202,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4229,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4618,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4696,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4914,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4922,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4993,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5069,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5174,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5275,
+ "length": 4,
+ "value": "-0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5305,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5359,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5709,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6056,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6217,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8070,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8122,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8390,
+ "length": 30,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8419,
+ "length": 5,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8423,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8504,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8563,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8979,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9189,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9310,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9355,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9395,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9436,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9553,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9743,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "StringLiteral",
+ "offset": 9891,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10525,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10713,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 447,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 614,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 905,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1224,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationEmptyView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 335,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationEmptyView.swift",
+ "kind": "FloatLiteral",
+ "offset": 539,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationEmptyView.swift",
+ "kind": "FloatLiteral",
+ "offset": 694,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 987,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1051,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1107,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1166,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1227,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1286,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1347,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1592,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1647,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1701,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2055,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3264,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4803,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4853,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5002,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6008,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7464,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8282,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/InviteUser\/SBUInviteUserModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3150,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/InviteUser\/SBUInviteUserModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4284,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/InviteUser\/SBUInviteUserModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 558,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 926,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1150,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1544,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1643,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1678,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1839,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2296,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2335,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2486,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2528,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2574,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3279,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3405,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3418,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3426,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3496,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3558,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3570,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3646,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3670,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3790,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3804,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3813,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3824,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4919,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4972,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 5996,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6244,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6701,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 6823,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 7669,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8043,
+ "length": 34,
+ "value": "\"Failed state image configuration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8531,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8586,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8619,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 8665,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9640,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9687,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9738,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10253,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10300,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10351,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1715,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "Array",
+ "offset": 2111,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2721,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2767,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4383,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4388,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4522,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4694,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4885,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5081,
+ "length": 67,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5127,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5147,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5304,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5349,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5369,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5630,
+ "length": 67,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5676,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5696,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5788,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5833,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5853,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6024,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6254,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6326,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6657,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7195,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8280,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8333,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8368,
+ "length": 26,
+ "value": "\"[Request] Next user List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8488,
+ "length": 50,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8503,
+ "length": 10,
+ "value": "\" customized users have been added.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8617,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8675,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8779,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8947,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9005,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9109,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10472,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10513,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10602,
+ "length": 31,
+ "value": "\"All members have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10870,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10932,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11195,
+ "length": 37,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11223,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11369,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12034,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12075,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12133,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12164,
+ "length": 33,
+ "value": "\"All operators have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12438,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12500,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12767,
+ "length": 41,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12797,
+ "length": 9,
+ "value": "\" operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12947,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13681,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13722,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13780,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13811,
+ "length": 37,
+ "value": "\"All muted members have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14090,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14152,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14415,
+ "length": 37,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 14443,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14589,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15347,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15388,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15446,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15477,
+ "length": 42,
+ "value": "\"All muted participants have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15803,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15865,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16128,
+ "length": 37,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16156,
+ "length": 7,
+ "value": "\" members\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16345,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17001,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17042,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17100,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17131,
+ "length": 36,
+ "value": "\"All banned users have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17431,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17493,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17752,
+ "length": 33,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17778,
+ "length": 5,
+ "value": "\" users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17920,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18651,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18692,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18750,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18781,
+ "length": 36,
+ "value": "\"All participants have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19101,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19163,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19436,
+ "length": 47,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19469,
+ "length": 12,
+ "value": "\" participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20002,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20093,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20130,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20342,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20624,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20905,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21024,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21112,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21249,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21477,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "Array",
+ "offset": 21956,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22295,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22321,
+ "length": 36,
+ "value": "\"[Request] Register user: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22356,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22760,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22786,
+ "length": 42,
+ "value": "\"[Request] Unregister operator: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22827,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23236,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23426,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23495,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23867,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24098,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24487,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24589,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24824,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24925,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25298,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25574,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1628,
+ "length": 20,
+ "value": "\"SendbirdUIKit.SBUUserListViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "StringLiteral",
+ "offset": 259,
+ "length": 20,
+ "value": "\"cached_sbu_version\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "StringLiteral",
+ "offset": 951,
+ "length": 7,
+ "value": "\"3.9.1\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "StringLiteral",
+ "offset": 1270,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1313,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "FloatLiteral",
+ "offset": 1473,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "FloatLiteral",
+ "offset": 1479,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "kind": "FloatLiteral",
+ "offset": 1486,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1237,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1333,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1522,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1733,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1942,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2152,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2553,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2631,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2759,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3517,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4039,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4053,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4063,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4075,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4322,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4361,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4734,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4785,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5020,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5031,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5102,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 5141,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6233,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 6279,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7353,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 2,
+ "value": "72"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 930,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1129,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1371,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2418,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2460,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3475,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3576,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3587,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3599,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4245,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4464,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5029,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5087,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5153,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "StringLiteral",
+ "offset": 5335,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5857,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6208,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6220,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6342,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Sequence+SBUIKit.swift",
+ "kind": "Dictionary",
+ "offset": 395,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Sequence+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 445,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SBUViewModelDelegate.swift",
+ "kind": "BooleanLiteral",
+ "offset": 809,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 1080,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2145,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2749,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2762,
+ "length": 2,
+ "value": "-0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2771,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2782,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2898,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2977,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 484,
+ "length": 25,
+ "value": "\"SendbirdUIKit.SBUMessageThreadTitleView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1166,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1416,
+ "length": 2,
+ "value": "46"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1848,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2448,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2764,
+ "length": 27,
+ "value": "\"Cannot use `init(coder:)`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3078,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3661,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4317,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5457,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5761,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5922,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5967,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6183,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 6280,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6443,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6586,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6636,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7738,
+ "length": 45,
+ "value": "\"Unread message count: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7782,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8068,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8677,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8856,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 9406,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9447,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 9604,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9645,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10178,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 10274,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11190,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11216,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11240,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11440,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11466,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11617,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13131,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15143,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15176,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15179,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15908,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15989,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16118,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16130,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16209,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16221,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16291,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16311,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16375,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16420,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17320,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17391,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19020,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19783,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19854,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19912,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 21219,
+ "length": 63,
+ "value": "\"Fetched : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 21252,
+ "length": 1,
+ "value": "\", keepScroll : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 21281,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 21425,
+ "length": 30,
+ "value": "\"Fetched empty notifications.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21712,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 22680,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22921,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25952,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26245,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26349,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26710,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26763,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27525,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27584,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27821,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27976,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28113,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28379,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "Array",
+ "offset": 29625,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29850,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30068,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30588,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31508,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 246,
+ "length": 40,
+ "value": "\"SendbirdUIKit.SBUFeedNotificationChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "Array",
+ "offset": 9533,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9747,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9803,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11774,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12028,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12133,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12189,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 12398,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12909,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13191,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13217,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13241,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13385,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13541,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13657,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14438,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14463,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14490,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14516,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 17974,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18162,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18474,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20564,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20763,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21520,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21661,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22045,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22198,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 22827,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 23328,
+ "length": 34,
+ "value": "\"There are no notification cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 25086,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "Array",
+ "offset": 25419,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26233,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26425,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26527,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26562,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26701,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26893,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27150,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27796,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27808,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27843,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27965,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28393,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28783,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 665,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 854,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1042,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1237,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1303,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1642,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 622,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1067,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1752,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5146,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5171,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5194,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5331,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5455,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5480,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5500,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5632,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5657,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5677,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5700,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5788,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5905,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5987,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6071,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6145,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6284,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6522,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6658,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6773,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7405,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9124,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9485,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
+ "kind": "StringLiteral",
+ "offset": 1160,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUCreateChannelTypeSelector\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 562,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 876,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 939,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 982,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1403,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateRenderer.Image.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1528,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 612,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 662,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 845,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1001,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1075,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1260,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 1671,
+ "length": 39,
+ "value": "\"init(coder:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 2557,
+ "length": 37,
+ "value": "\"Multiple files message has no files\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 2977,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3105,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 3475,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 3485,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3674,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "StringLiteral",
+ "offset": 3759,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3887,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4343,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4630,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4659,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4683,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4710,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4875,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4904,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4928,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4955,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5091,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5103,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5141,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5153,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5314,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5357,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5482,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5824,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 444,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3358,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 3427,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7816,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 7885,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12963,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 13032,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16911,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 16980,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18472,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 18541,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20227,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 20296,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23846,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 23915,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28248,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 28317,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33342,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 33411,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37279,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 37348,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38877,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 38946,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40524,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 40593,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIView+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41812,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "Array",
+ "offset": 1246,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "Array",
+ "offset": 1334,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1810,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2699,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2709,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2717,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2728,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3584,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3634,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3908,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4015,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4258,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4308,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4438,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4717,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4750,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4753,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5778,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBUBaseSelectUserViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6871,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 321,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 341,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 321,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 341,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 306,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 321,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 341,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 577,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 633,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1108,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1144,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1182,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1214,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1381,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 577,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 633,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 577,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 633,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1677,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1677,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1677,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2079,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2101,
+ "length": 11,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2122,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2145,
+ "length": 17,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2241,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2079,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2101,
+ "length": 11,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2122,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2145,
+ "length": 17,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2079,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2101,
+ "length": 11,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2122,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2145,
+ "length": 17,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2241,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4024,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4041,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4060,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4075,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4091,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4178,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4260,
+ "length": 12,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4341,
+ "length": 13,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4024,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4041,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4060,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4075,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4091,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4024,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4041,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4060,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4075,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4091,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4178,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4260,
+ "length": 12,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4341,
+ "length": 13,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4545,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4545,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4530,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4545,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4770,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4770,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4770,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4901,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4921,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4941,
+ "length": 15,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4966,
+ "length": 9,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4985,
+ "length": 14,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5009,
+ "length": 19,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5038,
+ "length": 13,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 15,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5086,
+ "length": 5,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5172,
+ "length": 15,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5265,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5294,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4901,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4921,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4941,
+ "length": 15,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4966,
+ "length": 9,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4985,
+ "length": 14,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5009,
+ "length": 19,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5038,
+ "length": 13,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 15,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5086,
+ "length": 5,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4901,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4921,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4941,
+ "length": 15,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4966,
+ "length": 9,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4985,
+ "length": 14,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5009,
+ "length": 19,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5038,
+ "length": 13,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 15,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5086,
+ "length": 5,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5172,
+ "length": 15,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5452,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5469,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5487,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5504,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5452,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5469,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5487,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5504,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5646,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5646,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5783,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5798,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5783,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5798,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5959,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5988,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5959,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5988,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6302,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6317,
+ "length": 5,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6332,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6347,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6360,
+ "length": 3,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6302,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6317,
+ "length": 5,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6332,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6347,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6360,
+ "length": 3,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6553,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6600,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6644,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6723,
+ "length": 11,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6811,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6553,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6600,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6644,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7106,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7120,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7106,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7120,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7853,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7853,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7917,
+ "length": 10,
+ "value": "0b00000000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7947,
+ "length": 10,
+ "value": "0b00000001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7977,
+ "length": 10,
+ "value": "0b00000010"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8007,
+ "length": 10,
+ "value": "0b00000100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8037,
+ "length": 10,
+ "value": "0b00000111"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7917,
+ "length": 10,
+ "value": "0b00000000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7947,
+ "length": 10,
+ "value": "0b00000001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7977,
+ "length": 10,
+ "value": "0b00000010"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8007,
+ "length": 10,
+ "value": "0b00000100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8037,
+ "length": 10,
+ "value": "0b00000111"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8172,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8186,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8172,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8186,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8172,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8186,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "StringLiteral",
+ "offset": 9261,
+ "length": 49,
+ "value": "\"Data could not be decoded as `String` or `Int`.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10655,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11766,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11772,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 666,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1653,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2120,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2129,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2140,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2150,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2194,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2232,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2395,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3024,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3264,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3513,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4325,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4999,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5261,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5338,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8444,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8486,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8523,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8565,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8600,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8643,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8780,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9125,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9134,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9191,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9312,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9417,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9430,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9438,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9476,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9488,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9588,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9601,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9651,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9663,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9941,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10008,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10124,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10324,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10378,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10587,
+ "length": 3,
+ "value": "240"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10600,
+ "length": 3,
+ "value": "160"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11144,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11200,
+ "length": 2,
+ "value": "-8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11319,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11620,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11676,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11738,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12146,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12203,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12501,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12923,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13002,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13013,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13069,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13271,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13582,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13595,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13603,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13667,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13795,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13800,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13882,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13887,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13968,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13973,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15497,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16089,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "StringLiteral",
+ "offset": 16212,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16283,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "StringLiteral",
+ "offset": 16319,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16764,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16776,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17453,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17744,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17932,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18004,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18084,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18944,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19404,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20065,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20569,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20918,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20922,
+ "length": 3,
+ "value": "120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21041,
+ "length": 3,
+ "value": "244"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21230,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21340,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21841,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21971,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22065,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 22311,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22722,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26149,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26353,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26598,
+ "length": 3,
+ "value": "120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26611,
+ "length": 3,
+ "value": "120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27157,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27307,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27342,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27370,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 748,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 1495,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2041,
+ "length": 31,
+ "value": "\"[Request] Create open channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2131,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2289,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2413,
+ "length": 143,
+ "value": "\"[Failed] Create open channel request:\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2532,
+ "length": 421,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2674,
+ "length": 62,
+ "value": "\"[Succeed] Create open channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2732,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2735,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 517,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 538,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 955,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "StringLiteral",
+ "offset": 1699,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "StringLiteral",
+ "offset": 1821,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "StringLiteral",
+ "offset": 2181,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2373,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2402,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3068,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3390,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3431,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4026,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4426,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4936,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5217,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5316,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5351,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7317,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7330,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7338,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7349,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7425,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7437,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8773,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 709,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 853,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 910,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 918,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2167,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2323,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 2378,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 2386,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2494,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2500,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 3696,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 3769,
+ "length": 15,
+ "value": "\"No image data\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3962,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3968,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3978,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3989,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 4461,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5993,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5997,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6202,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6249,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6255,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6585,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6658,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7116,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7344,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7350,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7356,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7362,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7370,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7529,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7566,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7884,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8398,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8725,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9206,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9617,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9702,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9907,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9915,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9931,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9961,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9982,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9986,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10020,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10240,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10551,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 10826,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10914,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 11018,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11030,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11140,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11144,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 11410,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 396,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 436,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 473,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 704,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 867,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1065,
+ "length": 2,
+ "value": "-6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1706,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2325,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2980,
+ "length": 2,
+ "value": "-6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3634,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4340,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4916,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5153,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5252,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5287,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6231,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6272,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6319,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6367,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6413,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8171,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8182,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8247,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8251,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8256,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8359,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8370,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8452,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 10841,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11910,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12065,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13291,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13595,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14251,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14459,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14617,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14652,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15417,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17702,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18175,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18215,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18282,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18329,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18369,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18472,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18517,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18568,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20957,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 22318,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22333,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 22724,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22739,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 23301,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 514,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 548,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 693,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1288,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1460,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1469,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1516,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 331,
+ "length": 16,
+ "value": "\"SendbirdUIKit.SBUVoiceFileInfo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3362,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 3536,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3590,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 3834,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3980,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3990,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3998,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4009,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7054,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7217,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.Feedback.swift",
+ "kind": "BooleanLiteral",
+ "offset": 773,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.Feedback.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1434,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.Feedback.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1595,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUBaseMessageCell.Feedback.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1608,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1674,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2214,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2385,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2475,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2530,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3086,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3131,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3151,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3872,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3956,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4001,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4021,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4958,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5085,
+ "length": 47,
+ "value": "\"[Request] Load channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5131,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5431,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5492,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5564,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5976,
+ "length": 63,
+ "value": "\"[Failed] Enter channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6038,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6298,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6366,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 6633,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6781,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7195,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7256,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7549,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7640,
+ "length": 35,
+ "value": "\"[Succeed] Refresh channel request\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8276,
+ "length": 187,
+ "value": "\"loadInitialMessages,\nstartingPoint : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8377,
+ "length": 1,
+ "value": "\",\ninitialMessages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8447,
+ "length": 9113,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9476,
+ "length": 30,
+ "value": "\"Prev message already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9566,
+ "length": 69,
+ "value": "\"[Request] Prev message list from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9634,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9774,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9825,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10291,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10502,
+ "length": 40,
+ "value": "\"Prev message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10618,
+ "length": 52,
+ "value": "\"[Prev message response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10660,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10969,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11149,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11344,
+ "length": 30,
+ "value": "\"Next message already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11434,
+ "length": 65,
+ "value": "\"[Request] Next message list from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11498,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11653,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11691,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11794,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12101,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12288,
+ "length": 40,
+ "value": "\"Next message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12823,
+ "length": 52,
+ "value": "\"[Next message Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12865,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13096,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13199,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13596,
+ "length": 69,
+ "value": "\"[Request] Both message list from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13664,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13926,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14279,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14322,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14371,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14420,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14490,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14631,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14688,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14732,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14785,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14875,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14996,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15094,
+ "length": 111,
+ "value": "\"Fetch from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15128,
+ "length": 5,
+ "value": "\" limit: prev = \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15171,
+ "length": 1,
+ "value": "\", next = \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15204,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15236,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15596,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15668,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16561,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16720,
+ "length": 43,
+ "value": "\"Initial message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16817,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16882,
+ "length": 52,
+ "value": "\"[Both message response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16924,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17267,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17570,
+ "length": 276,
+ "value": "\"[Initial message response] Prev count : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17689,
+ "length": 1,
+ "value": "\",\nprevLimit : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17767,
+ "length": 1,
+ "value": "\",\nhasPrev : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17830,
+ "length": 28,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17868,
+ "length": 268,
+ "value": "\"[Initial message response] Next count : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17987,
+ "length": 1,
+ "value": "\",\nnextLimit : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18061,
+ "length": 1,
+ "value": "\",\nhasNext : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18120,
+ "length": 6413,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18167,
+ "length": 119,
+ "value": "\"[Initial message response] First : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18240,
+ "length": 1,
+ "value": "\", Last : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18285,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18432,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18811,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18895,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18940,
+ "length": 76,
+ "value": "\"[Failed] Resend failed user message request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19015,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19341,
+ "length": 62,
+ "value": "\"[Succeed] Resend failed file message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19402,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19489,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19645,
+ "length": 139,
+ "value": "\"hasNext : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19691,
+ "length": 1,
+ "value": "\". first : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19738,
+ "length": 1,
+ "value": "\", last : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19783,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19878,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20260,
+ "length": 115,
+ "value": "\"newTimestamp : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20291,
+ "length": 1,
+ "value": "\", lastUpdatedTimestamp : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20344,
+ "length": 1,
+ "value": "\", currentTime : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20374,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20602,
+ "length": 21,
+ "value": "\"set to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20622,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20868,
+ "length": 139,
+ "value": "\"reset timestamp to : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20918,
+ "length": 1,
+ "value": "\", startingPoint : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20977,
+ "length": 11,
+ "value": "\" currentTime : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 21006,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21336,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22246,
+ "length": 42,
+ "value": "\"[Request] Message change logs with token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22511,
+ "length": 59,
+ "value": "\"[Request] Message change logs with last updated timestamp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23065,
+ "length": 76,
+ "value": "\"[Request] Changelog added message list from : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23140,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23298,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23704,
+ "length": 51,
+ "value": "\"Changelog added message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23870,
+ "length": 55,
+ "value": "\"[Changelog added response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23915,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24543,
+ "length": 123,
+ "value": "\"[Failed] Message change logs request:\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24646,
+ "length": 181,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24777,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24841,
+ "length": 209,
+ "value": "\"[Response]\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24897,
+ "length": 21,
+ "value": "\"%d updated messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24946,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24949,
+ "length": 1,
+ "value": "\",\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24980,
+ "length": 21,
+ "value": "\"%d deleted messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25031,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25034,
+ "length": 5063,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25369,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25967,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26679,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26776,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26980,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27527,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27797,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27932,
+ "length": 95,
+ "value": "\"Loaded added messages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27979,
+ "length": 1,
+ "value": "\", hasNext : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28026,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28646,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28756,
+ "length": 67,
+ "value": "\"[Failed] Send user message request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28822,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29153,
+ "length": 57,
+ "value": "\"[Succeed] Send user message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29209,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29287,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29992,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30107,
+ "length": 133,
+ "value": "\"[Failed] Send file message request:\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30216,
+ "length": 8763,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30587,
+ "length": 57,
+ "value": "\"[Succeed] Send file message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30643,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30734,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31151,
+ "length": 41,
+ "value": "\"[Failed] Message list request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31191,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31227,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31294,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31319,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31408,
+ "length": 29,
+ "value": "\"Message list request is nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31472,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31497,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31537,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1556,
+ "length": 23,
+ "value": "\"SendbirdUIKit.SBUOpenChannelViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32768,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32802,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32832,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33209,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33528,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33764,
+ "length": 32,
+ "value": "\"Did update message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33795,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33865,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34095,
+ "length": 35,
+ "value": "\"Message was deleted: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34129,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34203,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34494,
+ "length": 55,
+ "value": "\"Channel was changed, ChannelURL:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34548,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34987,
+ "length": 54,
+ "value": "\"Channel was frozen, ChannelURL:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35040,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35488,
+ "length": 56,
+ "value": "\"Channel was unfrozen, ChannelURL:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35543,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 36021,
+ "length": 16,
+ "value": "\"You are muted.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 36509,
+ "length": 18,
+ "value": "\"You are unmuted.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 37372,
+ "length": 17,
+ "value": "\"You are banned.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 1883,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 2017,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 2156,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 2316,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Unavailable.swift",
+ "kind": "Dictionary",
+ "offset": 2466,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 292,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 315,
+ "length": 14,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 339,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 359,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 292,
+ "length": 13,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 315,
+ "length": 14,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 339,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 359,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 525,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 544,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 575,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 662,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 744,
+ "length": 12,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 825,
+ "length": 13,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 525,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 544,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 575,
+ "length": 12,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "Array",
+ "offset": 4266,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 4729,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6198,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6254,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 6487,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6541,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6853,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6863,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6871,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6882,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10550,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 10813,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 12930,
+ "length": 32,
+ "value": "\"[Request] Retry load user list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13372,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/InviteUser\/SBUInviteUserModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 2422,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 426,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 602,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 629,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1507,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1515,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1526,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1565,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1648,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1857,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1999,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2208,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2936,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 905,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1048,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1707,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1729,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1749,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CategoryFilterCell\/SBUCategoryFilterCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1772,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Moderations\/SBUModerationsViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3183,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 31,
+ "value": "\"LOCAL_CACHING_EMOJI_CONTAINER\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 936,
+ "length": 39,
+ "value": "\"[Failed] Emoji Categories: load emoji\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 996,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1090,
+ "length": 53,
+ "value": "\"[Failed] Emoji Categories: enableReactions is false\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 1164,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1282,
+ "length": 46,
+ "value": "\"[Failed] Emoji Categories: Category is empty\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1591,
+ "length": 33,
+ "value": "\"[Failed] Emoji List: load emoji\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 1645,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1739,
+ "length": 47,
+ "value": "\"[Failed] Emoji List: enableReactions is false\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 1807,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 1870,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1947,
+ "length": 42,
+ "value": "\"[Failed] Emoji List: emoji list is empty\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2292,
+ "length": 46,
+ "value": "\"[Failed] Emojis with category id: load emoji\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 2359,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2453,
+ "length": 60,
+ "value": "\"[Failed] Emojis with category id: enableReactions is false\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 2534,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2653,
+ "length": 54,
+ "value": "\"[Warning] Emojis with category id: Category is empty\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 2728,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2860,
+ "length": 58,
+ "value": "\"[Warning] Emojis with category id: Can not find category\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "Array",
+ "offset": 2939,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3166,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3638,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4159,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4289,
+ "length": 27,
+ "value": "\"[Request] Load all emojis\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4816,
+ "length": 38,
+ "value": "\"[Succeed] Load all emojis from cache\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4974,
+ "length": 57,
+ "value": "\"[Failed] Load all emojis: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5030,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5294,
+ "length": 38,
+ "value": "\"[Succeed] Load all emojis from cache\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5452,
+ "length": 53,
+ "value": "\"[Failed] Load all emojis: EmojiContainer is not set\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5647,
+ "length": 27,
+ "value": "\"[Succeed] Load all emojis\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 544,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 639,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 763,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 311,
+ "length": 35,
+ "value": "\"SendbirdUIKit.SBUTypingIndicatorMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2344,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "Array",
+ "offset": 2421,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2645,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2701,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 2941,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2995,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3411,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3421,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3429,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3502,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3583,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3593,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3601,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3612,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5205,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6178,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6475,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 608,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 649,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 690,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1074,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1444,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1824,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2191,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2565,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2627,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUModerationCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2644,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1357,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "Array",
+ "offset": 3231,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "Array",
+ "offset": 3406,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3470,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3513,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3946,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4062,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4507,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 4732,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 4959,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5193,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5450,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7993,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8169,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8441,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8536,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9038,
+ "length": 4,
+ "value": "1122"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9076,
+ "length": 4,
+ "value": "2233"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11079,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11946,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12792,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12964,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13038,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13103,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13167,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13274,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13352,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13425,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13490,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13623,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13839,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14160,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14465,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14548,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14825,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15137,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15203,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15323,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15388,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15454,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15507,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15720,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15942,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16256,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16394,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16887,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17010,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17153,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17219,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17273,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17384,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17591,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17800,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18005,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18214,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18290,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18343,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18397,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18452,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18632,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18642,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18717,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18785,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19001,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19190,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19278,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19345,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19519,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19589,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19664,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19739,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19810,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19872,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19933,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20414,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20503,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20577,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20642,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20706,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21062,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21150,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21228,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21301,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21366,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21442,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21509,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21634,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21688,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21855,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21921,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22042,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22107,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22170,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22279,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22349,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22529,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22751,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23065,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23203,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23819,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25108,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26048,
+ "length": 30,
+ "value": "\"listComponent is not set up.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27491,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27602,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28628,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28632,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 28685,
+ "length": 37,
+ "value": "\"The ratio must be in range of 0...1\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28859,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28864,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30114,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30364,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30488,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30842,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 31475,
+ "length": 62,
+ "value": "\"[Failed] Exit channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 31536,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31757,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31826,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31892,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32257,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32679,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34577,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35689,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1022,
+ "length": 19,
+ "value": "\"suggested_replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1068,
+ "length": 13,
+ "value": "\"custom_view\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1114,
+ "length": 20,
+ "value": "\"disable_chat_input\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1022,
+ "length": 19,
+ "value": "\"suggested_replies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1068,
+ "length": 13,
+ "value": "\"custom_view\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "StringLiteral",
+ "offset": 1114,
+ "length": 20,
+ "value": "\"disable_chat_input\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1393,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1407,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1494,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1509,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "Array",
+ "offset": 1554,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1569,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1583,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1631,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1704,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 2279,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 2442,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2716,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2762,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3733,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3738,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4408,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 4507,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4547,
+ "length": 21,
+ "value": "\"[Request] User List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4611,
+ "length": 26,
+ "value": "\"[Request] Next user List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4751,
+ "length": 50,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4766,
+ "length": 10,
+ "value": "\" customized users have been added.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4903,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5061,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5203,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5618,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5686,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5721,
+ "length": 29,
+ "value": "\"All users have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6129,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6444,
+ "length": 33,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6470,
+ "length": 5,
+ "value": "\" users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6711,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7055,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7146,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7269,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7543,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7768,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8056,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8085,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8151,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9072,
+ "length": 119,
+ "value": "\"[Request] Create channel with users,\nUsers: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9175,
+ "length": 351,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9241,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9400,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9536,
+ "length": 138,
+ "value": "\"[Failed] Create channel request:\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9650,
+ "length": 1137,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9804,
+ "length": 57,
+ "value": "\"[Succeed] Create channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9857,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9860,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10625,
+ "length": 24,
+ "value": "\"Selected user: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10648,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 510,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 881,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 933,
+ "length": 1,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1124,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 1200,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 1461,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 1564,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1852,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1862,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1870,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1881,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1958,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1968,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1976,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1987,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2486,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2586,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2647,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3541,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3984,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4140,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4187,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UITextField+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1506,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2316,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2506,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2632,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2988,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUBaseChannelSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5144,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1833,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2083,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2606,
+ "length": 3,
+ "value": "4.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3624,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3822,
+ "length": 2,
+ "value": "80"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3859,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3903,
+ "length": 2,
+ "value": "64"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3915,
+ "length": 2,
+ "value": "68"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4558,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 5402,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 5886,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 5921,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7138,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7151,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7159,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7170,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7261,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7274,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7282,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7293,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7369,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7484,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7497,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7891,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8022,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8156,
+ "length": 3,
+ "value": "-21"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8370,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8502,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8636,
+ "length": 3,
+ "value": "-23"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8818,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8949,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9083,
+ "length": 3,
+ "value": "-25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9295,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9375,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9510,
+ "length": 2,
+ "value": "27"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9647,
+ "length": 3,
+ "value": "-28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9860,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9934,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10064,
+ "length": 2,
+ "value": "29"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10196,
+ "length": 3,
+ "value": "-30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10536,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10681,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10732,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10833,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10873,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11155,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11304,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11365,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11417,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11953,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12330,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12381,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 12424,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 12459,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "FloatLiteral",
+ "offset": 12559,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12920,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12972,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 13014,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "StringLiteral",
+ "offset": 13049,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "FloatLiteral",
+ "offset": 13090,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13289,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13345,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/ViewParams\/SBUQuoteMessageInputViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1530,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1676,
+ "length": 51,
+ "value": "\"[Failed] Save image: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1726,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1970,
+ "length": 24,
+ "value": "\"[Succeed] Image saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2436,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4246,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4553,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4659,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4766,
+ "length": 26,
+ "value": "\"[Succeed] File is saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5141,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5246,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5377,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6867,
+ "length": 21,
+ "value": "\"[Failed] Save image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7590,
+ "length": 51,
+ "value": "\"[Failed] Save image: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7640,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7884,
+ "length": 24,
+ "value": "\"[Succeed] Image saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8350,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 9705,
+ "length": 20,
+ "value": "\"[Failed] Save file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10239,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10538,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10636,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "StringLiteral",
+ "offset": 10743,
+ "length": 26,
+ "value": "\"[Succeed] File is saved.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11110,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11215,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUDownloadManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11338,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1145,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1311,
+ "length": 4,
+ "value": "0.65"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1367,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1851,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2062,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2176,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2769,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2849,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3548,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3628,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4285,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4083,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4139,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 4313,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4367,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4771,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4781,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4789,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4800,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5470,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5897,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6325,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7440,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8021,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/NotificationSettings\/SBUGroupChannelPushSettingsModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8449,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 498,
+ "length": 9,
+ "value": "\"Waiting\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 529,
+ "length": 7,
+ "value": "\"Ready\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 11,
+ "value": "\"Executing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 598,
+ "length": 10,
+ "value": "\"Finished\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 660,
+ "length": 4,
+ "value": "\"is\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 498,
+ "length": 9,
+ "value": "\"Waiting\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 529,
+ "length": 7,
+ "value": "\"Ready\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 11,
+ "value": "\"Executing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 598,
+ "length": 10,
+ "value": "\"Finished\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 1365,
+ "length": 57,
+ "value": "\"com.sendbird.uikit.operation.state.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 1421,
+ "length": 27,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1639,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "Dictionary",
+ "offset": 2634,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2829,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2920,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3109,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3201,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4089,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "kind": "StringLiteral",
+ "offset": 387,
+ "length": 17,
+ "value": "\"SendbirdUIKit.BlockingOperation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUnknownMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 852,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUnknownMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1271,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 748,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1129,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1289,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1661,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2060,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2071,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2136,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2771,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2775,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2835,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3054,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3522,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUFeedbackAction.swift",
+ "kind": "StringLiteral",
+ "offset": 1498,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUFeedbackAction.swift",
+ "kind": "StringLiteral",
+ "offset": 1752,
+ "length": 58,
+ "value": "\"[Request] submit message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUFeedbackAction.swift",
+ "kind": "StringLiteral",
+ "offset": 1809,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUFeedbackAction.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2076,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 440,
+ "length": 25,
+ "value": "\"com.sendbird.cache.file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 565,
+ "length": 10,
+ "value": "\"template\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 609,
+ "length": 14,
+ "value": "\"user-profile\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 654,
+ "length": 10,
+ "value": "\"reaction\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 690,
+ "length": 5,
+ "value": "\"web\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 806,
+ "length": 29,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 999,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1280,
+ "length": 49,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1312,
+ "length": 1,
+ "value": "\".queue.diskcache\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2014,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3429,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4032,
+ "length": 27,
+ "value": "\"Invalid cacheHandler type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4224,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4658,
+ "length": 27,
+ "value": "\"Invalid cacheHandler type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5424,
+ "length": 33,
+ "value": "\"Could not remove file: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5456,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5838,
+ "length": 39,
+ "value": "\"Could not remove cache path: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5876,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6176,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6217,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6308,
+ "length": 20,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6326,
+ "length": 1,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6995,
+ "length": 12,
+ "value": "\"voice_temp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7227,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7365,
+ "length": 59,
+ "value": "\"[Failed] Create directory : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 7423,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 8008,
+ "length": 33,
+ "value": "\"Could not remove file: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 8040,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 8316,
+ "length": 51,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 8348,
+ "length": 1,
+ "value": "\".queue.memorycache\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8580,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8585,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8592,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8700,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "kind": "StringLiteral",
+ "offset": 10118,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1559,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1614,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "Array",
+ "offset": 1740,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3604,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3762,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3805,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3851,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4885,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4921,
+ "length": 32,
+ "value": "\"All channels have been loaded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5009,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5015,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5191,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5198,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5383,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5481,
+ "length": 45,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5514,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5516,
+ "length": 8,
+ "value": "\" channels\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5704,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6225,
+ "length": 60,
+ "value": "\"[Request] Leave channel, ChannelURL: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6284,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6320,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6326,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6472,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6479,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6652,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6805,
+ "length": 68,
+ "value": "\"[Succeed] Leave channel request, ChannelURL: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6872,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7326,
+ "length": 154,
+ "value": "\"[Request]\nChannel push status: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7404,
+ "length": 4,
+ "value": "\"on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7411,
+ "length": 5,
+ "value": "\"off\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7417,
+ "length": 1,
+ "value": "\",\nChannelURL: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7464,
+ "length": 1577,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7506,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7512,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7683,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7690,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7875,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8040,
+ "length": 66,
+ "value": "\"[Succeed] Channel push status, ChannelURL: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8105,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1434,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUGroupChannelListViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9051,
+ "length": 166,
+ "value": "\"source: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9101,
+ "length": 1,
+ "value": "\",\nfromEvent: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9146,
+ "length": 1,
+ "value": "\",\ndelete size : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9201,
+ "length": 411,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9375,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9622,
+ "length": 157,
+ "value": "\"source: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9672,
+ "length": 1,
+ "value": "\",\nfromEvent: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9717,
+ "length": 1,
+ "value": "\",\nchannel size : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9763,
+ "length": 404,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10177,
+ "length": 157,
+ "value": "\"source: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10227,
+ "length": 1,
+ "value": "\",\nfromEvent: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10272,
+ "length": 1,
+ "value": "\",\nchannel size : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10318,
+ "length": 788,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10483,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "Array",
+ "offset": 6782,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "Array",
+ "offset": 7012,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8703,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9036,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9688,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14312,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14767,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14934,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15606,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1485,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1552,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1585,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1628,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1674,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1722,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1765,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 200,
+ "length": 24,
+ "value": "\"SendbirdUIKit.SBUUserMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 479,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 691,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 907,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1185,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1227,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1447,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1831,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1888,
+ "length": 2,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2595,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2750,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3612,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3954,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4141,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4289,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4390,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4495,
+ "length": 2,
+ "value": "-2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4589,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4829,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4941,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 3,
+ "value": "-10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5159,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5493,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5735,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5848,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5946,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6111,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6330,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6421,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6516,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6667,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 6940,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7032,
+ "length": 3,
+ "value": "249"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7337,
+ "length": 3,
+ "value": "751"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "StringLiteral",
+ "offset": 8193,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8593,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9089,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9132,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9276,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9326,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9420,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "StringLiteral",
+ "offset": 9651,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10203,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10253,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "StringLiteral",
+ "offset": 10710,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11160,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11694,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12355,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 712,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 826,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 961,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1290,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 289,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 341,
+ "length": 3,
+ "value": "0.6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "Array",
+ "offset": 389,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 981,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 993,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1084,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1096,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1190,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1213,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1217,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1399,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1405,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1427,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1450,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1777,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1781,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1788,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1930,
+ "length": 3,
+ "value": "1.4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 2089,
+ "length": 17,
+ "value": "\"transform.scale\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2145,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2150,
+ "length": 3,
+ "value": "1.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2155,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "Array",
+ "offset": 2198,
+ "length": 13,
+ "value": "[0.4, 0.7, 1]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 2358,
+ "length": 17,
+ "value": "\"backgroundColor\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2772,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 3117,
+ "length": 10,
+ "value": "\"dotPulse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 3173,
+ "length": 16,
+ "value": "\"dotColorChange\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
+ "kind": "StringLiteral",
+ "offset": 212,
+ "length": 28,
+ "value": "\"SendbirdUIKit.SBUTypingIndicatorBubbleView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 527,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1014,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1376,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1416,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1634,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1670,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1801,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1824,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2006,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2251,
+ "length": 23,
+ "value": "\"Failed to decode JSON\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2607,
+ "length": 33,
+ "value": "\"Failed to decode JSON: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfigManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2639,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Data+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 28,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Data+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 335,
+ "length": 1,
+ "value": "\".mov\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 2863,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4819,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/SBUBaseSelectUserModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4824,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1049,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1138,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 1237,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1288,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1317,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1359,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1684,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1775,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1806,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1877,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1944,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2070,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2395,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2420,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2440,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2463,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2593,
+ "length": 3,
+ "value": "-12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2619,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2744,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2782,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2794,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2843,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2882,
+ "length": 3,
+ "value": "136"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3341,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3344,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3809,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4248,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4287,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4296,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4371,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5350,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5462,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5711,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "FloatLiteral",
+ "offset": 5864,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6000,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6153,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6450,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6964,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUTypingIndicatorInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 504,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/MessageSearch\/SBUMessageSearchViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2815,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1259,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1936,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2512,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2925,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3105,
+ "length": 27,
+ "value": "\"Cannot use `init(coder:)`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4400,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8348,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8787,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9341,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10813,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11815,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16000,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16027,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16756,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17767,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17814,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19156,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19203,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19286,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20944,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21690,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22045,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 22452,
+ "length": 6,
+ "value": "\"file\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22747,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22915,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23710,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23791,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23920,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23932,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24011,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24023,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24041,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24351,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25072,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25674,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26156,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26189,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26192,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27144,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27215,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27273,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27881,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28015,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28204,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28973,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 29634,
+ "length": 58,
+ "value": "\"Fetched : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 29662,
+ "length": 1,
+ "value": "\", keepScroll : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 29691,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 29838,
+ "length": 25,
+ "value": "\"Fetched empty messages.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30071,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32635,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32941,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33485,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34221,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34701,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35180,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36322,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36377,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 36495,
+ "length": 24,
+ "value": "\"This channel is frozen\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36709,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37818,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38307,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 38349,
+ "length": 49,
+ "value": "\"Couldn't find the message with id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 38397,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38580,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38599,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 38816,
+ "length": 49,
+ "value": "\"Couldn't find the message with id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 38864,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39075,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39371,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 39413,
+ "length": 57,
+ "value": "\"Couldn't find the message with id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 39469,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39627,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40452,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41158,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41427,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41919,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42032,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42155,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42251,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42320,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42472,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 42484,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42819,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42889,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 43621,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 43847,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44053,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 47036,
+ "length": 18,
+ "value": "[\"public.content\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47255,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 48238,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 49031,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50049,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 50219,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50792,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "Array",
+ "offset": 51052,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 52012,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 54145,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 54769,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 55095,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 55368,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 56073,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 57063,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 57568,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 60436,
+ "length": 50,
+ "value": "\"[Request] Delete message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 60485,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60891,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60956,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 65589,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 65855,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6379,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6561,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7386,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7415,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7644,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7654,
+ "length": 1,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7665,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7676,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7717,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7757,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7944,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8290,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8575,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8605,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8819,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9121,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9889,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10581,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10678,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10771,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10859,
+ "length": 2,
+ "value": "87"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10969,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11473,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11725,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11930,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11947,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11967,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11985,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 12760,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13186,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13563,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13914,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14368,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 16175,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16208,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16238,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16270,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16441,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16539,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17326,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17407,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 18892,
+ "length": 60,
+ "value": "\"Message input view changed mode to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 18951,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19943,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19981,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20370,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20407,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20549,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20596,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20633,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24083,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24096,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24104,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24115,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24189,
+ "length": 2,
+ "value": "75"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24262,
+ "length": 2,
+ "value": "75"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24325,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24445,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24638,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24650,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25000,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25012,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25093,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25105,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25250,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25271,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25282,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25430,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25439,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25617,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25696,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26118,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26434,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26762,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26791,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26815,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26842,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31347,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31455,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31607,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31715,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31720,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31731,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 31945,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 31973,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32017,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32059,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32097,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32318,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32353,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33809,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34392,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34448,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34490,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 34658,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34702,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35337,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35507,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37311,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "Array",
+ "offset": 37840,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 38846,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38962,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39265,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 39854,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 40113,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40505,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40552,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41008,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41128,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41133,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41358,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41711,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2441,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2539,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2635,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3097,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3288,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3499,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3708,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3906,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4309,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4369,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4387,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4517,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4558,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4606,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4653,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4700,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5718,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5788,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5874,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6299,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6313,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6323,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6335,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6582,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6621,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6696,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7387,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7438,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7813,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 7824,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7895,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 7934,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10010,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 10063,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 10118,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10186,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 10232,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11024,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11036,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11396,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11711,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11864,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 12219,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 13093,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13196,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13239,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13257,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13261,
+ "length": 2,
+ "value": "99"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13393,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13412,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 13458,
+ "length": 5,
+ "value": "\"99+\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13519,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13712,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14784,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "StringLiteral",
+ "offset": 15524,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17658,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "Array",
+ "offset": 8967,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9181,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9237,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10792,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10897,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10953,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11038,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11044,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11172,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11178,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "FloatLiteral",
+ "offset": 11313,
+ "length": 4,
+ "value": "44.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11367,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12096,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12122,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12146,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12290,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12446,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12571,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 16631,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16819,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19414,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19590,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19869,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20626,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20719,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20854,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20957,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 21385,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21795,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21801,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 21963,
+ "length": 34,
+ "value": "\"There are no notification cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 23556,
+ "length": 35,
+ "value": "\"[Request] Retry load channel list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24305,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24321,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24476,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25379,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25673,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25708,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25847,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26039,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26296,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26942,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26954,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26989,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27111,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27540,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27930,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1010,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1049,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1082,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1170,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 309,
+ "length": 33,
+ "value": "\"SendbirdUIKit.SBUMultipleFilesMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 889,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1105,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1798,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3863,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3986,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4374,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4407,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 4410,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4792,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4874,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4974,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5401,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6294,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6810,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPermissionManager.swift",
+ "kind": "Dictionary",
+ "offset": 2773,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPermissionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8776,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPermissionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8827,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1319,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2103,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2879,
+ "length": 2,
+ "value": "55"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2925,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3007,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3197,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3608,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3998,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4548,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4570,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4590,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5087,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7023,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7302,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7582,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "StringLiteral",
+ "offset": 8152,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8240,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8286,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "StringLiteral",
+ "offset": 9979,
+ "length": 20,
+ "value": "\"transform.rotation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10030,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10059,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10101,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "StringLiteral",
+ "offset": 1560,
+ "length": 19,
+ "value": "\"SendbirdUIKit.SBUMessageStateView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "kind": "StringLiteral",
+ "offset": 1560,
+ "length": 19,
+ "value": "\"SendbirdUIKit.SBUMessageStateView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2585,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3273,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUFileMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4104,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUFileMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5989,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2386,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2581,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 3116,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 3463,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Array+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 3804,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 562,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 851,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1984,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1997,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2005,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2016,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2099,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2111,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2149,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2161,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2796,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/CreateChannel\/SBUCreateChannelViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4143,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFeedNotificationCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 217,
+ "length": 29,
+ "value": "\"SendbirdUIKit.SBUFeedNotificationCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 630,
+ "length": 11,
+ "value": "\"reactions\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 673,
+ "length": 15,
+ "value": "\"enable_og_tag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 738,
+ "length": 33,
+ "value": "\"use_last_messege_on_super_group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 806,
+ "length": 18,
+ "value": "\"use_last_seen_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 867,
+ "length": 26,
+ "value": "\"enable_message_threading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 947,
+ "length": 37,
+ "value": "\"allow_group_channel_create_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1038,
+ "length": 37,
+ "value": "\"allow_group_channel_invite_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1127,
+ "length": 35,
+ "value": "\"allow_operators_to_edit_operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1213,
+ "length": 34,
+ "value": "\"allow_operators_to_ban_operators\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1291,
+ "length": 27,
+ "value": "\"allow_super_group_channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1371,
+ "length": 36,
+ "value": "\"allow_group_channel_leave_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1461,
+ "length": 37,
+ "value": "\"allow_group_channel_update_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1564,
+ "length": 49,
+ "value": "\"allow_only_operator_sdk_to_update_group_channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1655,
+ "length": 25,
+ "value": "\"allow_broadcast_channel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1713,
+ "length": 19,
+ "value": "\"message_search_v3\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "StringLiteral",
+ "offset": 1846,
+ "length": 28,
+ "value": "\"allow_user_update_from_sdk\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2166,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5410,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6139,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6335,
+ "length": 2,
+ "value": "25"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6340,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6347,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6529,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6536,
+ "length": 4,
+ "value": "1024"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "Dictionary",
+ "offset": 754,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1038,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1602,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2096,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2197,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2225,
+ "length": 168,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2240,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2272,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2288,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2321,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2347,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2373,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2392,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2907,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/NSLayoutConstraint+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2938,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3328,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4498,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/RegisterOperator\/SBURegisterOperatorModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5515,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 414,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 598,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 947,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1189,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1236,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1972,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2538,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2580,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2618,
+ "length": 2,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2658,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2698,
+ "length": 2,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2922,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2973,
+ "length": 2,
+ "value": "51"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3024,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3155,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3197,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3238,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3279,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 400,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 882,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 915,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 958,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 998,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 27,
+ "value": "\"SendbirdUIKit.SBUUnknownMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1094,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1350,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1530,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1587,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2227,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2380,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2790,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "FloatLiteral",
+ "offset": 5807,
+ "length": 4,
+ "value": "14.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "FloatLiteral",
+ "offset": 6240,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9265,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 9365,
+ "length": 3,
+ "value": "\"0\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9373,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9522,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 9830,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 10158,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10306,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10611,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10698,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 11345,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11663,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11777,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11944,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12159,
+ "length": 5,
+ "value": "\"key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12212,
+ "length": 6,
+ "value": "\"name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12271,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12335,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12403,
+ "length": 13,
+ "value": "\"ui_template\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 12439,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 12488,
+ "length": 17,
+ "value": "\"color_variables\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 12528,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 12642,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 12834,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13094,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13155,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 13672,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 13855,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13940,
+ "length": 14,
+ "value": "\"template_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14023,
+ "length": 20,
+ "value": "\"template_variables\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 14066,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14170,
+ "length": 36,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14202,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14205,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 14783,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 14956,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15104,
+ "length": 33,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15133,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15136,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 15395,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Dictionary",
+ "offset": 15453,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15563,
+ "length": 3,
+ "value": "\",\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15604,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15745,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15796,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15801,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15805,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15868,
+ "length": 7,
+ "value": "\"light\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15913,
+ "length": 6,
+ "value": "\"dark\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15957,
+ "length": 9,
+ "value": "\"default\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 16277,
+ "length": 5,
+ "value": "\"\\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 16290,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16569,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16784,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17094,
+ "length": 23,
+ "value": "\"\\{([^{}\\\"\\n]+)\\}\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 17140,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 17386,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17427,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17557,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17744,
+ "length": 4,
+ "value": "\"\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17756,
+ "length": 6,
+ "value": "\"\\\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17858,
+ "length": 10,
+ "value": "\"{\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17866,
+ "length": 1,
+ "value": "\"}\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 17939,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18423,
+ "length": 3,
+ "value": "\",\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18494,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18541,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18546,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18550,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18601,
+ "length": 7,
+ "value": "\"light\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18783,
+ "length": 6,
+ "value": "\"dark\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18962,
+ "length": 9,
+ "value": "\"default\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19412,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19465,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22437,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22463,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22437,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22463,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22707,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22773,
+ "length": 12,
+ "value": "\"theme_mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22707,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22773,
+ "length": 12,
+ "value": "\"theme_mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 22940,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "Array",
+ "offset": 23085,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "kind": "StringLiteral",
+ "offset": 23151,
+ "length": 11,
+ "value": "\"templates\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Moderations\/SBUModerationsViewModel.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 683,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 466,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 949,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 961,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1098,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1129,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1155,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1183,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1803,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2260,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2471,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2513,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3486,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3555,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4633,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4658,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4678,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4701,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4831,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4844,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4855,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4894,
+ "length": 3,
+ "value": "134"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5018,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5032,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5042,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5082,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5192,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5262,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5344,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5356,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5494,
+ "length": 2,
+ "value": "-6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5593,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5713,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5725,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5827,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5840,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5878,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5890,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5992,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6005,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6044,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6056,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6400,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6576,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6579,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6821,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6824,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7307,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7310,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7440,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7443,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8007,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8189,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8301,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8598,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8606,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8766,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8774,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8779,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8982,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9135,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9271,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9424,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9974,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11375,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11443,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11490,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12680,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12720,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12790,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13010,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13234,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13357,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13459,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13496,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14494,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14704,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1185,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "Array",
+ "offset": 1294,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2493,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2538,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2558,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2735,
+ "length": 66,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2780,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2800,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3370,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3959,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3999,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4006,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4240,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4425,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4523,
+ "length": 45,
+ "value": "\"[Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4556,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4558,
+ "length": 8,
+ "value": "\" channels\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4637,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "Array",
+ "offset": 6774,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "Array",
+ "offset": 8061,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1061,
+ "length": 27,
+ "value": "\"SendbirdUIKit.SBUOpenChannelListViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8905,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9129,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9330,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9533,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9667,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9806,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9976,
+ "length": 21,
+ "value": "\"Channel was deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10066,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4243,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4414,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 4579,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5103,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelList\/SBUChannelListViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9057,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "Array",
+ "offset": 2673,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2855,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 2983,
+ "length": 4,
+ "value": "56.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3020,
+ "length": 4,
+ "value": "48.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3055,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 3091,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3184,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4176,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4917,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5148,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6210,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6313,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 6635,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6660,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6804,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6841,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6893,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7185,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7540,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8032,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8061,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8103,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8150,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 8224,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8324,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8491,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8573,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9540,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 10363,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 10449,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10907,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 11434,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 11455,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "FloatLiteral",
+ "offset": 11520,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "Array",
+ "offset": 11865,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12209,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12221,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12552,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13887,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13899,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 249,
+ "length": 11,
+ "value": "\"SBUConfig\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 2361,
+ "length": 56,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 2393,
+ "length": 1,
+ "value": "\".queue.diskcache.config\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2490,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 2533,
+ "length": 23,
+ "value": "\"sbu_config_updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 2581,
+ "length": 19,
+ "value": "\"sbu_config_config\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3266,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3630,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 4927,
+ "length": 47,
+ "value": "\"Failed to save config to disk cache: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 4973,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5590,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5982,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 6577,
+ "length": 33,
+ "value": "\"Could not remove file: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 6609,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7089,
+ "length": 33,
+ "value": "\"Could not remove file: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7121,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7588,
+ "length": 33,
+ "value": "\"Could not remove path: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7620,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7920,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 7961,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 8052,
+ "length": 20,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 8070,
+ "length": 1,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 8916,
+ "length": 69,
+ "value": "\"No last update time value file cached in the file path: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 8984,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9014,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9261,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 9422,
+ "length": 34,
+ "value": "\"No last update time value cached\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9485,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 10022,
+ "length": 10,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 10031,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10101,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "kind": "StringLiteral",
+ "offset": 10183,
+ "length": 47,
+ "value": "\"Error writing to file: lastUpdatedAtKey value\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/NotificationSettings\/SBUGroupChannelPushSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1989,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/NotificationSettings\/SBUGroupChannelPushSettingsViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2183,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/NotificationSettings\/SBUGroupChannelPushSettingsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 805,
+ "length": 36,
+ "value": "\"SendbirdUIKit.SBUGroupChannelPushSettingsViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "Array",
+ "offset": 2670,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3586,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4484,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4495,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4504,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4516,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4591,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4662,
+ "length": 3,
+ "value": "244"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4719,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4732,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4740,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4751,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4952,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5145,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5525,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5594,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5663,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5981,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 539,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 571,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 650,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 726,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1029,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1060,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUUnderLineTextField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1092,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "StringLiteral",
+ "offset": 700,
+ "length": 64,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "StringLiteral",
+ "offset": 732,
+ "length": 1,
+ "value": "\".animation.key.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "StringLiteral",
+ "offset": 763,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1772,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "Array",
+ "offset": 1802,
+ "length": 20,
+ "value": "[0.5, 0.1, 0.2, 0.1]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1948,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "FloatLiteral",
+ "offset": 1954,
+ "length": 5,
+ "value": "-10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2041,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "FloatLiteral",
+ "offset": 2177,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2251,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2256,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2405,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "Dictionary",
+ "offset": 7702,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7923,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9774,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9952,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10298,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10311,
+ "length": 2,
+ "value": "-8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10320,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10363,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10496,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10508,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10806,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10819,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12141,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15044,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 22964,
+ "length": 21,
+ "value": "\"Channel must exist!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23152,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24790,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24877,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25784,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26015,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26077,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26164,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26290,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27439,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27692,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27779,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28950,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29645,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29732,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31240,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31327,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31473,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 34107,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34464,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34470,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 34627,
+ "length": 29,
+ "value": "\"There are no message cells!\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37261,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37314,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37496,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38001,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38040,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38731,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38924,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38969,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39114,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39241,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40382,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40511,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40554,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40563,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 40610,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41366,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41636,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41753,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 41913,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42227,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 43212,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 43313,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 44141,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44190,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 44946,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 45593,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 45642,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46592,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47735,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7172,
+ "length": 24,
+ "value": "\"uploadableFileInfoList\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7228,
+ "length": 7,
+ "value": "\"image\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7265,
+ "length": 5,
+ "value": "\"gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 7302,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7675,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9836,
+ "length": 105,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9929,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9936,
+ "length": 1,
+ "value": "\".jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 9973,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 10276,
+ "length": 24,
+ "value": "\"Failed to get mimeType\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 10399,
+ "length": 11,
+ "value": "\"image\/gif\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12369,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13679,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17984,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19442,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21060,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23049,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 23227,
+ "length": 105,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23320,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 23327,
+ "length": 1,
+ "value": "\".jpg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 23544,
+ "length": 12,
+ "value": "\"image\/jpeg\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24542,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 25210,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27033,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27092,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27698,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28058,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28636,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "Dictionary",
+ "offset": 29450,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30805,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 30935,
+ "length": 22,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 30947,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 30956,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 31056,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 31068,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 31085,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32910,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33004,
+ "length": 22,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33016,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33025,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33089,
+ "length": 30,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33101,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 33118,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 34919,
+ "length": 41,
+ "value": "\"`SBUGlobals.userMentionConfig` is `nil`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 35122,
+ "length": 92,
+ "value": "\"User mention features are disabled. See `SBUGlobals.isMentionEnabled` for more information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35355,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35713,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35942,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36107,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36193,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36325,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36516,
+ "length": 3,
+ "value": "164"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36569,
+ "length": 3,
+ "value": "196"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36704,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37419,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37487,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37607,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37672,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37779,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 37792,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38049,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38118,
+ "length": 3,
+ "value": "196"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "Array",
+ "offset": 38413,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "IntegerLiteral",
+ "offset": 38926,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39387,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39565,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 39836,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 40273,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 41025,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 42092,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "StringLiteral",
+ "offset": 43061,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "kind": "BooleanLiteral",
+ "offset": 44696,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 243,
+ "length": 4,
+ "value": "5381"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 270,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 743,
+ "length": 46,
+ "value": "\"invalid regex: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 788,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 810,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 892,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1076,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1215,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 1393,
+ "length": 54,
+ "value": "\"failed removing regex: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 1446,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1625,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "Array",
+ "offset": 1744,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1773,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1861,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 2037,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2220,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2302,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2319,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2048,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2559,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4265,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4692,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7757,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8561,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8611,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8889,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUGroupChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8996,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2001,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2546,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3508,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3558,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/SBURegisterOperatorViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3954,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 338,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 386,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 808,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUOpenChannelImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 855,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 458,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 974,
+ "length": 65,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1018,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1038,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1169,
+ "length": 65,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1213,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1233,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1426,
+ "length": 29,
+ "value": "\"[Request] Next channel List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1623,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1736,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1800,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2056,
+ "length": 29,
+ "value": "\"[Request] Next channel List\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 295,
+ "length": 27,
+ "value": "\"SendbirdUIKit.SBUBaseChannelListViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2855,
+ "length": 26,
+ "value": "\"Did succeed reconnection\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3001,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3058,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3146,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1728,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1795,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1863,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1925,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1992,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2063,
+ "length": 2,
+ "value": "48"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2131,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2256,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2317,
+ "length": 2,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2377,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2435,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2498,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2571,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2633,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2701,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2763,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2830,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4131,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "kind": "Array",
+ "offset": 10941,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/GroupChannel\/SBUGroupChannelListModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 1685,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2421,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2450,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2854,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3028,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4492,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4535,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 6187,
+ "length": 36,
+ "value": "\"Can't read multiple files message.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7241,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 7483,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8601,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 8681,
+ "length": 9,
+ "value": "\"message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 8692,
+ "length": 12,
+ "value": "\"deprecated\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 9035,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9994,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 10074,
+ "length": 9,
+ "value": "\"message\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 10085,
+ "length": 12,
+ "value": "\"deprecated\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "kind": "StringLiteral",
+ "offset": 10450,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 489,
+ "length": 6,
+ "value": "\"%lld\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 564,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "FloatLiteral",
+ "offset": 660,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1189,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2058,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2091,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2275,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2309,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2488,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2520,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2700,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2733,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2920,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2955,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7697,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7729,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7763,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8080,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8196,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8302,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 8789,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 9007,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 9052,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9298,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9330,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9520,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9553,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9750,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9785,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 9974,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "StringLiteral",
+ "offset": 10009,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10654,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10695,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13199,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 718,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 928,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2360,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2803,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3213,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 348,
+ "length": 5,
+ "value": "10001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 538,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2150,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2362,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2513,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2625,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2772,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2946,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2956,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2964,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2975,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "FloatLiteral",
+ "offset": 3206,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3267,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3278,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "FloatLiteral",
+ "offset": 3316,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3354,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5085,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5135,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5777,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5787,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5799,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5810,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 281,
+ "length": 17,
+ "value": "\"SendbirdUIKit.SBUNewMessageInfo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 227,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 373,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "Dictionary",
+ "offset": 517,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 683,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "StringLiteral",
+ "offset": 764,
+ "length": 7,
+ "value": "\"https\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1229,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "StringLiteral",
+ "offset": 1303,
+ "length": 23,
+ "value": "\"Can't read file size.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1376,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1398,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1990,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6949,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8435,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9045,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9084,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9336,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10088,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10210,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10243,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "StringLiteral",
+ "offset": 10731,
+ "length": 42,
+ "value": "\"The message is not a type of UserMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10965,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12943,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13541,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14590,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14641,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14661,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14733,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14804,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15324,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIViewController+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 665,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/ChannelSettings\/SBUBaseChannelSettingsViewController.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3161,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 470,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 511,
+ "length": 11,
+ "value": "\"📕Error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 772,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 813,
+ "length": 13,
+ "value": "\"📙Warning\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1070,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1111,
+ "length": 10,
+ "value": "\"📘Info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1358,
+ "length": 6,
+ "value": "\"Main\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1389,
+ "length": 3,
+ "value": "\"-\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1450,
+ "length": 3,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1463,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1491,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1505,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1580,
+ "length": 25,
+ "value": "\"yyyy-MM-dd HH:mm:ss.SSS\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1728,
+ "length": 51,
+ "value": "\"🎨SBULog \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1747,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1757,
+ "length": 1,
+ "value": "\" [%@ %@:%@:%d] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1778,
+ "length": 35,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1864,
+ "length": 44,
+ "value": "\"🎨SBULog \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1883,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBULogger.swift",
+ "kind": "StringLiteral",
+ "offset": 1893,
+ "length": 1,
+ "value": "\" [%@ %@:%@:%d]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4835,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2119,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3113,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3352,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3579,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4433,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4790,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4869,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "IntegerLiteral",
+ "offset": 318,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "IntegerLiteral",
+ "offset": 364,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "IntegerLiteral",
+ "offset": 318,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "IntegerLiteral",
+ "offset": 364,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 6,
+ "value": "\"none\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "StringLiteral",
+ "offset": 804,
+ "length": 6,
+ "value": "\"edit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "kind": "StringLiteral",
+ "offset": 844,
+ "length": 13,
+ "value": "\"quote reply\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1900,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2489,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4056,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "FloatLiteral",
+ "offset": 4390,
+ "length": 3,
+ "value": "0.7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6248,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7403,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7992,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8458,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 2466,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3196,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4981,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 5030,
+ "length": 28,
+ "value": "\"The index is out of range.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5066,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5146,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6113,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6173,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6205,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6572,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelList\/OpenChannel\/SBUOpenChannelListModule.List.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6629,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 288,
+ "length": 31,
+ "value": "\"enableUsingDefaultUserProfile\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 288,
+ "length": 31,
+ "value": "\"enableUsingDefaultUserProfile\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 476,
+ "length": 16,
+ "value": "\"enableDocument\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 476,
+ "length": 16,
+ "value": "\"enableDocument\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 612,
+ "length": 13,
+ "value": "\"enablePhoto\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 656,
+ "length": 13,
+ "value": "\"enableVideo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 612,
+ "length": 13,
+ "value": "\"enablePhoto\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 656,
+ "length": 13,
+ "value": "\"enableVideo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 13,
+ "value": "\"enablePhoto\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 13,
+ "value": "\"enableVideo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 13,
+ "value": "\"enablePhoto\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 13,
+ "value": "\"enableVideo\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1123,
+ "length": 13,
+ "value": "\"enableOgtag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1177,
+ "length": 23,
+ "value": "\"enableTypingIndicator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1235,
+ "length": 17,
+ "value": "\"enableReactions\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1297,
+ "length": 27,
+ "value": "\"enableReactionsSupergroup\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1367,
+ "length": 15,
+ "value": "\"enableMention\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1420,
+ "length": 20,
+ "value": "\"enableVoiceMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1482,
+ "length": 24,
+ "value": "\"enableSuggestedReplies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1557,
+ "length": 23,
+ "value": "\"enableFormTypeMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1624,
+ "length": 16,
+ "value": "\"enableFeedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1123,
+ "length": 13,
+ "value": "\"enableOgtag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1177,
+ "length": 23,
+ "value": "\"enableTypingIndicator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1235,
+ "length": 17,
+ "value": "\"enableReactions\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1297,
+ "length": 27,
+ "value": "\"enableReactionsSupergroup\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1367,
+ "length": 15,
+ "value": "\"enableMention\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1420,
+ "length": 20,
+ "value": "\"enableVoiceMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1482,
+ "length": 24,
+ "value": "\"enableSuggestedReplies\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1557,
+ "length": 23,
+ "value": "\"enableFormTypeMessage\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1624,
+ "length": 16,
+ "value": "\"enableFeedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1865,
+ "length": 23,
+ "value": "\"enableTypingIndicator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1934,
+ "length": 28,
+ "value": "\"enableMessageReceiptStatus\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1865,
+ "length": 23,
+ "value": "\"enableTypingIndicator\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 1934,
+ "length": 28,
+ "value": "\"enableMessageReceiptStatus\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 2094,
+ "length": 21,
+ "value": "\"enableMessageSearch\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 2094,
+ "length": 21,
+ "value": "\"enableMessageSearch\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 2238,
+ "length": 13,
+ "value": "\"enableOgtag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 2238,
+ "length": 13,
+ "value": "\"enableOgtag\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 1962,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Dictionary",
+ "offset": 2342,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Dictionary",
+ "offset": 2471,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2748,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2816,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2860,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2958,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Dictionary",
+ "offset": 3927,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Dictionary",
+ "offset": 3993,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4427,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5064,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5982,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6009,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6037,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 6137,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6197,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6229,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6588,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8387,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8540,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8589,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9005,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9886,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10336,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10815,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11416,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12167,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12211,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12660,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12752,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12887,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12987,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13043,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13100,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13622,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13891,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 14035,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14103,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15343,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15773,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16015,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16394,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16477,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 17219,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17279,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 17835,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 17885,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18021,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 18999,
+ "length": 18,
+ "value": "\"[@][{](.*?)([}])\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21749,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 21851,
+ "length": 4,
+ "value": "\"@{\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 21880,
+ "length": 3,
+ "value": "\"}\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "Array",
+ "offset": 22668,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 22697,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22773,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22808,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24722,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 25639,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26546,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27660,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 28538,
+ "length": 42,
+ "value": "\"Mention must have a range to insert into\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 28762,
+ "length": 52,
+ "value": "\"Mention range is out of bounds for the text length\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29121,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29455,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 29783,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29914,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29960,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30108,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30119,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30211,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30431,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 30561,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30642,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30789,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30793,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31330,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31400,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31478,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31653,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31902,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31918,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32001,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32056,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 32128,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 32169,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 32197,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 418,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 418,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 418,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 802,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 819,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 842,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 862,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 802,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 819,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 842,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 862,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 802,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 819,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 842,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 862,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3181,
+ "length": 76,
+ "value": "\"init(channelURL:startingPoint:messageListParams:) has not been implemented\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6971,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 7218,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 8277,
+ "length": 61,
+ "value": "\"Either the channel or the channelURL parameter must be set.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9877,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9943,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9999,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10053,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10108,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10277,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10486,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10639,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10795,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10871,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10926,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10979,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11033,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11182,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11255,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11318,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11379,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11441,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11657,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11840,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12017,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12197,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12280,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12342,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12402,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12463,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13050,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13427,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13496,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13562,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13905,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13986,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "Array",
+ "offset": 14096,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14108,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14120,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14138,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 14519,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14820,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 14951,
+ "length": 75,
+ "value": "\"Up to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 15008,
+ "length": 3,
+ "value": "\" can be attached.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15126,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17148,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17270,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17482,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18277,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19741,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19985,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20074,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "Array",
+ "offset": 20455,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23026,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23875,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 25505,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 25515,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 25589,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26310,
+ "length": 11,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26320,
+ "length": 59,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 26378,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27239,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27659,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27930,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28131,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "Array",
+ "offset": 31884,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 34127,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34271,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34326,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34752,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35071,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35107,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35221,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35311,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35387,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36310,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36413,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 30,
+ "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 30,
+ "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 30,
+ "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4323,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4345,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 4420,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4449,
+ "length": 2,
+ "value": "50"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6626,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6630,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6780,
+ "length": 72,
+ "value": "\"`init?(coder:)` has not been implemented. Use `init(params:delegate:)`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8090,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9476,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 10555,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 10602,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10721,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10794,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10858,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10920,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10983,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11103,
+ "length": 2,
+ "value": "56"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13228,
- "length": 20,
- "value": "\"Muted Participants\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11233,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13310,
- "length": 14,
- "value": "\"Banned users\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11356,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11482,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11544,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11607,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11730,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11873,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11886,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12638,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13126,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13877,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 13924,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13996,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14038,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14085,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14098,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 14271,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14343,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14385,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14463,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
"kind": "StringLiteral",
- "offset": 13377,
- "length": 14,
- "value": "\"Participants\""
+ "offset": 15292,
+ "length": 37,
+ "value": "\"Did receive error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
"kind": "StringLiteral",
- "offset": 13454,
- "length": 11,
- "value": "\"(No name)\""
+ "offset": 15325,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
"kind": "StringLiteral",
- "offset": 13504,
- "length": 10,
- "value": "\"Operator\""
+ "offset": 15328,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
"kind": "StringLiteral",
- "offset": 13598,
- "length": 10,
- "value": "\"Operator\""
+ "offset": 2936,
+ "length": 21,
+ "value": "\"SendbirdUIKit.SBUFileViewController\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16659,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16672,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16680,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16691,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18339,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18350,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18359,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18403,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18490,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18579,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 521,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 527,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 537,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 548,
+ "length": 2,
+ "value": "76"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 882,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "Array",
+ "offset": 1362,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1392,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2076,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2207,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2732,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3050,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3221,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3231,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3242,
+ "length": 2,
+ "value": "76"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3465,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3475,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3487,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3497,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3937,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4008,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4194,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4204,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4212,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4223,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4413,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4439,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4463,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4490,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4838,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5090,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6441,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6549,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6827,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6982,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7004,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7427,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7453,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7779,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8141,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8377,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8403,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8482,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8615,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8850,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8977,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9026,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
"kind": "StringLiteral",
- "offset": 13657,
+ "offset": 213,
+ "length": 26,
+ "value": "\"SendbirdUIKit.SBUMenuSheetViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 331,
"length": 8,
- "value": "\"Member\""
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13709,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 349,
"length": 9,
- "value": "\"User ID\""
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13763,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 368,
"length": 9,
- "value": "\"Message\""
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13818,
- "length": 10,
- "value": "\"Register\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 331,
+ "length": 8,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13876,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 349,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 368,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 331,
+ "length": 8,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 349,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 368,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
"length": 12,
- "value": "\"Unregister\""
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13930,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 530,
+ "length": 19,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 19,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 588,
"length": 6,
- "value": "\"Mute\""
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 13980,
- "length": 8,
- "value": "\"Unmute\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 604,
+ "length": 15,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14029,
- "length": 5,
- "value": "\"Ban\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 629,
+ "length": 19,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14110,
- "length": 7,
- "value": "\"Group\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
+ "length": 12,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14165,
- "length": 13,
- "value": "\"Super group\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 530,
+ "length": 19,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14225,
- "length": 11,
- "value": "\"Broadcast\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 19,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14309,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 588,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 604,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 629,
+ "length": 19,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 508,
"length": 12,
- "value": "\"(optional)\""
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14379,
- "length": 24,
- "value": "\"Please check the value\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 530,
+ "length": 19,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14490,
- "length": 40,
- "value": "\"Provide additional feedback (optional)\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 19,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14594,
- "length": 17,
- "value": "\"Leave a comment\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 588,
+ "length": 6,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14668,
- "length": 14,
- "value": "\"Edit comment\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 604,
+ "length": 15,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14733,
- "length": 17,
- "value": "\"Remove feedback\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 629,
+ "length": 19,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 14806,
- "length": 22,
- "value": "\"Successfully changed\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2548,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 14935,
+ "offset": 3222,
+ "length": 36,
+ "value": "\"[Failed] Request record permission\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "Dictionary",
+ "offset": 3737,
"length": 3,
- "value": "\"@\""
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 15050,
- "length": 95,
- "value": "\"You can mention up to \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4112,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "IntegerLiteral",
- "offset": 15121,
- "length": 2,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4507,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 15124,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4843,
"length": 5,
- "value": "\" times per message. \""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15321,
- "length": 17,
- "value": "\"Reply in thread\""
+ "offset": 4884,
+ "length": 31,
+ "value": "\"[Failed] Recorder preparation\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5100,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5172,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15441,
+ "offset": 5263,
"length": 17,
- "value": "\"Reply in thread\""
+ "value": "\"[Failed] Record\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5393,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15505,
- "length": 17,
- "value": "\"Reply to thread\""
+ "offset": 5599,
+ "length": 36,
+ "value": "\"[Failed] Request record permission\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5843,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 5997,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6004,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6660,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6728,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6985,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7873,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15611,
- "length": 8,
- "value": "\"Thread\""
+ "offset": 7922,
+ "length": 73,
+ "value": "\"[Failed] Audio session preparation error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 15842,
- "length": 8,
- "value": "\"Cancel\""
+ "offset": 7994,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8113,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 16100,
- "length": 20,
- "value": "\"Channel is frozen.\""
+ "offset": 8350,
+ "length": 5,
+ "value": "\"m4a\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 16324,
- "length": 31,
- "value": "\"You're muted by the operator.\""
+ "offset": 8383,
+ "length": 30,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 16570,
- "length": 15,
- "value": "\"Voice message\""
+ "offset": 8395,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17188,
- "length": 15,
- "value": "\"Voice message\""
+ "offset": 8412,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17319,
- "length": 15,
- "value": "\"Voice_message\""
+ "offset": 8558,
+ "length": 28,
+ "value": "\"[Failed] Create voice file\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8704,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17577,
- "length": 7,
- "value": "\"Photo\""
+ "offset": 9109,
+ "length": 74,
+ "value": "\"[Failed] Audio recorder preparation error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17621,
+ "offset": 9182,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9301,
"length": 5,
- "value": "\"GIF\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
- "kind": "StringLiteral",
- "offset": 17665,
- "length": 7,
- "value": "\"Video\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9378,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9404,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17711,
- "length": 7,
- "value": "\"Audio\""
+ "offset": 9449,
+ "length": 40,
+ "value": "\"[Succeeded] Audio recorder preparation\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9626,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 9805,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9935,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10284,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17757,
- "length": 15,
- "value": "\"Voice message\""
+ "offset": 10779,
+ "length": 79,
+ "value": "\"Recorder will be canceled because it is less than the minimum recording time.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17810,
- "length": 6,
- "value": "\"File\""
+ "offset": 11196,
+ "length": 27,
+ "value": "\"[Failed] Finish recording\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 17863,
- "length": 7,
- "value": "\"Photo\""
+ "offset": 11520,
+ "length": 59,
+ "value": "\"[Failed] Recorder encode error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 18092,
- "length": 67,
- "value": "\"The maximum size per file is \""
+ "offset": 11578,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUStringSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
"kind": "StringLiteral",
- "offset": 18155,
- "length": 2,
- "value": "\"MB.\""
+ "offset": 2089,
+ "length": 16,
+ "value": "\"SendbirdUIKit.SBUVoiceRecorder\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 369,
- "length": 4,
- "value": "18.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 969,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 464,
- "length": 4,
- "value": "18.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1008,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
"kind": "IntegerLiteral",
- "offset": 676,
- "length": 2,
- "value": "20"
+ "offset": 1041,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
"kind": "IntegerLiteral",
- "offset": 711,
- "length": 2,
- "value": "18"
+ "offset": 1084,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 868,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1172,
"length": 4,
- "value": "0.2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "kind": "StringLiteral",
+ "offset": 200,
+ "length": 24,
+ "value": "\"SendbirdUIKit.SBUFileMessageCellParams\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUTheme.Deprecated.swift",
"kind": "FloatLiteral",
- "offset": 999,
- "length": 4,
- "value": "16.0"
+ "offset": 13002,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUTheme.Deprecated.swift",
"kind": "FloatLiteral",
- "offset": 1142,
+ "offset": 20612,
"length": 4,
- "value": "16.0"
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 1361,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUTheme.Deprecated.swift",
+ "kind": "FloatLiteral",
+ "offset": 25798,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 1396,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 341,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 1688,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1036,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1908,
- "length": 2,
- "value": "16"
+ "offset": 1046,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1943,
- "length": 2,
- "value": "14"
+ "offset": 1054,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 2234,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1065,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 2453,
- "length": 2,
- "value": "20"
+ "offset": 310,
+ "length": 20,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 2488,
- "length": 2,
- "value": "14"
+ "offset": 340,
+ "length": 17,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 2776,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 367,
"length": 4,
- "value": "14.0"
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 2992,
- "length": 2,
- "value": "20"
+ "offset": 381,
+ "length": 5,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 3027,
- "length": 2,
- "value": "14"
+ "offset": 396,
+ "length": 17,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 3329,
- "length": 4,
- "value": "18.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 423,
+ "length": 13,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 3553,
- "length": 2,
- "value": "24"
+ "offset": 310,
+ "length": 20,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 3588,
- "length": 2,
- "value": "18"
+ "offset": 340,
+ "length": 17,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 3750,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 367,
"length": 4,
- "value": "0.38"
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 3888,
- "length": 4,
- "value": "16.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 381,
+ "length": 5,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 4110,
- "length": 2,
- "value": "16"
+ "offset": 396,
+ "length": 17,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 4145,
- "length": 2,
- "value": "16"
+ "offset": 423,
+ "length": 13,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 4307,
- "length": 4,
- "value": "0.4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 310,
+ "length": 20,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 4445,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 340,
+ "length": 17,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 4667,
- "length": 2,
- "value": "16"
+ "offset": 367,
+ "length": 4,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 4702,
- "length": 2,
- "value": "14"
+ "offset": 381,
+ "length": 5,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 4975,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 396,
+ "length": 17,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 5195,
- "length": 2,
- "value": "16"
+ "offset": 423,
+ "length": 13,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 5230,
- "length": 2,
- "value": "14"
+ "offset": 1964,
+ "length": 8,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 5532,
- "length": 4,
- "value": "12.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1986,
+ "length": 7,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 5754,
- "length": 2,
- "value": "12"
+ "offset": 2007,
+ "length": 6,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 5789,
- "length": 2,
- "value": "12"
+ "offset": 2027,
+ "length": 7,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 6067,
- "length": 4,
- "value": "12.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1964,
+ "length": 8,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 6292,
- "length": 2,
- "value": "12"
+ "offset": 1986,
+ "length": 7,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 6327,
- "length": 2,
- "value": "12"
+ "offset": 2007,
+ "length": 6,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 6602,
- "length": 4,
- "value": "11.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2027,
+ "length": 7,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 6824,
- "length": 2,
- "value": "12"
+ "offset": 1964,
+ "length": 8,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 6859,
- "length": 2,
- "value": "11"
+ "offset": 1986,
+ "length": 7,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 7137,
- "length": 4,
- "value": "11.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2007,
+ "length": 6,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 7362,
- "length": 2,
- "value": "12"
+ "offset": 2027,
+ "length": 7,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 7397,
- "length": 2,
- "value": "11"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3143,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 3176,
+ "length": 29,
+ "value": "\"[Failed] Player preparation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3466,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "FloatLiteral",
- "offset": 7722,
- "length": 4,
- "value": "16.0"
+ "offset": 3505,
+ "length": 3,
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 7948,
- "length": 2,
- "value": "22"
+ "offset": 3788,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 7983,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3898,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 8147,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 3935,
+ "length": 29,
+ "value": "\"[Failed] Player preparation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4082,
"length": 4,
- "value": "0.2"
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 8288,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4142,
"length": 4,
- "value": "16.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 8515,
- "length": 2,
- "value": "24"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 4349,
+ "length": 15,
+ "value": "\"[Failed] Play\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 8550,
- "length": 2,
- "value": "16"
+ "offset": 5222,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 8714,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5642,
"length": 4,
- "value": "0.2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 8855,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6363,
"length": 4,
- "value": "14.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9082,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6431,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "IntegerLiteral",
- "offset": 9117,
- "length": 2,
- "value": "14"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6591,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUFontSet.swift",
- "kind": "FloatLiteral",
- "offset": 9281,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 7125,
+ "length": 37,
+ "value": "\"AVAudioSession Category Playback OK\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7229,
"length": 4,
- "value": "0.2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "StringLiteral",
- "offset": 421,
- "length": 2,
- "value": "\"\""
+ "offset": 7280,
+ "length": 26,
+ "value": "\"AVAudioSession is Active\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "StringLiteral",
- "offset": 471,
- "length": 2,
- "value": "\"\""
+ "offset": 7704,
+ "length": 66,
+ "value": "\"[Failed] Audio player preparation: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "StringLiteral",
- "offset": 522,
+ "offset": 7769,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
- "kind": "FloatLiteral",
- "offset": 789,
- "length": 3,
- "value": "0.4"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "BooleanLiteral",
- "offset": 827,
+ "offset": 7983,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/QuotedFileImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "BooleanLiteral",
- "offset": 1037,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 351,
- "length": 3,
- "value": "136"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 399,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 446,
- "length": 2,
- "value": "12"
+ "offset": 8041,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 497,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8159,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 546,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 8253,
+ "length": 38,
+ "value": "\"[Succeeded] Audio player preparation\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 660,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8340,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 774,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "FloatLiteral",
+ "offset": 8519,
+ "length": 3,
+ "value": "0.1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "BooleanLiteral",
- "offset": 1135,
+ "offset": 8647,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 1501,
- "length": 2,
- "value": "10"
+ "offset": 8984,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 1740,
+ "offset": 9058,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 1844,
+ "offset": 9256,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
"kind": "IntegerLiteral",
- "offset": 1988,
+ "offset": 9579,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 2092,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 9675,
+ "length": 25,
+ "value": "\"[Failed] Finish playing\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 228,
- "length": 3,
- "value": "244"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 9985,
+ "length": 57,
+ "value": "\"[Failed] Player decode error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 284,
- "length": 3,
- "value": "240"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 10041,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 297,
- "length": 3,
- "value": "160"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
+ "kind": "StringLiteral",
+ "offset": 1767,
+ "length": 14,
+ "value": "\"SendbirdUIKit.SBUVoicePlayer\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 350,
- "length": 3,
- "value": "240"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2217,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 363,
- "length": 3,
- "value": "160"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2279,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
"kind": "IntegerLiteral",
- "offset": 433,
- "length": 3,
- "value": "156"
+ "offset": 2522,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
"kind": "IntegerLiteral",
- "offset": 446,
- "length": 3,
- "value": "104"
+ "offset": 2535,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
"kind": "IntegerLiteral",
- "offset": 515,
- "length": 3,
- "value": "136"
+ "offset": 2543,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/OpenChannel\/SBUOpenChannelModule.Media.swift",
"kind": "IntegerLiteral",
- "offset": 528,
- "length": 2,
- "value": "44"
+ "offset": 2554,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 600,
- "length": 3,
- "value": "311"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 3497,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 613,
- "length": 3,
- "value": "207"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "Array",
+ "offset": 5106,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 677,
- "length": 3,
- "value": "311"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5791,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 690,
- "length": 3,
- "value": "207"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 6143,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 750,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6976,
"length": 5,
- "value": "144.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 765,
- "length": 4,
- "value": "38.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 823,
- "length": 4,
- "value": "40.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/GroupChannel\/SBUGroupChannelSettingsModule.List.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7718,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 837,
- "length": 4,
- "value": "40.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3185,
+ "length": 2,
+ "value": "30"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 897,
- "length": 4,
- "value": "38.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 3705,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 911,
- "length": 4,
- "value": "38.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4039,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 977,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4991,
"length": 5,
- "value": "144.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "FloatLiteral",
- "offset": 992,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5499,
"length": 4,
- "value": "38.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 1052,
- "length": 3,
- "value": "244"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 1120,
- "length": 2,
- "value": "44"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5829,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 1132,
- "length": 2,
- "value": "44"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5877,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1171,
- "length": 42,
- "value": "\"https:\/\/static.sendbird.com\/sample\/cover\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5923,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1254,
- "length": 10,
- "value": "\"sb_uikit\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5964,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1304,
- "length": 20,
- "value": "\"com.sendbird.uikit\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6148,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1378,
- "length": 44,
+ "offset": 6322,
+ "length": 65,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1398,
+ "offset": 6366,
"length": 1,
- "value": "\".delegate.channel.group\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1470,
- "length": 43,
- "value": "\"\""
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1490,
+ "offset": 6386,
"length": 1,
- "value": "\".delegate.channel.open\""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1561,
- "length": 43,
+ "offset": 6490,
+ "length": 67,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1581,
+ "offset": 6536,
"length": 1,
- "value": "\".delegate.channel.feed\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1656,
- "length": 41,
- "value": "\"\""
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1676,
+ "offset": 6556,
"length": 1,
- "value": "\".delegate.connection\""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "StringLiteral",
- "offset": 1734,
- "length": 15,
- "value": "\"SBUAppVersion\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6947,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1789,
- "length": 11,
- "value": "\"audio\/m4a\""
+ "offset": 7238,
+ "length": 65,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1849,
- "length": 16,
- "value": "\"sbu_type=voice\""
+ "offset": 7282,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1907,
- "length": 28,
- "value": "\"KEY_VOICE_MESSAGE_DURATION\""
+ "offset": 7302,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1976,
- "length": 27,
- "value": "\"KEY_INTERNAL_MESSAGE_TYPE\""
+ "offset": 7406,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 2109,
- "length": 41,
- "value": "\"com.sendbird.uikit.groupchannel.message\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 2239,
+ "offset": 7452,
"length": 1,
- "value": "3"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUConstant.swift",
- "kind": "IntegerLiteral",
- "offset": 2281,
- "length": 3,
- "value": "102"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "IntegerLiteral",
- "offset": 580,
- "length": 2,
- "value": "30"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "IntegerLiteral",
- "offset": 771,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7472,
"length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "BooleanLiteral",
- "offset": 802,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "BooleanLiteral",
- "offset": 838,
- "length": 4,
- "value": "true"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1003,
+ "offset": 8198,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "IntegerLiteral",
- "offset": 1142,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "FloatLiteral",
- "offset": 1794,
- "length": 3,
- "value": "0.4"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "BooleanLiteral",
- "offset": 1845,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUBottomSheetController.swift",
- "kind": "IntegerLiteral",
- "offset": 2764,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 939,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageSearch\/SBUMessageSearchViewModel.swift",
- "kind": "Array",
- "offset": 1198,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8366,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionView.swift",
- "kind": "IntegerLiteral",
- "offset": 515,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8412,
"length": 1,
- "value": "1"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
- "kind": "IntegerLiteral",
- "offset": 831,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8432,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
- "kind": "IntegerLiteral",
- "offset": 854,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8518,
+ "length": 65,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
- "kind": "IntegerLiteral",
- "offset": 878,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8562,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
- "kind": "IntegerLiteral",
- "offset": 903,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8582,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUPaddingLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 178,
- "length": 15,
- "value": "\"SendbirdUIKit.SBUPaddingLabel\""
+ "offset": 9291,
+ "length": 20,
+ "value": "\"Invalid ChannelURL\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9401,
+ "length": 20,
+ "value": "\"Invalid ChannelURL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 518,
+ "offset": 10231,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewNotificationInfo.swift",
- "kind": "IntegerLiteral",
- "offset": 846,
- "length": 5,
- "value": "10001"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10358,
+ "length": 47,
+ "value": "\"[Request] Load channel: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
- "kind": "Array",
- "offset": 1281,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10404,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUserMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 4065,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10904,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1641,
- "length": 20,
- "value": "\"transform.rotation\""
+ "offset": 10972,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "IntegerLiteral",
- "offset": 1692,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11997,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "IntegerLiteral",
- "offset": 1721,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12298,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "FloatLiteral",
- "offset": 1763,
- "length": 3,
- "value": "1.1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13400,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "FloatLiteral",
- "offset": 1935,
- "length": 5,
- "value": "100.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13461,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULoading.swift",
- "kind": "FloatLiteral",
- "offset": 1972,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13852,
"length": 4,
- "value": "64.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
- "kind": "IntegerLiteral",
- "offset": 434,
- "length": 1,
- "value": "0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2566,
+ "offset": 13951,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4712,
+ "offset": 14008,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUCoverImageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6307,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
- "kind": "Dictionary",
- "offset": 606,
- "length": 3,
- "value": "[]"
+ "offset": 14048,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
- "kind": "Dictionary",
- "offset": 720,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14181,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
- "kind": "Dictionary",
- "offset": 841,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15268,
+ "length": 122,
+ "value": "\"loadInitialNotifications,\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
- "kind": "Dictionary",
- "offset": 961,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15374,
+ "length": 16899,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1607,
+ "offset": 15887,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2343,
+ "offset": 16036,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2710,
- "length": 5,
- "value": "false"
+ "offset": 16216,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3381,
+ "offset": 16289,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16861,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUPendingMessageManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3939,
+ "offset": 16955,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1167,
+ "offset": 17209,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1112,
+ "offset": 17300,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "BooleanLiteral",
- "offset": 1558,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 729,
- "length": 11,
- "value": "\"SendbirdUIKit.SBUMenuItem\""
+ "offset": 17557,
+ "length": 35,
+ "value": "\"Prev notification already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "Array",
- "offset": 2542,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17652,
+ "length": 34,
+ "value": "\"[Request] Prev notification list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2674,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18015,
"length": 5,
- "value": "180.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2710,
- "length": 4,
- "value": "40.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18188,
+ "length": 67,
+ "value": "\"[Prev notification response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2745,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18240,
+ "length": 13,
+ "value": "\" notifications\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2779,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18484,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2814,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18589,
"length": 4,
- "value": "18.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2854,
- "length": 3,
- "value": "8.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2903,
- "length": 4,
- "value": "15.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18778,
+ "length": 35,
+ "value": "\"Next notification already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
- "kind": "FloatLiteral",
- "offset": 2950,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18969,
"length": 4,
- "value": "36.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3086,
+ "offset": 19207,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2251,
+ "offset": 19340,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUSelectablePhotoViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1759,
- "length": 32,
- "value": "\"SendbirdUIKit.SBUSelectablePhotoViewController\""
+ "offset": 19489,
+ "length": 67,
+ "value": "\"[Next notification Response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelSettings\/SBUOpenChannelSettingsViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 537,
- "length": 31,
- "value": "\"SendbirdUIKit.SBUOpenChannelSettingsViewModel\""
+ "offset": 19541,
+ "length": 13,
+ "value": "\" notifications\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "StringLiteral",
- "offset": 463,
- "length": 21,
- "value": "\"com.sendbird.atomic\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19785,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1642,
- "length": 5,
- "value": "false"
+ "offset": 19889,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2890,
+ "offset": 20117,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
- "length": 9,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3728,
- "length": 6,
- "value": "2"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
- "length": 9,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3728,
- "length": 6,
- "value": "2"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
- "length": 9,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUPropertyWrapper.swift",
- "kind": "IntegerLiteral",
- "offset": 3728,
- "length": 6,
- "value": "2"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2900,
- "length": 2,
- "value": "30"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "Array",
- "offset": 3617,
+ "offset": 21613,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "Array",
- "offset": 3741,
+ "offset": 21661,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5075,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5123,
+ "offset": 23459,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5169,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23519,
+ "length": 104,
+ "value": "\"First : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5210,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23571,
+ "length": 1,
+ "value": "\", Last : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5395,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 23622,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5436,
+ "offset": 23666,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUBaseChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 28074,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 402,
- "length": 3,
- "value": "164"
+ "offset": 24608,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 458,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 25800,
"length": 2,
- "value": "12"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 514,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 568,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
- "kind": "IntegerLiteral",
- "offset": 625,
- "length": 1,
- "value": "4"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 681,
+ "offset": 26108,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUOpenChannelMessageWebView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 733,
+ "offset": 26263,
"length": 1,
- "value": "8"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 363,
+ "offset": 26412,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 812,
- "length": 1,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26472,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUEmojiListViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 221,
+ "offset": 27084,
"length": 26,
- "value": "\"SendbirdUIKit.SBUEmojiListViewController\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "FloatLiteral",
- "offset": 1376,
- "length": 3,
- "value": "1.5"
+ "value": "\"Did succeed reconnection\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 740,
- "length": 16,
- "value": "\"SendbirdUIKit.SBUToastViewItem\""
+ "offset": 27230,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2664,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27287,
"length": 2,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "FloatLiteral",
- "offset": 2760,
- "length": 4,
- "value": "0.64"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27863,
+ "length": 38,
+ "value": "\"Did receive user message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "FloatLiteral",
- "offset": 2796,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27900,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2847,
- "length": 2,
- "value": "30"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27956,
+ "length": 38,
+ "value": "\"Did receive file message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2857,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27993,
"length": 2,
- "value": "12"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2869,
- "length": 2,
- "value": "30"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28050,
+ "length": 39,
+ "value": "\"Did receive admin message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2880,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28088,
"length": 2,
- "value": "12"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "FloatLiteral",
- "offset": 2914,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28334,
"length": 4,
- "value": "48.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2966,
- "length": 2,
- "value": "12"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2976,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28360,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2988,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28983,
+ "length": 58,
+ "value": "\"messageCollection addedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 2999,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29040,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3058,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29376,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3068,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29467,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3080,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29762,
+ "length": 60,
+ "value": "\"messageCollection updatedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3091,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29821,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3183,
+ "offset": 30026,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 3807,
- "length": 2,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
- "kind": "IntegerLiteral",
- "offset": 4510,
- "length": 2,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30158,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUToastView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 9443,
+ "offset": 30189,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 2025,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 2656,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30424,
+ "length": 60,
+ "value": "\"messageCollection deletedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3632,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30483,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8620,
+ "offset": 30687,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 8671,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30879,
+ "length": 34,
+ "value": "\"messageCollection changedChannel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUChatNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 305,
- "length": 40,
- "value": "\"SendbirdUIKit.SBUChatNotificationChannelViewController\""
+ "offset": 31255,
+ "length": 34,
+ "value": "\"messageCollection deletedChannel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31536,
+ "length": 36,
+ "value": "\"messageCollection didDetectHugeGap\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1884,
+ "offset": 31911,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7117,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31990,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7658,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32000,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7709,
+ "offset": 32262,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "IntegerLiteral",
- "offset": 15821,
+ "offset": 4099,
"length": 1,
- "value": "0"
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "IntegerLiteral",
- "offset": 15856,
+ "offset": 4112,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 29112,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4195,
+ "length": 2,
+ "value": "-4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 317,
- "length": 29,
- "value": "\"SendbirdUIKit.SBUGroupChannelViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4209,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUGroupChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 317,
- "length": 29,
- "value": "\"SendbirdUIKit.SBUGroupChannelViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4268,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1106,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4428,
+ "length": 2,
+ "value": "20"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "BooleanLiteral",
- "offset": 3886,
- "length": 5,
- "value": "false"
+ "offset": 4495,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.File.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "StringLiteral",
- "offset": 683,
- "length": 6,
- "value": "\"file\""
+ "offset": 4580,
+ "length": 13,
+ "value": "\"searchField\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "IntegerLiteral",
- "offset": 3940,
- "length": 1,
- "value": "8"
+ "offset": 4735,
+ "length": 2,
+ "value": "20"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyView.swift",
- "kind": "IntegerLiteral",
- "offset": 4111,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4789,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "StringLiteral",
- "offset": 372,
- "length": 7,
- "value": "\"image\""
+ "offset": 5640,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
- "kind": "BooleanLiteral",
- "offset": 2391,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 9116,
+ "length": 13,
+ "value": "\"searchField\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
- "kind": "BooleanLiteral",
- "offset": 4444,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 10068,
+ "length": 14,
+ "value": "\"cancelButton\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Image.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
"kind": "BooleanLiteral",
- "offset": 6820,
+ "offset": 10140,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1470,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1632,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 652,
"length": 5,
- "value": "270.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1674,
- "length": 3,
- "value": "3.0"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1717,
- "length": 4,
- "value": "20.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 771,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1757,
- "length": 4,
- "value": "32.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1887,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1797,
- "length": 4,
- "value": "20.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1910,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
"kind": "IntegerLiteral",
- "offset": 1839,
- "length": 2,
- "value": "16"
+ "offset": 3127,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1874,
- "length": 4,
- "value": "44.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3462,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1909,
- "length": 4,
- "value": "16.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3528,
+ "length": 30,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1949,
- "length": 4,
- "value": "40.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3539,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 1984,
- "length": 4,
- "value": "14.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3557,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 2018,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3652,
+ "length": 61,
+ "value": "\"UserId:%@, Nickname:%@, ProfileURL:%@, Operator:%d Muted:%d\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 2053,
- "length": 4,
- "value": "18.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3769,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 2093,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 3804,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 2134,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "Array",
+ "offset": 4168,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "BooleanLiteral",
- "offset": 2230,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "kind": "StringLiteral",
+ "offset": 193,
+ "length": 7,
+ "value": "\"SendbirdUIKit.SBUUser\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 3117,
+ "offset": 2268,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "StringLiteral",
- "offset": 3229,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 3286,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 4353,
+ "offset": 2750,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "StringLiteral",
- "offset": 4453,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3009,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUAlertView.swift",
- "kind": "FloatLiteral",
- "offset": 4504,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3019,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
- "kind": "FloatLiteral",
- "offset": 332,
- "length": 3,
- "value": "0.3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3027,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUDebouncer.swift",
- "kind": "StringLiteral",
- "offset": 205,
- "length": 12,
- "value": "\"SendbirdUIKit.SBUDebouncer\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3081,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "IntegerLiteral",
- "offset": 1140,
+ "offset": 3237,
"length": 2,
- "value": "20"
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "Array",
- "offset": 1411,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3293,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "Array",
- "offset": 1487,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4233,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "Array",
- "offset": 1798,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4532,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 2266,
+ "offset": 4728,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
"kind": "BooleanLiteral",
- "offset": 2312,
+ "offset": 4933,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/SBUBaseSelectUserViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1047,
- "length": 26,
- "value": "\"SendbirdUIKit.SBUBaseSelectUserViewModel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SuggestedReply\/Views\/SBUSuggestedReplyOptionView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5193,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/SBUBaseChannelModule.Input.swift",
- "kind": "IntegerLiteral",
- "offset": 5016,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 680,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUSelectableStackView.swift",
- "kind": "BooleanLiteral",
- "offset": 590,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1137,
+ "length": 54,
+ "value": "\"(Message template error)\nCan’t read this message.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1427,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 1397,
"length": 4,
- "value": "true"
+ "value": "16.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUGroupChannelListViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
"kind": "BooleanLiteral",
- "offset": 2021,
+ "offset": 1441,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedUserMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
"kind": "IntegerLiteral",
- "offset": 459,
+ "offset": 1942,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2043,
+ "length": 3,
+ "value": "-20"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2132,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.OpenChannel.swift",
- "kind": "BooleanLiteral",
- "offset": 1349,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2144,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
- "kind": "Array",
- "offset": 721,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2279,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
- "kind": "BooleanLiteral",
- "offset": 767,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2292,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
- "kind": "BooleanLiteral",
- "offset": 947,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2300,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUSuggestedMentionList.swift",
- "kind": "StringLiteral",
- "offset": 340,
- "length": 23,
- "value": "\"SendbirdUIKit.SBUSuggestedMentionList\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateTestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2311,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationNavigationTitleView.swift",
- "kind": "StringLiteral",
- "offset": 429,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 543,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 549,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
"length": 2,
- "value": "\"\""
+ "value": "60"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 257,
- "length": 3,
- "value": "100"
+ "offset": 571,
+ "length": 2,
+ "value": "34"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3206,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "Array",
- "offset": 370,
+ "offset": 3734,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUMessageCache.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 466,
+ "offset": 4068,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1721,
- "length": 4,
- "value": "true"
+ "offset": 5020,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
- "kind": "BooleanLiteral",
- "offset": 1928,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 5205,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2597,
+ "offset": 5338,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3284,
- "length": 5,
- "value": "false"
+ "offset": 5846,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3539,
+ "offset": 6181,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4015,
- "length": 4,
- "value": "true"
+ "offset": 6229,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4202,
+ "offset": 6275,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4587,
+ "offset": 6316,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5087,
+ "offset": 6500,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7124,
+ "offset": 6609,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 6716,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 10776,
+ "offset": 6826,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 10998,
+ "offset": 7009,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.GroupChannel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 12029,
+ "offset": 7421,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 244,
- "length": 5541,
- "value": "\"{\n \"version\": \"1\",\n \"body\": {\n \"items\": [\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"items\": [\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"items\": [\n {\n \"type\": \"image\",\n \"imageUrl\": \"https:\/\/dxstmhyqfqr1o.cloudfront.net\/notifications\/preset-notification-channel-cover.png\",\n \"imageStyle\": {\n \"contentMode\": \"aspectFill\"\n },\n \"viewStyle\": {},\n \"metaData\": {\n \"pixelWidth\": \"168\",\n \"pixelHeight\": \"168\"\n }\n },\n {\n \"type\": \"box\",\n \"layout\": \"column\",\n \"viewStyle\": {\n \"radius\": \"8\",\n \"padding\": {\n \"top\": \"12\",\n \"bottom\": \"12\",\n \"left\": \"12\",\n \"right\": \"12\"\n }\n },\n \"items\": [\n {\n \"type\": \"text\",\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n },\n \"viewStyle\": {},\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"text\": \"Hello tez\",\n \"textStyle\": {\n \"color\": \"#ffbdb8bd\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"1\"\n },\n {\n \"type\": \"text\",\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n },\n \"viewStyle\": {},\n \"width\": {\n \"type\": \"fixed\",\n \"value\": \"1\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"1\"\n },\n \"text\": \"Your order #123123 has been shipped.\",\n \"textStyle\": {\n \"color\": \"#ffbdb8bd\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"1\"\n },\n {\n \"type\": \"textButton\",\n \"viewStyle\": {\n \"backgroundColor\": \"#E0E0E0\",\n \"padding\": {\n \"top\": \"10\",\n \"bottom\": \"10\",\n \"left\": \"20\",\n \"right\": \"20\"\n }\n },\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"height\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"text\": \"Check status\",\n \"textStyle\": {\n \"color\": \"#742DDD\",\n \"size\": \"16\",\n \"weight\": \"normal\"\n },\n \"maxTextLines\": \"5\",\n \"action\": {\n \"type\": \"web\",\n \"data\": \"https:\/\/naver.com\"\n }\n }\n ],\n \"height\": {\n \"type\": \"fixed\",\n \"value\": \"300\"\n },\n \"width\": {\n \"type\": \"flex\",\n \"value\": \"0\"\n },\n \"align\": {\n \"horizontal\": \"left\",\n \"vertical\": \"top\"\n }\n }\n ],\n \"viewStyle\": {}\n }\n ],\n \"viewStyle\": {}\n }\n ]\n }\n }\""
+ "offset": 7712,
+ "length": 65,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 9517,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7756,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 10270,
- "length": 19,
- "value": "\"TEMPLATE_DOWNLOAD\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 11812,
+ "offset": 7776,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 11839,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 7880,
+ "length": 66,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 13748,
- "length": 3,
- "value": "\"SendbirdUIKit.Box\""
+ "offset": 7925,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 16645,
- "length": 4,
- "value": "\"SendbirdUIKit.Text\""
+ "offset": 7945,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "StringLiteral",
- "offset": 18403,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8680,
"length": 5,
- "value": "\"SendbirdUIKit.Image\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 19851,
- "length": 10,
- "value": "\"SendbirdUIKit.TextButton\""
+ "offset": 8848,
+ "length": 66,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 20824,
- "length": 11,
- "value": "\"SendbirdUIKit.ImageButton\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 28434,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32591,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32620,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32591,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32620,
+ "offset": 8893,
"length": 1,
- "value": "1"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32591,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8913,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 32620,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8999,
+ "length": 65,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 34736,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9043,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/CustomSyntaxTest\/MessageTemplateParser.swift",
- "kind": "IntegerLiteral",
- "offset": 35694,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9063,
"length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
- "kind": "Dictionary",
- "offset": 6124,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 19749,
- "length": 4,
- "value": "true"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageThread\/SBUMessageThreadModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 37122,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9753,
+ "length": 20,
+ "value": "\"Invalid ChannelURL\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
- "kind": "FloatLiteral",
- "offset": 418,
- "length": 4,
- "value": "16.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9863,
+ "length": 20,
+ "value": "\"Invalid ChannelURL\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 682,
+ "offset": 10851,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 732,
+ "offset": 11190,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
- "kind": "BooleanLiteral",
- "offset": 899,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11376,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1381,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 11444,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1567,
+ "offset": 12234,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1614,
+ "offset": 12507,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1758,
+ "offset": 12709,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2357,
+ "offset": 12773,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2391,
+ "offset": 12851,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2545,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13781,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13842,
"length": 2,
- "value": "40"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8070,
- "length": 5,
- "value": "false"
+ "offset": 14291,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/UserCell\/SBUUserCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8122,
- "length": 5,
- "value": "false"
+ "offset": 14390,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelUnknownMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 447,
+ "offset": 14447,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNotificationEmptyView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 335,
+ "offset": 14487,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 987,
+ "offset": 14620,
"length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1051,
- "length": 2,
- "value": "24"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1107,
- "length": 2,
- "value": "30"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15398,
+ "length": 122,
+ "value": "\"loadInitialNotifications,\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1166,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15504,
+ "length": 17138,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1227,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16019,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1286,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16152,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 1347,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16330,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1592,
+ "offset": 16403,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1647,
+ "offset": 16975,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1701,
+ "offset": 17069,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2055,
+ "offset": 17323,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.CategoryFilter.swift",
- "kind": "IntegerLiteral",
- "offset": 3264,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17414,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 558,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17680,
+ "length": 35,
+ "value": "\"Prev notification already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 926,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17775,
+ "length": 34,
+ "value": "\"[Request] Prev notification list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1150,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18138,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1544,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18311,
+ "length": 67,
+ "value": "\"[Prev notification response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1643,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18363,
+ "length": 13,
+ "value": "\" notifications\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1678,
+ "offset": 18607,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18712,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18901,
+ "length": 35,
+ "value": "\"Next notification already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1839,
+ "offset": 19092,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2296,
+ "offset": 19330,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2335,
+ "offset": 19463,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19612,
+ "length": 67,
+ "value": "\"[Next notification Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19664,
+ "length": 13,
+ "value": "\" notifications\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6244,
- "length": 5,
- "value": "false"
+ "offset": 19779,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1715,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20007,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "Array",
- "offset": 2111,
+ "offset": 21503,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2721,
+ "offset": 21828,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2767,
+ "offset": 22651,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/UserList\/SBUUserListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 1628,
- "length": 20,
- "value": "\"SendbirdUIKit.SBUUserListViewModel\""
+ "offset": 22711,
+ "length": 104,
+ "value": "\"First : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Version.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 259,
- "length": 20,
- "value": "\"cached_sbu_version\""
+ "offset": 22763,
+ "length": 1,
+ "value": "\", Last : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1237,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22814,
"length": 2,
- "value": "56"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1333,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22858,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1522,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23800,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 24992,
"length": 2,
- "value": "16"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1733,
+ "offset": 25300,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1942,
+ "offset": 25455,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUOpenChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2152,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25604,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 930,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25664,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 1129,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26307,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 1371,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26538,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2418,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3101,
+ "length": 35,
+ "value": "\"SendbirdUIKit.SBUFeedNotificationChannelViewModel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27388,
+ "length": 26,
+ "value": "\"Did succeed reconnection\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27534,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27591,
"length": 2,
- "value": "20"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUThreadInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2460,
- "length": 1,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28166,
+ "length": 43,
+ "value": "\"Did receive user notification: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadTitleView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 484,
- "length": 25,
- "value": "\"SendbirdUIKit.SBUMessageThreadTitleView\""
+ "offset": 28208,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1166,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28264,
+ "length": 43,
+ "value": "\"Did receive file notification: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 1416,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28306,
"length": 2,
- "value": "46"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 2448,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28363,
+ "length": 44,
+ "value": "\"Did receive admin notification: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28406,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3078,
- "length": 5,
- "value": "false"
+ "offset": 28652,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3661,
+ "offset": 28678,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29320,
+ "length": 58,
+ "value": "\"notificationCollection addedMessages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29377,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4317,
- "length": 5,
- "value": "false"
+ "offset": 29713,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 10178,
- "length": 5,
- "value": "false"
+ "offset": 29804,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUFeedNotificationChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 246,
- "length": 40,
- "value": "\"SendbirdUIKit.SBUFeedNotificationChannelViewController\""
+ "offset": 30113,
+ "length": 65,
+ "value": "\"notificationCollection updatedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30177,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 9803,
+ "offset": 30382,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Feed\/SBUFeedNotificationChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 26425,
+ "offset": 30523,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
- "kind": "Array",
- "offset": 665,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30554,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
- "kind": "Array",
- "offset": 854,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30803,
+ "length": 65,
+ "value": "\"notificationCollection deletedNotifications : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
- "kind": "Array",
- "offset": 1042,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30867,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/StringProtocol+SBUIKit.swift",
- "kind": "Array",
- "offset": 1237,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31071,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31274,
+ "length": 39,
+ "value": "\"notificationCollection deletedChannel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31900,
+ "length": 41,
+ "value": "\"notificationCollection didDetectHugeGap\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 622,
+ "offset": 32280,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
- "kind": "BooleanLiteral",
- "offset": 1067,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32359,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/MessageCell\/Replies\/SBUQuotedBaseMessageViewParams.Deprecated.swift",
- "kind": "BooleanLiteral",
- "offset": 1752,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32369,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SelectUser\/CreateChannel\/View\/SBUCreateChannelTypeSelector.swift",
- "kind": "StringLiteral",
- "offset": 1160,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUCreateChannelTypeSelector\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32631,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 612,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "Dictionary",
+ "offset": 913,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 662,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1286,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 845,
- "length": 4,
- "value": "true"
+ "offset": 1565,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1001,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1667,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1075,
+ "offset": 2577,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2679,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1260,
+ "offset": 2818,
"length": 1,
- "value": "1"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 306,
- "length": 5,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5728,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 321,
- "length": 10,
- "value": "2"
+ "offset": 5874,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 341,
- "length": 9,
- "value": "3"
+ "offset": 6208,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 306,
- "length": 5,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "Array",
+ "offset": 6280,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 321,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8664,
+ "length": 3,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 341,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 55097,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 306,
- "length": 5,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 55777,
+ "length": 4,
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 321,
- "length": 10,
- "value": "2"
+ "offset": 59132,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 341,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 63365,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 577,
- "length": 13,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 64041,
+ "length": 4,
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 600,
- "length": 7,
- "value": "2"
+ "offset": 67361,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 617,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 71523,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 633,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 72199,
+ "length": 4,
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 577,
- "length": 13,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 78285,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 600,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 79050,
+ "length": 4,
+ "value": "0.64"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 617,
- "length": 6,
- "value": "3"
+ "offset": 82782,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 633,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 94839,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 577,
- "length": 13,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 106977,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 600,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 108075,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 617,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 109135,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 633,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 129369,
+ "length": 4,
+ "value": "0.12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 1677,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 134658,
+ "length": 4,
+ "value": "0.36"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 1677,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 139914,
+ "length": 4,
+ "value": "0.36"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 1677,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "FloatLiteral",
+ "offset": 145190,
+ "length": 4,
+ "value": "0.12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2079,
- "length": 12,
- "value": "1"
+ "offset": 186618,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2101,
- "length": 11,
- "value": "2"
+ "offset": 187338,
+ "length": 2,
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2122,
- "length": 13,
- "value": "3"
+ "offset": 189028,
+ "length": 2,
+ "value": "14"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2145,
- "length": 17,
- "value": "4"
+ "offset": 189263,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2241,
- "length": 13,
- "value": "5"
+ "offset": 190044,
+ "length": 2,
+ "value": "14"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2079,
- "length": 12,
- "value": "1"
+ "offset": 190558,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2101,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 191593,
"length": 11,
- "value": "2"
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2122,
- "length": 13,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 191655,
+ "length": 11,
+ "value": "\"#70000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2145,
- "length": 17,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 191715,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2079,
- "length": 12,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 192256,
+ "length": 11,
+ "value": "\"#e0ffffff\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2101,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 192318,
"length": 11,
- "value": "2"
+ "value": "\"#70ffffff\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 2122,
- "length": 13,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 192378,
+ "length": 11,
+ "value": "\"#e0ffffff\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2145,
- "length": 17,
- "value": "4"
+ "offset": 192493,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 2241,
- "length": 13,
- "value": "5"
+ "offset": 192672,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4024,
- "length": 7,
- "value": "1"
+ "offset": 192837,
+ "length": 2,
+ "value": "14"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4041,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 193073,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4060,
- "length": 5,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 193140,
+ "length": 11,
+ "value": "\"#70000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4075,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 193205,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4091,
- "length": 12,
- "value": "5"
+ "offset": 194025,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4178,
- "length": 14,
- "value": "6"
+ "offset": 194219,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4260,
- "length": 12,
- "value": "7"
+ "offset": 194586,
+ "length": 2,
+ "value": "14"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4341,
- "length": 13,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 195091,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4024,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 195157,
+ "length": 11,
+ "value": "\"#70000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4041,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "kind": "StringLiteral",
+ "offset": 195230,
+ "length": 11,
+ "value": "\"#e0000000\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4060,
- "length": 5,
- "value": "3"
+ "offset": 196542,
+ "length": 2,
+ "value": "15"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
"kind": "IntegerLiteral",
- "offset": 4075,
- "length": 6,
- "value": "4"
+ "offset": 196837,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4091,
- "length": 12,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 364,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4024,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 574,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4041,
- "length": 9,
- "value": "2"
+ "offset": 1005,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4060,
- "length": 5,
- "value": "3"
+ "offset": 1096,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4075,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1127,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4091,
- "length": 12,
- "value": "5"
+ "offset": 1360,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4178,
- "length": 14,
- "value": "6"
+ "offset": 1382,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4260,
- "length": 12,
- "value": "7"
+ "offset": 1402,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4341,
- "length": 13,
- "value": "8"
+ "offset": 1425,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4530,
- "length": 5,
- "value": "1"
+ "offset": 1603,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4545,
- "length": 9,
- "value": "2"
+ "offset": 1615,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4530,
- "length": 5,
- "value": "1"
+ "offset": 1653,
+ "length": 2,
+ "value": "48"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4545,
- "length": 9,
- "value": "2"
+ "offset": 1665,
+ "length": 2,
+ "value": "48"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4530,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1802,
"length": 5,
- "value": "1"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4545,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1850,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4770,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2266,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4770,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2313,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4770,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 2879,
+ "length": 11,
+ "value": "\"image\/gif\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4901,
- "length": 10,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 3545,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4921,
- "length": 10,
+ "offset": 4945,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4941,
- "length": 15,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 4996,
+ "length": 11,
+ "value": "\"image\/gif\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
"kind": "IntegerLiteral",
- "offset": 4966,
- "length": 9,
- "value": "4"
+ "offset": 5374,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 4985,
- "length": 14,
- "value": "5"
+ "offset": 343,
+ "length": 4,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5009,
- "length": 19,
- "value": "6"
+ "offset": 349,
+ "length": 5,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5038,
- "length": 13,
- "value": "7"
+ "offset": 356,
+ "length": 3,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5061,
- "length": 15,
- "value": "8"
+ "offset": 343,
+ "length": 4,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5086,
+ "offset": 349,
"length": 5,
- "value": "9"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 5172,
- "length": 15,
- "value": "10"
+ "offset": 356,
+ "length": 3,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 4901,
- "length": 10,
+ "offset": 343,
+ "length": 4,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 4921,
- "length": 10,
+ "offset": 349,
+ "length": 5,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
"kind": "IntegerLiteral",
- "offset": 4941,
- "length": 15,
+ "offset": 356,
+ "length": 3,
"value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4966,
- "length": 9,
- "value": "4"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4985,
- "length": 14,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 609,
+ "length": 3,
+ "value": "8.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5009,
- "length": 19,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3635,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5038,
- "length": 13,
- "value": "7"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3805,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5061,
- "length": 15,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3896,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5086,
- "length": 5,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3985,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4901,
- "length": 10,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4076,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4921,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4188,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4941,
- "length": 15,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4303,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4966,
- "length": 9,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4465,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 4985,
- "length": 14,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4555,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5009,
- "length": 19,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4643,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5038,
- "length": 13,
- "value": "7"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4735,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5061,
- "length": 15,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4847,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5086,
- "length": 5,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 4962,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5172,
- "length": 15,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6228,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5452,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6293,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5469,
- "length": 8,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6358,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5487,
- "length": 7,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6423,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5504,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6550,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5452,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 6678,
+ "length": 3,
+ "value": "2.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5469,
- "length": 8,
- "value": "2"
+ "offset": 702,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5487,
- "length": 7,
- "value": "3"
+ "offset": 753,
+ "length": 1,
+ "value": "7"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5504,
- "length": 6,
- "value": "4"
+ "offset": 872,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5646,
- "length": 5,
- "value": "1"
+ "offset": 918,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5646,
- "length": 5,
- "value": "1"
+ "offset": 968,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5783,
- "length": 5,
+ "offset": 1017,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5798,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "StringLiteral",
+ "offset": 1076,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5783,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1380,
"length": 5,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5798,
- "length": 6,
- "value": "2"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5959,
- "length": 3,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1436,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1477,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5988,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1513,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5959,
- "length": 3,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1551,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 5972,
- "length": 6,
- "value": "2"
+ "offset": 1669,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 5988,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1894,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6302,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2044,
"length": 5,
- "value": "1"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6317,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2928,
"length": 5,
- "value": "2"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6332,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3282,
"length": 5,
- "value": "3"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6347,
- "length": 3,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3381,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6360,
- "length": 3,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3573,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6302,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4399,
"length": 5,
- "value": "1"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6317,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4448,
"length": 5,
- "value": "2"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6332,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4498,
"length": 5,
- "value": "3"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6347,
- "length": 3,
- "value": "4"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6360,
- "length": 3,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4549,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6553,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4601,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6600,
- "length": 4,
- "value": "2"
+ "offset": 4764,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6644,
- "length": 7,
- "value": "3"
+ "offset": 4982,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6723,
- "length": 11,
- "value": "4"
+ "offset": 5180,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 6811,
- "length": 15,
- "value": "5"
+ "offset": 5412,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6553,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5497,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6600,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5548,
"length": 4,
- "value": "2"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 6644,
- "length": 7,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5597,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7106,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5647,
"length": 4,
- "value": "1"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7120,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5746,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7106,
- "length": 4,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5797,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 7120,
- "length": 6,
- "value": "2"
+ "offset": 5991,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
"kind": "IntegerLiteral",
- "offset": 7853,
- "length": 6,
- "value": "1"
+ "offset": 6224,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7853,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6319,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7917,
- "length": 10,
- "value": "0b00000000"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6369,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7947,
- "length": 10,
- "value": "0b00000001"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8506,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7977,
- "length": 10,
- "value": "0b00000010"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8832,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8007,
- "length": 10,
- "value": "0b00000100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Moderations\/SBUModerationsModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 4702,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8037,
- "length": 10,
- "value": "0b00000111"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 13,
+ "value": "\"E, MMM yyyy\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7917,
- "length": 10,
- "value": "0b00000000"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 371,
+ "length": 14,
+ "value": "\"MMM dd, yyyy\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7947,
- "length": 10,
- "value": "0b00000001"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 443,
+ "length": 11,
+ "value": "\"E, MMM dd\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 7977,
- "length": 10,
- "value": "0b00000010"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 508,
+ "length": 8,
+ "value": "\"MMM dd\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8007,
- "length": 10,
- "value": "0b00000100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 571,
+ "length": 9,
+ "value": "\"hh:mm a\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8037,
- "length": 10,
- "value": "0b00000111"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 632,
+ "length": 7,
+ "value": "\"hh:mm\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8172,
- "length": 4,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 700,
+ "length": 12,
+ "value": "\"yyyy\/MM\/dd\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8186,
- "length": 4,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 779,
+ "length": 14,
+ "value": "\"yyyyMMddhhmm\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8172,
- "length": 4,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 864,
+ "length": 16,
+ "value": "\"yyyyMMddhhmmss\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
- "kind": "IntegerLiteral",
- "offset": 8186,
- "length": 4,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 947,
+ "length": 16,
+ "value": "\"MMM dd hh:mm a\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
+ "kind": "StringLiteral",
+ "offset": 1040,
+ "length": 22,
+ "value": "\"MMM dd, yyyy hh:mm a\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1197,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 8172,
- "length": 4,
+ "offset": 1245,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUEnums.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 8186,
- "length": 4,
+ "offset": 1284,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "FloatLiteral",
- "offset": 666,
- "length": 4,
- "value": "16.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "BooleanLiteral",
- "offset": 1653,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1752,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2120,
+ "offset": 2030,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2129,
+ "offset": 2040,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2140,
+ "offset": 2048,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2150,
+ "offset": 2059,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2194,
+ "offset": 6365,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 2232,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6693,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 6795,
+ "length": 4,
+ "value": "0.75"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 2395,
- "length": 5,
- "value": "false"
+ "offset": 8796,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 3024,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9477,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 3264,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10062,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "IntegerLiteral",
- "offset": 3513,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10396,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 4325,
+ "offset": 11052,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11331,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 4999,
+ "offset": 11588,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 5261,
+ "offset": 11648,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 12096,
+ "length": 37,
+ "value": "\"Did receive error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 12129,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 12132,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13122,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13989,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "Dictionary",
+ "offset": 14278,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15513,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 5338,
+ "offset": 16222,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 15411,
+ "offset": 16765,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUParentMessageInfoView.swift",
- "kind": "BooleanLiteral",
- "offset": 15497,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1162,
"length": 4,
- "value": "true"
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateOpenChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 748,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1212,
+ "length": 6,
+ "value": "600000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1407,
"length": 5,
- "value": "false"
+ "value": "11025"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 508,
+ "offset": 1449,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 517,
- "length": 1,
- "value": "0"
+ "offset": 1553,
+ "length": 5,
+ "value": "12000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 557,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "IntegerLiteral",
- "offset": 528,
+ "offset": 3922,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTemplateLabel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "IntegerLiteral",
- "offset": 538,
+ "offset": 4040,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "IntegerLiteral",
- "offset": 955,
+ "offset": 4142,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4300,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4372,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1699,
- "length": 2,
- "value": "\"\""
+ "offset": 4451,
+ "length": 55,
+ "value": "\"Initialize state: initParamsBuilder called\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1821,
+ "offset": 4505,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 2181,
- "length": 2,
- "value": "\"\""
+ "offset": 4561,
+ "length": 39,
+ "value": "\"Initialize state: startHandler called\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 3068,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 4807,
+ "length": 43,
+ "value": "\"Initialize state: migrationHandler called\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 3390,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 5046,
+ "length": 44,
+ "value": "\"Initialize state: completionHandler called\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 5202,
+ "length": 54,
+ "value": "\"Initialize state: Failed - \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 5255,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 3431,
+ "offset": 6028,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 4026,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 6063,
+ "length": 58,
+ "value": "\"Initialize state: executeAfterInitCompleteHandler called\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 4426,
- "length": 1,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7058,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 4936,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 7230,
+ "length": 72,
+ "value": "\"[Check] Connection status : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 5217,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 7301,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
- "kind": "IntegerLiteral",
- "offset": 5316,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 7493,
+ "length": 75,
+ "value": "\"currentUser: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedBaseMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 7567,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 5351,
+ "offset": 8328,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIImage+SBUIKit.swift",
- "kind": "BooleanLiteral",
- "offset": 6585,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 8442,
+ "length": 34,
+ "value": "\"[Request] Connection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 396,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 8574,
+ "length": 63,
+ "value": "\"[Failed] Connection to Sendbird: CurrentUser value is not set\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 436,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9215,
+ "length": 71,
+ "value": "\"[Failed] Connection to Sendbird: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 473,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9282,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 704,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9285,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 867,
- "length": 2,
- "value": "50"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9450,
+ "length": 97,
+ "value": "\"[Warning] Connection to Sendbird: Succeed but error was occurred: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1065,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9546,
"length": 2,
- "value": "6"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1706,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 9768,
+ "length": 34,
+ "value": "\"[Succeed] Connection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2325,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 10704,
+ "length": 58,
+ "value": "\"[Request] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2980,
- "length": 2,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 10931,
+ "length": 57,
+ "value": "\"[Failed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 3634,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 11052,
+ "length": 58,
+ "value": "\"[Succeed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 4340,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12484,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 4916,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 12808,
+ "length": 75,
+ "value": "\"currentUser: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 5153,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 12882,
"length": 2,
- "value": "16"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 5252,
- "length": 1,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 5287,
+ "offset": 13679,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 14617,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 13793,
+ "length": 38,
+ "value": "\"[Request] Authentication to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUContentBaseMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 14652,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 13929,
+ "length": 67,
+ "value": "\"[Failed] Authentication to Sendbird: CurrentUser value is not set\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
- "kind": "IntegerLiteral",
- "offset": 514,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 14478,
+ "length": 75,
+ "value": "\"[Failed] Authentication to Sendbird: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
- "kind": "BooleanLiteral",
- "offset": 548,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 14549,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
- "kind": "IntegerLiteral",
- "offset": 693,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 14552,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUVoiceFileInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 331,
- "length": 16,
- "value": "\"SendbirdUIKit.SBUVoiceFileInfo\""
+ "offset": 14717,
+ "length": 101,
+ "value": "\"[Warning] Authentication to Sendbird: Succeed but error was occurred: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1674,
- "length": 3,
- "value": "100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 14817,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2214,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 15039,
+ "length": 38,
+ "value": "\"[Succeed] Authentication to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2266,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 15979,
+ "length": 58,
+ "value": "\"[Request] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2385,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 16206,
+ "length": 57,
+ "value": "\"[Failed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 16327,
+ "length": 58,
+ "value": "\"[Succeed] Register pending push token to Sendbird server\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2530,
+ "offset": 16923,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUOpenChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1556,
- "length": 23,
- "value": "\"SendbirdUIKit.SBUOpenChannelViewModel\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 292,
- "length": 13,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 315,
- "length": 14,
- "value": "2"
+ "offset": 17088,
+ "length": 52,
+ "value": "\"[Failed] Load global notification channel settings\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 339,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 17450,
+ "length": 29,
+ "value": "\"[Failed] Load template list\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 359,
- "length": 8,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 18194,
+ "length": 63,
+ "value": "\"[Failed] Connection to Sendbird: CurrentUser value is not set\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 292,
- "length": 13,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 18410,
+ "length": 33,
+ "value": "\"[Failed] Connection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 315,
- "length": 14,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 19299,
+ "length": 58,
+ "value": "\"[Request] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 339,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 19514,
+ "length": 57,
+ "value": "\"[Failed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 359,
- "length": 8,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 19627,
+ "length": 58,
+ "value": "\"[Succeed] Register pending push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 508,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 19993,
+ "length": 37,
+ "value": "\"[Request] Disconnection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 525,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 20118,
+ "length": 37,
+ "value": "\"[Succeed] Disconnection to Sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 544,
- "length": 5,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 22332,
+ "length": 28,
+ "value": "\"[Request] Update user info\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 559,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23150,
+ "length": 58,
+ "value": "\"[Failed] Update user info: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 575,
- "length": 12,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23207,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 662,
- "length": 14,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23396,
+ "length": 124,
+ "value": "\"[Succeed]\nUpdate user info: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 744,
- "length": 12,
- "value": "7"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23500,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 825,
- "length": 13,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 23504,
+ "length": 3070,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 508,
- "length": 7,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24311,
+ "length": 17,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 525,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24327,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 544,
- "length": 5,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24457,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 559,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24512,
+ "length": 17,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUEnums.Deprecated.swift",
- "kind": "IntegerLiteral",
- "offset": 575,
- "length": 12,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24528,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
- "kind": "BooleanLiteral",
- "offset": 426,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 24578,
+ "length": 7,
+ "value": "\"0.0.0\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 562,
- "length": 2,
- "value": "\"\""
+ "offset": 25034,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
- "kind": "IntegerLiteral",
- "offset": 602,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 25078,
+ "length": 7,
+ "value": "\"0.0.0\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 629,
+ "offset": 25832,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserNameView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 25930,
+ "length": 50,
+ "value": "\"[Request] Register push token to Sendbird server\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2936,
+ "offset": 26085,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUEmojiManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 370,
- "length": 31,
- "value": "\"LOCAL_CACHING_EMOJI_CONTAINER\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 544,
- "length": 4,
- "value": "true"
+ "offset": 26306,
+ "length": 42,
+ "value": "\"[Succeed] APNs push token is registered.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 639,
+ "offset": 26384,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUTypingMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 311,
- "length": 35,
- "value": "\"SendbirdUIKit.SBUTypingIndicatorMessageCellParams\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/SBUBaseChannelSettingsModule.List.swift",
- "kind": "Array",
- "offset": 2421,
- "length": 2,
- "value": "[]"
+ "offset": 26445,
+ "length": 42,
+ "value": "\"[Response] Push registration is pending.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 1357,
- "length": 4,
- "value": "true"
+ "offset": 26523,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "Array",
- "offset": 3231,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 26584,
+ "length": 149,
+ "value": "\"[Failed]\nAPNs registration failed with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "Array",
- "offset": 3406,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 26709,
+ "length": 1143,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 3470,
- "length": 2,
- "value": "56"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26769,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 3513,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 26835,
+ "length": 45,
+ "value": "\"[Failed] Push registration: unknown default\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 3946,
+ "offset": 26916,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 4062,
- "length": 4,
- "value": "true"
+ "offset": 27354,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 4507,
+ "offset": 27602,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4732,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 27670,
+ "length": 52,
+ "value": "\"[Request] Unregister push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4959,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 27870,
+ "length": 147,
+ "value": "\"[Failed]\nPush unregistration is fail: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 27989,
+ "length": 12449,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 5193,
+ "offset": 28057,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 5450,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 28154,
+ "length": 43,
+ "value": "\"[Succeed] Push unregistration is success.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 8441,
+ "offset": 28233,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 27491,
- "length": 4,
- "value": "true"
+ "offset": 28381,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 30114,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 239,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 239,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ "offset": 28508,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUOpenChannelViewController.swift",
- "kind": "StringLiteral",
- "offset": 239,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUOpenChannelViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28977,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1022,
- "length": 19,
- "value": "\"suggested_replies\""
+ "offset": 29058,
+ "length": 56,
+ "value": "\"[Request] Unregister all push token to Sendbird server\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1068,
- "length": 13,
- "value": "\"custom_view\""
+ "offset": 29260,
+ "length": 69,
+ "value": "\"[Failed] Push unregistration is fail: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1114,
- "length": 20,
- "value": "\"disable_chat_input\""
+ "offset": 29328,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
- "kind": "StringLiteral",
- "offset": 1022,
- "length": 19,
- "value": "\"suggested_replies\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29369,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1068,
- "length": 13,
- "value": "\"custom_view\""
+ "offset": 29466,
+ "length": 43,
+ "value": "\"[Succeed] Push unregistration is success.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUExtendedMessage.swift",
- "kind": "StringLiteral",
- "offset": 1114,
- "length": 20,
- "value": "\"disable_chat_input\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29545,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1704,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30884,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
- "kind": "Array",
- "offset": 2279,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32076,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
- "kind": "Array",
- "offset": 2442,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32164,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2716,
+ "offset": 33962,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/SelectUser\/CreateChannel\/SBUCreateChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2762,
+ "offset": 34243,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 281,
- "length": 2,
- "value": "26"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35372,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 510,
+ "offset": 35894,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 881,
+ "offset": 36321,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 933,
- "length": 1,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 37747,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 1124,
- "length": 4,
- "value": "true"
+ "offset": 38360,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1200,
- "length": 2,
- "value": "\"\""
+ "offset": 40460,
+ "length": 98,
+ "value": "\"[Request] Create channel with users,\nUser: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 1833,
- "length": 2,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 40541,
+ "length": 1,
+ "value": "\")\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 2083,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 40639,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "FloatLiteral",
- "offset": 2606,
- "length": 3,
- "value": "4.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 40668,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 3624,
+ "offset": 40734,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 3822,
- "length": 2,
- "value": "80"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 41670,
+ "length": 138,
+ "value": "\"[Failed] Create channel request:\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 3859,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 41784,
+ "length": 4606,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 41928,
+ "length": 59,
+ "value": "\"[Failed] Create channel request: There is no channel url.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 42050,
+ "length": 57,
+ "value": "\"[Succeed] Create channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 42103,
"length": 2,
- "value": "48"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
- "kind": "IntegerLiteral",
- "offset": 3903,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "StringLiteral",
+ "offset": 42106,
"length": 2,
- "value": "64"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/User\/SBUUserProfileView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "IntegerLiteral",
- "offset": 3915,
- "length": 2,
- "value": "68"
+ "offset": 42926,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelFileMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 1851,
- "length": 5,
- "value": "false"
+ "offset": 43615,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 498,
- "length": 9,
- "value": "\"Waiting\""
+ "offset": 43652,
+ "length": 55,
+ "value": "\"[Failed] start chat with bot: need to be initialized.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 529,
- "length": 7,
- "value": "\"Ready\""
+ "offset": 43892,
+ "length": 48,
+ "value": "\"[Failed] start chat with bot: no current user.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 562,
- "length": 11,
- "value": "\"Executing\""
+ "offset": 44345,
+ "length": 52,
+ "value": "\"[Failed] start chat with bot: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 598,
- "length": 10,
- "value": "\"Finished\""
+ "offset": 44396,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "IntegerLiteral",
+ "offset": 44568,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 498,
- "length": 9,
- "value": "\"Waiting\""
+ "offset": 44606,
+ "length": 49,
+ "value": "\"[Failed] start chat with bot: no exist the bot.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 529,
- "length": 7,
- "value": "\"Ready\""
+ "offset": 45067,
+ "length": 52,
+ "value": "\"[Failed] start chat with bot: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 562,
- "length": 11,
- "value": "\"Executing\""
+ "offset": 45118,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 598,
- "length": 10,
- "value": "\"Finished\""
+ "offset": 45308,
+ "length": 55,
+ "value": "\"[Failed] start chat with aibot: no exist the channel.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1365,
- "length": 57,
- "value": "\"com.sendbird.uikit.operation.state.\""
+ "offset": 45530,
+ "length": 50,
+ "value": "\"[Succeed] Create channel: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "StringLiteral",
- "offset": 1421,
- "length": 27,
+ "offset": 45579,
+ "length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 1639,
+ "offset": 45733,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
"kind": "BooleanLiteral",
- "offset": 2829,
+ "offset": 46266,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "kind": "BooleanLiteral",
+ "offset": 46307,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1735,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
"kind": "BooleanLiteral",
- "offset": 3109,
+ "offset": 2846,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/BlockingOperation.swift",
- "kind": "StringLiteral",
- "offset": 387,
- "length": 17,
- "value": "\"SendbirdUIKit.BlockingOperation\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "FloatLiteral",
+ "offset": 2899,
+ "length": 4,
+ "value": "80.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2967,
+ "length": 2,
+ "value": "46"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2979,
+ "length": 2,
+ "value": "46"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
"kind": "BooleanLiteral",
- "offset": 748,
+ "offset": 3739,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
"kind": "IntegerLiteral",
- "offset": 1129,
- "length": 2,
- "value": "16"
+ "offset": 3813,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1289,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3835,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/OpenChannel\/SBUOpenChannelBaseMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 3522,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4694,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 440,
- "length": 25,
- "value": "\"com.sendbird.cache.file\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4708,
+ "length": 3,
+ "value": "-16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 565,
- "length": 10,
- "value": "\"template\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4718,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 609,
- "length": 14,
- "value": "\"user-profile\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4958,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 654,
- "length": 10,
- "value": "\"reaction\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5811,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 690,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6604,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6821,
"length": 5,
- "value": "\"web\""
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
"kind": "StringLiteral",
- "offset": 1280,
- "length": 49,
+ "offset": 7488,
+ "length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 1312,
- "length": 1,
- "value": "\".queue.diskcache\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7726,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "StringLiteral",
- "offset": 8316,
- "length": 51,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "Array",
+ "offset": 1365,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "StringLiteral",
- "offset": 8348,
- "length": 1,
- "value": "\".queue.memorycache\""
+ "offset": 2962,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "IntegerLiteral",
- "offset": 8580,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3708,
"length": 2,
- "value": "10"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "IntegerLiteral",
- "offset": 8585,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5257,
"length": 4,
- "value": "1024"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "IntegerLiteral",
- "offset": 8592,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5988,
"length": 4,
- "value": "1024"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.swift",
- "kind": "IntegerLiteral",
- "offset": 8700,
- "length": 2,
- "value": "30"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6398,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1559,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6677,
+ "length": 37,
+ "value": "\"Did receive error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1614,
- "length": 3,
- "value": "100"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6710,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUGroupChannelListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "StringLiteral",
- "offset": 1434,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUGroupChannelListViewModel\""
+ "offset": 6713,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUBaseChannelViewController.Deprecated.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "BooleanLiteral",
- "offset": 9036,
+ "offset": 8398,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1485,
- "length": 5,
- "value": "false"
+ "offset": 8724,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1552,
+ "offset": 9382,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 9437,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/SBUOpenChannelListViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1585,
+ "offset": 10003,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1628,
+ "offset": 1730,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1674,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1736,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1722,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1746,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1765,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 1757,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUserMessageCellParams.swift",
- "kind": "StringLiteral",
- "offset": 200,
- "length": 24,
- "value": "\"SendbirdUIKit.SBUUserMessageCellParams\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "Array",
+ "offset": 1947,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
- "kind": "IntegerLiteral",
- "offset": 479,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "Array",
+ "offset": 1985,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
- "kind": "IntegerLiteral",
- "offset": 691,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "Array",
+ "offset": 2846,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
- "kind": "IntegerLiteral",
- "offset": 907,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3182,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1185,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3221,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1227,
+ "offset": 3380,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1447,
- "length": 1,
- "value": "4"
+ "offset": 3638,
+ "length": 2,
+ "value": "56"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1831,
+ "offset": 3721,
"length": 2,
- "value": "56"
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/Cell\/SBUMessageSearchResultCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1888,
+ "offset": 3731,
"length": 2,
- "value": "26"
+ "value": "19"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
- "kind": "StringLiteral",
- "offset": 712,
- "length": 3,
- "value": "\" \""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3743,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 826,
+ "offset": 3753,
"length": 2,
- "value": "10"
+ "value": "19"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 961,
+ "offset": 3848,
"length": 2,
- "value": "15"
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Mention\/SBUUserMentionConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1290,
+ "offset": 4180,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
- "kind": "IntegerLiteral",
- "offset": 289,
- "length": 1,
- "value": "4"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
- "kind": "FloatLiteral",
- "offset": 341,
- "length": 3,
- "value": "0.6"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
- "kind": "Array",
- "offset": 389,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4247,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUTypingIndicatorBubbleView.swift",
- "kind": "StringLiteral",
- "offset": 212,
- "length": 28,
- "value": "\"SendbirdUIKit.SBUTypingIndicatorBubbleView\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4834,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1049,
+ "offset": 4856,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
- "kind": "BooleanLiteral",
- "offset": 1138,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4876,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
- "kind": "StringLiteral",
- "offset": 1237,
- "length": 20,
- "value": "\"transform.rotation\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4899,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1288,
+ "offset": 4980,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 1317,
+ "offset": 5064,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUVoiceContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "FloatLiteral",
- "offset": 1359,
+ "offset": 5103,
"length": 3,
- "value": "1.1"
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUTypingIndicatorInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 504,
+ "offset": 5173,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5234,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1259,
- "length": 4,
- "value": "true"
+ "offset": 5301,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 1936,
+ "offset": 5365,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 2512,
+ "offset": 5490,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 2925,
+ "offset": 5789,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 2975,
- "length": 5,
- "value": "false"
+ "offset": 5852,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 4400,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7017,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7554,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7622,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7634,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 10813,
+ "offset": 7658,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 11815,
+ "offset": 7885,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8175,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 16000,
+ "offset": 8534,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "IntegerLiteral",
- "offset": 16027,
+ "offset": 8671,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17767,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8675,
+ "length": 1,
+ "value": "9"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17814,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8711,
+ "length": 2,
+ "value": "41"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17897,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8723,
+ "length": 2,
+ "value": "44"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 19156,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8740,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 19203,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8745,
+ "length": 2,
+ "value": "99"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8782,
+ "length": 2,
+ "value": "49"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8794,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8848,
+ "length": 2,
+ "value": "57"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8860,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10120,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11394,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12895,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12952,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 19286,
+ "offset": 13395,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 24351,
+ "offset": 13489,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/SBUBaseChannelViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 25674,
+ "offset": 13562,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1245,
+ "length": 26,
+ "value": "\"SendbirdUIKit.SBUReactionsViewController\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUGlobals.Deprecated.swift",
"kind": "BooleanLiteral",
- "offset": 7386,
+ "offset": 1925,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
"kind": "IntegerLiteral",
- "offset": 7415,
- "length": 1,
- "value": "1"
+ "offset": 1818,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
"kind": "IntegerLiteral",
- "offset": 7644,
+ "offset": 1829,
"length": 2,
- "value": "10"
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
"kind": "IntegerLiteral",
- "offset": 7654,
+ "offset": 1841,
"length": 1,
- "value": "9"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
"kind": "IntegerLiteral",
- "offset": 7665,
- "length": 2,
- "value": "10"
+ "offset": 1911,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 7676,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 5850,
+ "length": 63,
+ "value": "\"[Failed] decode CustomViewData : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/CustomView\/SBUExtendedMessagePayloadCustomViewFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 5912,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 7717,
- "length": 1,
- "value": "1"
+ "offset": 2234,
+ "length": 3,
+ "value": "100"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 7757,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3387,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3439,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 7944,
+ "offset": 3558,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 8290,
- "length": 1,
- "value": "4"
+ "offset": 3648,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8575,
- "length": 4,
- "value": "true"
+ "offset": 3703,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 8605,
+ "offset": 4191,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 8819,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4592,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4633,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4808,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 9121,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4854,
"length": 1,
- "value": "4"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 9889,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4874,
"length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 10581,
- "length": 2,
- "value": "12"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 10678,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6010,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 10771,
- "length": 2,
- "value": "38"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6056,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 10859,
- "length": 2,
- "value": "87"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6076,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 10969,
- "length": 5,
- "value": "false"
+ "offset": 6667,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11473,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7119,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11725,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7496,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11930,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7742,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11947,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8461,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11967,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9463,
+ "length": 47,
+ "value": "\"[Request] Load channel: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11985,
- "length": 3,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9509,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 13186,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 9957,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 13563,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10025,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 13914,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11092,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 14368,
- "length": 2,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12006,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 16175,
+ "offset": 12067,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16208,
- "length": 5,
- "value": "false"
+ "offset": 12468,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16238,
+ "offset": 12507,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16270,
+ "offset": 12736,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16441,
- "length": 5,
- "value": "false"
+ "offset": 12776,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 16539,
+ "offset": 13266,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 17326,
+ "offset": 13820,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 17407,
- "length": 5,
- "value": "false"
+ "offset": 13859,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13898,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 18892,
- "length": 60,
- "value": "\"Message input view changed mode to \""
+ "offset": 15143,
+ "length": 187,
+ "value": "\"loadInitialMessages,\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 18951,
- "length": 2,
+ "offset": 15244,
+ "length": 1,
+ "value": "\",\ninitialMessages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 15314,
+ "length": 7103,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2441,
- "length": 2,
- "value": "56"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15467,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2539,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16163,
+ "length": 30,
+ "value": "\"Prev message already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 2635,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16253,
+ "length": 69,
+ "value": "\"[Request] Prev message list from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 3288,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 16321,
"length": 2,
- "value": "16"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
- "kind": "IntegerLiteral",
- "offset": 3499,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16362,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3708,
+ "offset": 16530,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelList\/ChannelCell\/SBUGroupChannelCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3906,
+ "offset": 16572,
"length": 1,
- "value": "4"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 9237,
- "length": 5,
- "value": "false"
+ "offset": 16775,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/NotificationChannel\/Chat\/SBUChatNotificationChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 25571,
+ "offset": 17249,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1010,
+ "offset": 17297,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17531,
+ "length": 40,
+ "value": "\"Prev message list request is not valid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1049,
+ "offset": 17614,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 1082,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17710,
+ "length": 52,
+ "value": "\"[Prev message response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1170,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17752,
+ "length": 8,
+ "value": "\" messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUMultipleFilesMessageCellParams.swift",
- "kind": "StringLiteral",
- "offset": 309,
- "length": 33,
- "value": "\"SendbirdUIKit.SBUMultipleFilesMessageCellParams\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18093,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 889,
+ "offset": 18293,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/SBUBaseViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5401,
+ "offset": 18353,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
- "kind": "BooleanLiteral",
- "offset": 1319,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18505,
+ "length": 30,
+ "value": "\"Next message already loading\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
- "kind": "IntegerLiteral",
- "offset": 2103,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18595,
+ "length": 65,
+ "value": "\"[Request] Next message list from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
- "kind": "IntegerLiteral",
- "offset": 2879,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18659,
"length": 2,
- "value": "55"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18700,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 2925,
- "length": 2,
- "value": "12"
+ "offset": 18872,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3007,
+ "offset": 18910,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3197,
- "length": 5,
- "value": "false"
+ "offset": 19109,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3608,
+ "offset": 19489,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
- "kind": "BooleanLiteral",
- "offset": 3998,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19696,
+ "length": 40,
+ "value": "\"Next message list request is not valid\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1560,
- "length": 19,
- "value": "\"SendbirdUIKit.SBUMessageStateView\""
+ "offset": 19828,
+ "length": 52,
+ "value": "\"[Next message Response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUMessageStateView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1560,
- "length": 19,
- "value": "\"SendbirdUIKit.SBUMessageStateView\""
+ "offset": 19870,
+ "length": 8,
+ "value": "\" messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 562,
+ "offset": 20203,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoCollectionViewCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 851,
+ "offset": 20385,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFeedNotificationCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 217,
- "length": 29,
- "value": "\"SendbirdUIKit.SBUFeedNotificationCellParams\""
+ "offset": 20796,
+ "length": 69,
+ "value": "\"[Request] Both message list from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 630,
- "length": 11,
- "value": "\"reactions\""
+ "offset": 20864,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 673,
- "length": 15,
- "value": "\"enable_og_tag\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21143,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 738,
- "length": 33,
- "value": "\"use_last_messege_on_super_group\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21276,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 806,
- "length": 18,
- "value": "\"use_last_seen_at\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21548,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 867,
- "length": 26,
- "value": "\"enable_message_threading\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21620,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 947,
- "length": 37,
- "value": "\"allow_group_channel_create_from_sdk\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21663,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1038,
- "length": 37,
- "value": "\"allow_group_channel_invite_from_sdk\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21712,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1127,
- "length": 35,
- "value": "\"allow_operators_to_edit_operators\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21761,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1213,
- "length": 34,
- "value": "\"allow_operators_to_ban_operators\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21831,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1291,
- "length": 27,
- "value": "\"allow_super_group_channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21972,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1371,
- "length": 36,
- "value": "\"allow_group_channel_leave_from_sdk\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22069,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1461,
- "length": 37,
- "value": "\"allow_group_channel_update_from_sdk\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22208,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
- "kind": "StringLiteral",
- "offset": 1564,
- "length": 49,
- "value": "\"allow_only_operator_sdk_to_update_group_channel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22329,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1655,
- "length": 25,
- "value": "\"allow_broadcast_channel\""
+ "offset": 22427,
+ "length": 166,
+ "value": "\"Fetch from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1713,
- "length": 19,
- "value": "\"message_search_v3\""
+ "offset": 22476,
+ "length": 1,
+ "value": "\",\nlimit: prev = \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUAvailable.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1846,
- "length": 28,
- "value": "\"allow_user_update_from_sdk\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
- "kind": "FloatLiteral",
- "offset": 414,
- "length": 4,
- "value": "16.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
- "kind": "BooleanLiteral",
- "offset": 598,
- "length": 4,
- "value": "true"
+ "offset": 22532,
+ "length": 1,
+ "value": "\",\nnext = \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
- "kind": "BooleanLiteral",
- "offset": 947,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22577,
+ "length": 2499,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1189,
+ "offset": 22624,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/Cell\/SBUBaseChannelSettingCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1236,
+ "offset": 23046,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 400,
+ "offset": 23122,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 882,
+ "offset": 24077,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 915,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 958,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 24236,
+ "length": 43,
+ "value": "\"Initial message list request is not valid\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 998,
- "length": 4,
- "value": "true"
+ "offset": 24333,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUUnknownMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 203,
- "length": 27,
- "value": "\"SendbirdUIKit.SBUUnknownMessageCellParams\""
+ "offset": 24398,
+ "length": 52,
+ "value": "\"[Both message response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22437,
- "length": 12,
- "value": "\"created_at\""
+ "offset": 24440,
+ "length": 8,
+ "value": "\" messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
- "kind": "StringLiteral",
- "offset": 22463,
- "length": 12,
- "value": "\"updated_at\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24783,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22437,
- "length": 12,
- "value": "\"created_at\""
+ "offset": 25086,
+ "length": 276,
+ "value": "\"[Initial message response] Prev count : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22463,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 25205,
+ "length": 1,
+ "value": "\",\nprevLimit : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22707,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 25283,
+ "length": 1,
+ "value": "\",\nhasPrev : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22773,
- "length": 12,
- "value": "\"theme_mode\""
+ "offset": 25346,
+ "length": 28,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22707,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 25384,
+ "length": 268,
+ "value": "\"[Initial message response] Next count : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 22773,
- "length": 12,
- "value": "\"theme_mode\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUNotificationChannelManager.swift",
- "kind": "Array",
- "offset": 22940,
- "length": 2,
- "value": "[]"
+ "offset": 25503,
+ "length": 1,
+ "value": "\",\nnextLimit : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMentionLimitGuideCell.swift",
- "kind": "IntegerLiteral",
- "offset": 466,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25577,
"length": 1,
- "value": "4"
+ "value": "\",\nhasNext : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
- "kind": "BooleanLiteral",
- "offset": 2260,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25636,
+ "length": 37,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 2471,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25683,
+ "length": 161,
+ "value": "\"[Initial message response] First : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 2513,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25771,
"length": 1,
- "value": "0"
+ "value": "\",\nLast : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
- "kind": "BooleanLiteral",
- "offset": 2597,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 25828,
+ "length": 5321,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/VoiceNote\/SBUVoiceMessageInputView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 13234,
+ "offset": 25948,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1185,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
- "kind": "Array",
- "offset": 1294,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26020,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUOpenChannelListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1061,
- "length": 27,
- "value": "\"SendbirdUIKit.SBUOpenChannelListViewModel\""
+ "offset": 27143,
+ "length": 99,
+ "value": "\"Multiple files message - failed to upload file at index [\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "Array",
- "offset": 2673,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27209,
+ "length": 1,
+ "value": "\"]. \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "IntegerLiteral",
- "offset": 2855,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27241,
"length": 2,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "FloatLiteral",
- "offset": 2983,
- "length": 4,
- "value": "56.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27309,
+ "length": 69,
+ "value": "\"Multiple files message - file at index [\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "FloatLiteral",
- "offset": 3020,
- "length": 4,
- "value": "48.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27358,
+ "length": 1,
+ "value": "\"] upload completed.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "FloatLiteral",
- "offset": 3055,
- "length": 3,
- "value": "8.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 28877,
+ "length": 40,
+ "value": "\"A filtered file message has been sent.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "FloatLiteral",
- "offset": 3091,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28992,
"length": 4,
- "value": "16.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3184,
+ "offset": 29305,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "IntegerLiteral",
- "offset": 4176,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30135,
+ "length": 67,
+ "value": "\"[Failed] Send user message request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30201,
"length": 2,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
- "kind": "IntegerLiteral",
- "offset": 4917,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30592,
+ "length": 57,
+ "value": "\"[Succeed] Send user message: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30648,
"length": 2,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUActionSheet.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8573,
+ "offset": 30726,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 249,
- "length": 11,
- "value": "\"SBUConfig\""
+ "offset": 31159,
+ "length": 133,
+ "value": "\"[Failed] Send file message request:\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2361,
- "length": 56,
+ "offset": 31268,
+ "length": 2863,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2393,
- "length": 1,
- "value": "\".queue.diskcache.config\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
- "kind": "IntegerLiteral",
- "offset": 2490,
- "length": 1,
- "value": "1"
+ "offset": 31699,
+ "length": 57,
+ "value": "\"[Succeed] Send file message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2533,
- "length": 23,
- "value": "\"sbu_config_updated_at\""
+ "offset": 31755,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
- "kind": "StringLiteral",
- "offset": 2581,
- "length": 19,
- "value": "\"sbu_config_config\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31846,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/CacheManager\/SBUCacheManager.Config.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 3630,
+ "offset": 32366,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/NotificationSettings\/SBUGroupChannelPushSettingsViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32450,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 805,
- "length": 36,
- "value": "\"SendbirdUIKit.SBUGroupChannelPushSettingsViewModel\""
+ "offset": 32495,
+ "length": 76,
+ "value": "\"[Failed] Resend failed user message request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Forms\/Views\/SBUFormView.swift",
- "kind": "IntegerLiteral",
- "offset": 3586,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32570,
"length": 2,
- "value": "12"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
- "kind": "BooleanLiteral",
- "offset": 6597,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32956,
+ "length": 62,
+ "value": "\"[Succeed] Resend failed file message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
- "kind": "Dictionary",
- "offset": 7702,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33017,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.List.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7923,
+ "offset": 33104,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33783,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 7172,
- "length": 24,
- "value": "\"uploadableFileInfoList\""
+ "offset": 34149,
+ "length": 193,
+ "value": "\"hasNext : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 7228,
- "length": 7,
- "value": "\"image\""
+ "offset": 34210,
+ "length": 1,
+ "value": "\",\nfirst : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 7265,
- "length": 5,
- "value": "\"gif\""
+ "offset": 34269,
+ "length": 1,
+ "value": "\",\nlast : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 7302,
- "length": 7,
- "value": "\"video\""
+ "offset": 34326,
+ "length": 298,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/Channel\/GroupChannel\/SBUGroupChannelModule.Input.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 7675,
+ "offset": 34436,
"length": 1,
- "value": "1"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/String+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 892,
- "length": 2,
- "value": "\"\""
+ "offset": 34634,
+ "length": 169,
+ "value": "\"newTimestamp : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 458,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34680,
+ "length": 1,
+ "value": "\",\nlastUpdatedTimestamp : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/ChannelList\/SBUBaseChannelListViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 295,
- "length": 27,
- "value": "\"SendbirdUIKit.SBUBaseChannelListViewModel\""
+ "offset": 34745,
+ "length": 1,
+ "value": "\",\ncurrentTime : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1728,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34787,
+ "length": 499,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1795,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35030,
+ "length": 21,
+ "value": "\"set to \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1863,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35050,
"length": 2,
- "value": "18"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1925,
- "length": 2,
- "value": "24"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35296,
+ "length": 194,
+ "value": "\"reset timestamp to : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 1992,
- "length": 2,
- "value": "32"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35361,
+ "length": 1,
+ "value": "\",\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2063,
- "length": 2,
- "value": "48"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35432,
+ "length": 1,
+ "value": "\",\ncurrentTime : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2131,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35474,
+ "length": 3949,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2256,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35852,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2317,
- "length": 2,
- "value": "38"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36159,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2377,
- "length": 2,
- "value": "60"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 36929,
+ "length": 42,
+ "value": "\"[Request] Message change logs with token\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2435,
- "length": 2,
- "value": "28"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 37194,
+ "length": 59,
+ "value": "\"[Request] Message change logs with last updated timestamp\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2498,
- "length": 2,
- "value": "40"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 37748,
+ "length": 76,
+ "value": "\"[Request] Changelog added message list from : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2571,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 37823,
"length": 2,
- "value": "36"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 2633,
- "length": 2,
- "value": "40"
+ "offset": 37993,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 38094,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 38556,
+ "length": 51,
+ "value": "\"Changelog added message list request is not valid\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2701,
- "length": 2,
- "value": "15"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 38742,
+ "length": 55,
+ "value": "\"[Changelog added response] \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2763,
- "length": 2,
- "value": "22"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 38787,
+ "length": 8,
+ "value": "\" messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "IntegerLiteral",
- "offset": 2830,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39433,
+ "length": 123,
+ "value": "\"[Failed] Message change logs request:\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39536,
+ "length": 181,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4131,
+ "offset": 39667,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Enums\/SBUIconSetType.swift",
- "kind": "Array",
- "offset": 10941,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39731,
+ "length": 209,
+ "value": "\"[Response]\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
- "kind": "IntegerLiteral",
- "offset": 2854,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39787,
+ "length": 21,
+ "value": "\"%d updated messages\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3028,
+ "offset": 39836,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
- "kind": "IntegerLiteral",
- "offset": 4492,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39839,
"length": 1,
- "value": "0"
+ "value": "\",\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39870,
+ "length": 21,
+ "value": "\"%d deleted messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4535,
+ "offset": 39921,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 39924,
+ "length": 22667,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8601,
+ "offset": 40259,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/ViewParams\/SBUQuotedBaseMessageViewParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 9994,
- "length": 4,
- "value": "true"
+ "offset": 40857,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1189,
- "length": 4,
- "value": "true"
+ "offset": 41569,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 12668,
+ "offset": 41666,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/Date+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 13199,
+ "offset": 41870,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 718,
+ "offset": 42340,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/Replies\/MessageView\/SBUQuotedFileMessageView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 928,
+ "offset": 42426,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
- "kind": "IntegerLiteral",
- "offset": 348,
- "length": 5,
- "value": "10001"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42461,
+ "length": 95,
+ "value": "\"Loaded added messages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
- "kind": "BooleanLiteral",
- "offset": 538,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42508,
+ "length": 1,
+ "value": "\", hasNext : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/NewMessageInfo\/SBUNewMessageInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 281,
- "length": 17,
- "value": "\"SendbirdUIKit.SBUNewMessageInfo\""
+ "offset": 42555,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/URL+SBUKit.swift",
- "kind": "BooleanLiteral",
- "offset": 227,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42765,
+ "length": 24,
+ "value": "\"[Request] Start typing\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1398,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 42972,
+ "length": 22,
+ "value": "\"[Request] End typing\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUUserMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1990,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 43719,
+ "length": 41,
+ "value": "\"`SBUGlobals.userMentionConfig` is `nil`\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Extension\/UIButton+SBUIKit.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 43962,
+ "length": 92,
+ "value": "\"User mention features are disabled. See `SBUGlobals.isMentionEnabled` for more information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 2119,
- "length": 2,
+ "offset": 44435,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 318,
- "length": 4,
- "value": "1"
+ "offset": 45055,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 364,
- "length": 10,
- "value": "2"
+ "offset": 45872,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 318,
- "length": 4,
+ "offset": 45877,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUMessageInputMode.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 364,
- "length": 10,
- "value": "2"
+ "offset": 46027,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
- "kind": "BooleanLiteral",
- "offset": 1900,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 46902,
+ "length": 42,
+ "value": "\"Couldn't retrieve thread list.: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 46943,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 2489,
+ "offset": 46979,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4056,
+ "offset": 47046,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
- "kind": "FloatLiteral",
- "offset": 4390,
- "length": 3,
- "value": "0.7"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47071,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 47160,
+ "length": 41,
+ "value": "\"Response of retrieve thread list is nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6248,
- "length": 4,
- "value": "true"
+ "offset": 47236,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7403,
+ "offset": 47261,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 7992,
+ "offset": 47301,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SBUGlobals.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 8458,
+ "offset": 47661,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 288,
- "length": 31,
- "value": "\"enableUsingDefaultUserProfile\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 47886,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 288,
- "length": 31,
- "value": "\"enableUsingDefaultUserProfile\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48171,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 476,
- "length": 16,
- "value": "\"enableDocument\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 48332,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 476,
- "length": 16,
- "value": "\"enableDocument\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 48724,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 612,
- "length": 13,
- "value": "\"enablePhoto\""
+ "offset": 1915,
+ "length": 25,
+ "value": "\"SendbirdUIKit.SBUMessageThreadViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 656,
- "length": 13,
- "value": "\"enableVideo\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50502,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 612,
- "length": 13,
- "value": "\"enablePhoto\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50545,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 656,
- "length": 13,
- "value": "\"enableVideo\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50575,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 790,
- "length": 13,
- "value": "\"enablePhoto\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 50973,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 834,
- "length": 13,
- "value": "\"enableVideo\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 51292,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 790,
- "length": 13,
- "value": "\"enablePhoto\""
+ "offset": 51596,
+ "length": 32,
+ "value": "\"Did update message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 834,
- "length": 13,
- "value": "\"enableVideo\""
+ "offset": 51627,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1123,
- "length": 13,
- "value": "\"enableOgtag\""
+ "offset": 51824,
+ "length": 32,
+ "value": "\"Did update message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1177,
- "length": 23,
- "value": "\"enableTypingIndicator\""
+ "offset": 51855,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 1235,
- "length": 17,
- "value": "\"enableReactions\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 51929,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1297,
- "length": 27,
- "value": "\"enableReactionsSupergroup\""
+ "offset": 52851,
+ "length": 63,
+ "value": "\"Did update message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1367,
- "length": 15,
- "value": "\"enableMention\""
+ "offset": 52913,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1420,
- "length": 20,
- "value": "\"enableVoiceMessage\""
+ "offset": 53521,
+ "length": 48,
+ "value": "\"Did update message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1482,
- "length": 24,
- "value": "\"enableSuggestedReplies\""
+ "offset": 53568,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 53776,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1557,
- "length": 23,
- "value": "\"enableFormTypeMessage\""
+ "offset": 54166,
+ "length": 35,
+ "value": "\"Message was deleted: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1624,
- "length": 16,
- "value": "\"enableFeedback\""
+ "offset": 54200,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 54487,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1123,
- "length": 13,
- "value": "\"enableOgtag\""
+ "offset": 54816,
+ "length": 55,
+ "value": "\"Channel was changed, ChannelURL:\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1177,
- "length": 23,
- "value": "\"enableTypingIndicator\""
+ "offset": 54870,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1235,
- "length": 17,
- "value": "\"enableReactions\""
+ "offset": 55318,
+ "length": 54,
+ "value": "\"Channel was frozen, ChannelURL:\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1297,
- "length": 27,
- "value": "\"enableReactionsSupergroup\""
+ "offset": 55371,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1367,
- "length": 15,
- "value": "\"enableMention\""
+ "offset": 55820,
+ "length": 56,
+ "value": "\"Channel was unfrozen, ChannelURL:\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1420,
- "length": 20,
- "value": "\"enableVoiceMessage\""
+ "offset": 55875,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1482,
- "length": 24,
- "value": "\"enableSuggestedReplies\""
+ "offset": 56353,
+ "length": 16,
+ "value": "\"You are muted.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1557,
- "length": 23,
- "value": "\"enableFormTypeMessage\""
+ "offset": 56841,
+ "length": 18,
+ "value": "\"You are unmuted.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1624,
- "length": 16,
- "value": "\"enableFeedback\""
+ "offset": 57708,
+ "length": 17,
+ "value": "\"You are banned.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1865,
- "length": 23,
- "value": "\"enableTypingIndicator\""
+ "offset": 59736,
+ "length": 53,
+ "value": "\"messageCollection addedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1934,
- "length": 28,
- "value": "\"enableMessageReceiptStatus\""
+ "offset": 59788,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60408,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 60476,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1865,
- "length": 23,
- "value": "\"enableTypingIndicator\""
+ "offset": 60835,
+ "length": 55,
+ "value": "\"messageCollection updatedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 1934,
- "length": 28,
- "value": "\"enableMessageReceiptStatus\""
+ "offset": 60889,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 61431,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2094,
- "length": 21,
- "value": "\"enableMessageSearch\""
+ "offset": 61720,
+ "length": 55,
+ "value": "\"messageCollection deletedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2094,
- "length": 21,
- "value": "\"enableMessageSearch\""
+ "offset": 61774,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2238,
- "length": 13,
- "value": "\"enableOgtag\""
+ "offset": 62302,
+ "length": 34,
+ "value": "\"messageCollection changedChannel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/SBUConfig.CodingKeys.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
"kind": "StringLiteral",
- "offset": 2238,
- "length": 13,
- "value": "\"enableOgtag\""
+ "offset": 62560,
+ "length": 34,
+ "value": "\"messageCollection deletedChannel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "Array",
- "offset": 1962,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 840,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "Dictionary",
- "offset": 2342,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 849,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "Dictionary",
- "offset": 2471,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 860,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 2748,
+ "offset": 870,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "StringLiteral",
- "offset": 2816,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 914,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "StringLiteral",
- "offset": 2860,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 952,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "BooleanLiteral",
- "offset": 2958,
+ "offset": 1115,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Util\/SBUMentionManager.swift",
- "kind": "StringLiteral",
- "offset": 6588,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1844,
+ "length": 3,
+ "value": "4.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1896,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1948,
+ "length": 3,
+ "value": "4.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 1999,
+ "length": 3,
+ "value": "4.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 2055,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 418,
- "length": 9,
- "value": "1"
+ "offset": 3239,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3297,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 418,
- "length": 9,
- "value": "1"
+ "offset": 5855,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 418,
- "length": 9,
- "value": "1"
+ "offset": 6077,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 802,
- "length": 7,
+ "offset": 6277,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
- "kind": "IntegerLiteral",
- "offset": 819,
- "length": 13,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6493,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
- "kind": "IntegerLiteral",
- "offset": 842,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6958,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 862,
- "length": 6,
- "value": "4"
+ "offset": 7227,
+ "length": 1,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 878,
- "length": 4,
- "value": "5"
+ "offset": 7544,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 802,
- "length": 7,
- "value": "1"
+ "offset": 7598,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 819,
- "length": 13,
- "value": "2"
+ "offset": 7666,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 842,
- "length": 10,
- "value": "3"
+ "offset": 7816,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 862,
- "length": 6,
- "value": "4"
+ "offset": 8123,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 878,
- "length": 4,
- "value": "5"
+ "offset": 8253,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 802,
- "length": 7,
- "value": "1"
+ "offset": 9241,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 819,
- "length": 13,
+ "offset": 9260,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "Array",
+ "offset": 9476,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 842,
- "length": 10,
- "value": "3"
+ "offset": 9724,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 862,
- "length": 6,
- "value": "4"
+ "offset": 9733,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/PhotoLibrary\/SBUPhotoAccess.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 878,
- "length": 4,
- "value": "5"
+ "offset": 9744,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9754,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "BooleanLiteral",
- "offset": 20074,
+ "offset": 10067,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
- "kind": "StringLiteral",
- "offset": 1248,
- "length": 30,
- "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
- "kind": "StringLiteral",
- "offset": 1248,
- "length": 30,
- "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10831,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageThread\/SBUMessageThreadViewController.swift",
- "kind": "StringLiteral",
- "offset": 1248,
- "length": 30,
- "value": "\"SendbirdUIKit.SBUMessageThreadViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10905,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 4323,
+ "offset": 11285,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
"kind": "IntegerLiteral",
- "offset": 4345,
+ "offset": 11593,
"length": 1,
- "value": "0"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4420,
- "length": 3,
- "value": "0.0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11599,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 4449,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SendbirdUI.Deprecated.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2257,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/UserList\/SBUUserListModule.Header.swift",
+ "kind": "StringLiteral",
+ "offset": 6533,
"length": 2,
- "value": "50"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/FileViewer\/SBUFileViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "Array",
+ "offset": 1083,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "StringLiteral",
- "offset": 2936,
- "length": 21,
- "value": "\"SendbirdUIKit.SBUFileViewController\""
+ "offset": 1925,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 521,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3034,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3977,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "IntegerLiteral",
- "offset": 527,
+ "offset": 4097,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "IntegerLiteral",
- "offset": 537,
+ "offset": 4107,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "IntegerLiteral",
- "offset": 548,
- "length": 2,
- "value": "76"
+ "offset": 4115,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "IntegerLiteral",
- "offset": 882,
+ "offset": 4126,
"length": 1,
- "value": "6"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/Menu\/SBUMenuSheetViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
"kind": "StringLiteral",
- "offset": 213,
- "length": 26,
- "value": "\"SendbirdUIKit.SBUMenuSheetViewController\""
+ "offset": 5858,
+ "length": 22,
+ "value": "\"Not a group channel.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 331,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6237,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 349,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6327,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 368,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6606,
+ "length": 37,
+ "value": "\"Did receive error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 331,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6639,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 349,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 6642,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 368,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8356,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 331,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9358,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 349,
- "length": 9,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/MessageSearch\/SBUMessageSearchViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 9413,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 368,
- "length": 9,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 3900,
+ "length": 26,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 508,
- "length": 12,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/Channel\/SBUGroupChannelViewController.Deprecated.swift",
+ "kind": "StringLiteral",
+ "offset": 3921,
+ "length": 4,
+ "value": "\"Cell\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 530,
- "length": 19,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1248,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 559,
- "length": 19,
- "value": "3"
+ "offset": 2952,
+ "length": 10,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 588,
+ "offset": 2972,
"length": 6,
- "value": "4"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 604,
- "length": 15,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 3234,
+ "length": 13,
+ "value": "\"quote_reply\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 629,
- "length": 19,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 3234,
+ "length": 13,
+ "value": "\"quote_reply\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 508,
- "length": 12,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 3882,
+ "length": 28,
+ "value": "\"Cannot decode SBUReplyType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 530,
- "length": 19,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 4330,
+ "length": 28,
+ "value": "\"Cannot decode SBUReplyType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 559,
- "length": 19,
- "value": "3"
+ "offset": 2952,
+ "length": 10,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 588,
+ "offset": 2972,
"length": 6,
- "value": "4"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 604,
- "length": 15,
- "value": "5"
+ "offset": 2952,
+ "length": 10,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 629,
- "length": 19,
- "value": "6"
+ "offset": 2972,
+ "length": 6,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 508,
- "length": 12,
+ "offset": 4622,
+ "length": 6,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 530,
- "length": 19,
+ "offset": 4705,
+ "length": 6,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 559,
- "length": 19,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 5453,
+ "length": 40,
+ "value": "\"Cannot decode SBUThreadReplySelectType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "IntegerLiteral",
- "offset": 588,
- "length": 6,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 5999,
+ "length": 40,
+ "value": "\"Cannot decode SBUThreadReplySelectType\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 604,
- "length": 15,
- "value": "5"
+ "offset": 4622,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 629,
- "length": 19,
- "value": "6"
+ "offset": 4705,
+ "length": 6,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 2548,
- "length": 1,
- "value": "0"
+ "offset": 4622,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoiceRecorder.swift",
- "kind": "StringLiteral",
- "offset": 2089,
- "length": 16,
- "value": "\"SendbirdUIKit.SBUVoiceRecorder\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4705,
+ "length": 6,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 969,
+ "offset": 3150,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1008,
+ "offset": 3572,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 1041,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3851,
+ "length": 67,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3897,
"length": 1,
- "value": "0"
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
- "kind": "IntegerLiteral",
- "offset": 1084,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 3917,
"length": 1,
- "value": "0"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1172,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4778,
+ "length": 67,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MessageCellParams\/SBUFileMessageCellParams.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 200,
- "length": 24,
- "value": "\"SendbirdUIKit.SBUFileMessageCellParams\""
+ "offset": 4824,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SBUTheme.Deprecated.swift",
- "kind": "FloatLiteral",
- "offset": 20612,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 4844,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5789,
"length": 4,
- "value": "0.64"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBUNavigationTitleView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 341,
+ "offset": 5916,
+ "length": 47,
+ "value": "\"[Request] Load channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5962,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 310,
- "length": 20,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6500,
+ "length": 69,
+ "value": "\"[Succeed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 340,
- "length": 17,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 6568,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 367,
- "length": 4,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 7338,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 381,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7474,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 396,
- "length": 17,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7861,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 423,
- "length": 13,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8639,
+ "length": 62,
+ "value": "\"[Failed] Load channel request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 310,
- "length": 20,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 8700,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 340,
- "length": 17,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9079,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 367,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9178,
"length": 4,
- "value": "3"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 381,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9235,
"length": 5,
- "value": "4"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 396,
- "length": 17,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9464,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 423,
- "length": 13,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9496,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 310,
- "length": 20,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10517,
+ "length": 99,
+ "value": "\"Multiple files message - failed to upload file at index [\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 340,
- "length": 17,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10583,
+ "length": 1,
+ "value": "\"]. \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 367,
- "length": 4,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10615,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 381,
- "length": 5,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10683,
+ "length": 69,
+ "value": "\"Multiple files message - file at index [\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 396,
- "length": 17,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 10732,
+ "length": 1,
+ "value": "\"] upload completed.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 423,
- "length": 13,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 12251,
+ "length": 40,
+ "value": "\"A filtered file message has been sent.\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1964,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12366,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1986,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12679,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2007,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13474,
+ "length": 187,
+ "value": "\"loadInitialMessages,\nstartingPoint : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2027,
- "length": 7,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13575,
+ "length": 1,
+ "value": "\",\ninitialMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1964,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 13645,
+ "length": 23128,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1986,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14367,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2007,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14500,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2027,
- "length": 7,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14680,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1964,
- "length": 8,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14753,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 1986,
- "length": 7,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15266,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2007,
- "length": 6,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15487,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 2027,
- "length": 7,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15571,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "IntegerLiteral",
- "offset": 3788,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15654,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUVoicePlayer.swift",
- "kind": "StringLiteral",
- "offset": 1767,
- "length": 14,
- "value": "\"SendbirdUIKit.SBUVoicePlayer\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15938,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3185,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16019,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "Array",
+ "offset": 16164,
"length": 2,
- "value": "30"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "Array",
- "offset": 3705,
+ "offset": 16238,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4039,
+ "offset": 16458,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17187,
+ "length": 30,
+ "value": "\"Prev message already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17277,
+ "length": 29,
+ "value": "\"[Request] Prev message list\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4991,
+ "offset": 17625,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17783,
+ "length": 52,
+ "value": "\"[Prev message response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 17825,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5829,
+ "offset": 18042,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5877,
- "length": 5,
- "value": "false"
+ "offset": 18132,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18327,
+ "length": 30,
+ "value": "\"Next message already loading\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5923,
- "length": 5,
- "value": "false"
+ "offset": 18495,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5964,
+ "offset": 18723,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6148,
+ "offset": 18856,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 18995,
+ "length": 52,
+ "value": "\"[Next message Response] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 19037,
+ "length": 8,
+ "value": "\" messages\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 6947,
+ "offset": 19254,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19343,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20264,
+ "length": 24,
+ "value": "\"[Request] Start typing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20463,
+ "length": 22,
+ "value": "\"[Request] End typing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20859,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUChatNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20930,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 20934,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21114,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 23459,
+ "offset": 21548,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22506,
+ "length": 41,
+ "value": "\"`SBUGlobals.userMentionConfig` is `nil`\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 22749,
+ "length": 92,
+ "value": "\"User mention features are disabled. See `SBUGlobals.isMentionEnabled` for more information\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4099,
+ "offset": 23222,
"length": 1,
- "value": "8"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4112,
+ "offset": 23841,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4195,
- "length": 2,
- "value": "4"
+ "offset": 24613,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4209,
+ "offset": 24618,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24768,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4268,
+ "offset": 25936,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
- "kind": "IntegerLiteral",
- "offset": 4428,
- "length": 2,
- "value": "20"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1949,
+ "length": 24,
+ "value": "\"SendbirdUIKit.SBUGroupChannelViewModel\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4495,
+ "offset": 26612,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26912,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27133,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 4580,
- "length": 13,
- "value": "\"searchField\""
+ "offset": 27227,
+ "length": 53,
+ "value": "\"messageCollection addedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
- "kind": "IntegerLiteral",
- "offset": 4735,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 27279,
"length": 2,
- "value": "20"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/MessageSearch\/SBUMessageSearchModule.Header.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 4789,
+ "offset": 27598,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 652,
+ "offset": 27679,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "FloatLiteral",
+ "offset": 28195,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28682,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 771,
+ "offset": 28828,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1887,
+ "offset": 28981,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1910,
+ "offset": 29281,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29502,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29604,
+ "length": 55,
+ "value": "\"messageCollection updatedMessages : \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 29658,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29837,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Model\/SBUUser.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29954,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29985,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "StringLiteral",
- "offset": 193,
- "length": 7,
- "value": "\"SendbirdUIKit.SBUUser\""
+ "offset": 30225,
+ "length": 55,
+ "value": "\"messageCollection deletedMessages : \""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30279,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30456,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 30653,
+ "length": 34,
+ "value": "\"messageCollection changedChannel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31309,
+ "length": 34,
+ "value": "\"messageCollection deletedChannel\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 31537,
+ "length": 36,
+ "value": "\"messageCollection didDetectHugeGap\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 543,
+ "offset": 31879,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 549,
+ "offset": 31958,
"length": 1,
- "value": "0"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 559,
+ "offset": 31968,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 32228,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32622,
+ "length": 23,
+ "value": "\"[Request] Submit Form\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32761,
+ "length": 62,
+ "value": "\"[Request] Submit Form - error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 32822,
"length": 2,
- "value": "60"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/SBUTypingIndicatorMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 571,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33468,
+ "length": 27,
+ "value": "\"[Request] Submit feedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33654,
+ "length": 66,
+ "value": "\"[Request] Submit feedback - error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 33719,
"length": 2,
- "value": "34"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3206,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34381,
+ "length": 27,
+ "value": "\"[Request] Update feedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34567,
+ "length": 66,
+ "value": "\"[Request] update feedback - error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 34632,
"length": 2,
- "value": "30"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "Array",
- "offset": 3734,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35139,
+ "length": 27,
+ "value": "\"[Request] Delete feedback\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35274,
+ "length": 66,
+ "value": "\"[Request] delete feedback - error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 35339,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 4068,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 36398,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 5020,
+ "offset": 36424,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "FloatLiteral",
- "offset": 5205,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUTypingIndicatorMessageManager.swift",
+ "kind": "Dictionary",
+ "offset": 584,
"length": 3,
- "value": "0.5"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5338,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1984,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 6181,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2493,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 6229,
- "length": 5,
- "value": "false"
+ "offset": 4168,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 6275,
- "length": 5,
- "value": "false"
+ "offset": 4594,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 6316,
+ "offset": 5276,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 6500,
+ "offset": 7842,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8214,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 7009,
- "length": 5,
- "value": "false"
+ "offset": 8264,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 7421,
- "length": 5,
- "value": "false"
+ "offset": 8542,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUOpenChannelSettingsViewController.swift",
"kind": "BooleanLiteral",
- "offset": 22651,
- "length": 5,
- "value": "false"
+ "offset": 8649,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUFeedNotificationChannelViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3101,
- "length": 35,
- "value": "\"SendbirdUIKit.SBUFeedNotificationChannelViewModel\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 339,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
- "kind": "Dictionary",
- "offset": 913,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 432,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/ViewModel\/SBUUserMessageTextViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 570,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "BooleanLiteral",
- "offset": 2577,
+ "offset": 1183,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "FloatLiteral",
- "offset": 78285,
- "length": 3,
- "value": "0.5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2967,
+ "length": 2,
+ "value": "51"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "FloatLiteral",
- "offset": 79050,
- "length": 4,
- "value": "0.64"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3045,
+ "length": 2,
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "IntegerLiteral",
- "offset": 82782,
+ "offset": 3057,
"length": 2,
- "value": "18"
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3158,
+ "length": 2,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3318,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3349,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "FloatLiteral",
- "offset": 109135,
+ "offset": 3378,
"length": 3,
"value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "FloatLiteral",
- "offset": 145190,
- "length": 4,
- "value": "0.12"
+ "offset": 3432,
+ "length": 3,
+ "value": "0.5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "IntegerLiteral",
- "offset": 186618,
+ "offset": 3570,
"length": 2,
- "value": "18"
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "IntegerLiteral",
- "offset": 187338,
+ "offset": 3601,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3627,
"length": 2,
- "value": "18"
+ "value": "13"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
"kind": "IntegerLiteral",
- "offset": 189028,
+ "offset": 3655,
"length": 2,
- "value": "14"
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4518,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5068,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5113,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5163,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5215,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5501,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5558,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5605,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5656,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 189263,
- "length": 2,
- "value": "12"
+ "offset": 1007,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 190044,
- "length": 2,
- "value": "14"
+ "offset": 1239,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 190558,
- "length": 2,
- "value": "12"
+ "offset": 2170,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 192493,
+ "offset": 2572,
"length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 192672,
+ "offset": 5126,
"length": 2,
- "value": "12"
+ "value": "18"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 192837,
+ "offset": 5202,
"length": 2,
- "value": "14"
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 193073,
- "length": 11,
- "value": "\"#e0000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5277,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 193140,
- "length": 11,
- "value": "\"#70000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5348,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 193205,
- "length": 11,
- "value": "\"#e0000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5427,
+ "length": 2,
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 194025,
- "length": 1,
- "value": "8"
+ "offset": 5439,
+ "length": 2,
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 194219,
+ "offset": 5517,
"length": 2,
- "value": "12"
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 194586,
+ "offset": 5529,
"length": 2,
- "value": "14"
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 195091,
- "length": 11,
- "value": "\"#e0000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5643,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 195157,
- "length": 11,
- "value": "\"#70000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5656,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "StringLiteral",
- "offset": 195230,
- "length": 11,
- "value": "\"#e0000000\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5664,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 196542,
- "length": 2,
- "value": "15"
+ "offset": 5675,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Theme\/SBUTheme.swift",
- "kind": "IntegerLiteral",
- "offset": 196837,
- "length": 2,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 6959,
+ "length": 27,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
- "kind": "BooleanLiteral",
- "offset": 364,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 6978,
+ "length": 6,
+ "value": "\" photos\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/FileMessageContentView\/SBUImageContentView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "BooleanLiteral",
- "offset": 574,
+ "offset": 7108,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
- "kind": "IntegerLiteral",
- "offset": 343,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 8219,
"length": 4,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
- "kind": "IntegerLiteral",
- "offset": 349,
- "length": 5,
- "value": "2"
+ "value": "\"_0\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 356,
- "length": 3,
- "value": "3"
+ "offset": 11130,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 343,
- "length": 4,
+ "offset": 11155,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 349,
- "length": 5,
+ "offset": 11181,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 356,
- "length": 3,
- "value": "3"
+ "offset": 11130,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 343,
- "length": 4,
+ "offset": 11155,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 349,
- "length": 5,
+ "offset": 11181,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
- "kind": "IntegerLiteral",
- "offset": 356,
- "length": 3,
- "value": "3"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Common\/SBULayoutableButton.swift",
- "kind": "FloatLiteral",
- "offset": 609,
- "length": 3,
- "value": "8.0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "IntegerLiteral",
- "offset": 702,
- "length": 2,
- "value": "12"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 753,
+ "offset": 11130,
"length": 1,
- "value": "7"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "IntegerLiteral",
- "offset": 872,
- "length": 2,
- "value": "16"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "IntegerLiteral",
- "offset": 918,
- "length": 2,
- "value": "10"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 968,
- "length": 2,
- "value": "16"
+ "offset": 11155,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
"kind": "IntegerLiteral",
- "offset": 1017,
+ "offset": 11181,
"length": 1,
- "value": "1"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/ChannelSettings\/OpenChannel\/SBUOpenChannelSettingsModule.Header.swift",
"kind": "StringLiteral",
- "offset": 1076,
+ "offset": 3677,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 1380,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 1436,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 1477,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 744,
+ "length": 4,
+ "value": "34.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "BooleanLiteral",
- "offset": 1513,
+ "offset": 823,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "BooleanLiteral",
- "offset": 1551,
+ "offset": 1282,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1669,
+ "offset": 1329,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 1894,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1335,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 2044,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1506,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/CellView\/SBUUserMessageTextView.swift",
- "kind": "BooleanLiteral",
- "offset": 2928,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1512,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 294,
- "length": 13,
- "value": "\"E, MMM yyyy\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1522,
+ "length": 1,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 371,
- "length": 14,
- "value": "\"MMM dd, yyyy\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1533,
+ "length": 1,
+ "value": "6"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 443,
- "length": 11,
- "value": "\"E, MMM dd\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1749,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 508,
- "length": 8,
- "value": "\"MMM dd\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2220,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 571,
- "length": 9,
- "value": "\"hh:mm a\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2230,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 632,
- "length": 7,
- "value": "\"hh:mm\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2238,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 700,
- "length": 12,
- "value": "\"yyyy\/MM\/dd\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2249,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 779,
- "length": 14,
- "value": "\"yyyyMMddhhmm\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2774,
+ "length": 1,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 864,
- "length": 16,
- "value": "\"yyyyMMddhhmmss\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3043,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 947,
- "length": 16,
- "value": "\"MMM dd hh:mm a\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3278,
+ "length": 1,
+ "value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Constant\/SBUDateFormatSet.swift",
- "kind": "StringLiteral",
- "offset": 1040,
- "length": 22,
- "value": "\"MMM dd, yyyy hh:mm a\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3430,
+ "length": 3,
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1245,
+ "offset": 3581,
"length": 1,
- "value": "1"
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/ChannelSettings\/SBUBaseChannelSettingsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1284,
+ "offset": 3709,
"length": 1,
- "value": "2"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 1162,
- "length": 4,
- "value": "1000"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3947,
+ "length": 3,
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "FloatLiteral",
+ "offset": 4202,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1212,
- "length": 6,
- "value": "600000"
+ "offset": 4291,
+ "length": 2,
+ "value": "12"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1407,
- "length": 5,
- "value": "11025"
+ "offset": 4954,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1449,
+ "offset": 5026,
"length": 1,
- "value": "1"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/VoiceMessage\/SBUVoiceMessageConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1553,
- "length": 5,
- "value": "12000"
+ "offset": 5138,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 557,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 5334,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 7058,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 6171,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 8328,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6429,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 12484,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6441,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "BooleanLiteral",
- "offset": 13679,
+ "offset": 7031,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
- "kind": "BooleanLiteral",
- "offset": 25832,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/SendbirdUI.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "BooleanLiteral",
- "offset": 30884,
+ "offset": 7141,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1735,
+ "offset": 7236,
"length": 2,
- "value": "16"
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
- "kind": "BooleanLiteral",
- "offset": 2846,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7248,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
- "kind": "FloatLiteral",
- "offset": 2899,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7302,
"length": 4,
- "value": "80.0"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 2967,
+ "offset": 7429,
"length": 2,
- "value": "46"
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateOpenChannelModule.ProfileInput.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 2979,
+ "offset": 7441,
"length": 2,
- "value": "46"
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1730,
+ "offset": 7492,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1736,
- "length": 1,
- "value": "0"
+ "offset": 7674,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 1746,
- "length": 1,
- "value": "0"
+ "offset": 7686,
+ "length": 2,
+ "value": "40"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
- "kind": "FloatLiteral",
- "offset": 1757,
- "length": 3,
- "value": "0.5"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8355,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
- "kind": "Array",
- "offset": 1947,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8717,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
- "kind": "Array",
- "offset": 1985,
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "StringLiteral",
+ "offset": 8766,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Reaction\/SBUReactionsViewController.swift",
- "kind": "StringLiteral",
- "offset": 1245,
- "length": 26,
- "value": "\"SendbirdUIKit.SBUReactionsViewController\""
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9147,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
"kind": "IntegerLiteral",
- "offset": 2234,
- "length": 3,
- "value": "100"
+ "offset": 9859,
+ "length": 6,
+ "value": "100000"
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3387,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Module\/SelectUser\/CreateChannel\/SBUCreateChannelModule.List.swift",
+ "kind": "StringLiteral",
+ "offset": 2849,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3439,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 727,
+ "length": 9,
+ "value": "\"iconAdd\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3558,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 862,
+ "length": 10,
+ "value": "\"iconBack\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3703,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 996,
+ "length": 9,
+ "value": "\"iconBad\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 4191,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1129,
+ "length": 9,
+ "value": "\"iconBan\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 13266,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1274,
+ "length": 15,
+ "value": "\"iconBroadcast\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/MessageThread\/SBUMessageThreadViewModel.swift",
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 1915,
- "length": 25,
- "value": "\"SendbirdUIKit.SBUMessageThreadViewModel\""
+ "offset": 1419,
+ "length": 12,
+ "value": "\"iconCamera\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 840,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1565,
+ "length": 14,
+ "value": "\"iconChannels\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 849,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1705,
+ "length": 10,
+ "value": "\"iconChat\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 860,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1863,
+ "length": 21,
+ "value": "\"iconCheckboxChecked\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 870,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2036,
+ "length": 23,
+ "value": "\"iconCheckboxUnchecked\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 914,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2199,
+ "length": 17,
+ "value": "\"iconChevronDown\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "IntegerLiteral",
- "offset": 952,
- "length": 1,
- "value": "4"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2358,
+ "length": 18,
+ "value": "\"iconChevronRight\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1115,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2504,
+ "length": 11,
+ "value": "\"iconClose\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 1844,
- "length": 3,
- "value": "4.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2641,
+ "length": 10,
+ "value": "\"iconCopy\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 1896,
- "length": 4,
- "value": "12.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2781,
+ "length": 12,
+ "value": "\"iconCreate\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 1948,
- "length": 3,
- "value": "4.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2923,
+ "length": 12,
+ "value": "\"iconDelete\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 1999,
- "length": 3,
- "value": "4.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3069,
+ "length": 14,
+ "value": "\"iconDocument\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageCell\/MultipleFilesMessage\/SBUMultipleFilesMessageCell.swift",
- "kind": "FloatLiteral",
- "offset": 2055,
- "length": 3,
- "value": "6.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3209,
+ "length": 10,
+ "value": "\"iconDone\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Deprecated\/SendbirdUI.Deprecated.swift",
- "kind": "BooleanLiteral",
- "offset": 2257,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3351,
+ "length": 13,
+ "value": "\"iconDoneAll\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "BooleanLiteral",
- "offset": 1248,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3498,
+ "length": 14,
+ "value": "\"iconDownload\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2952,
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3638,
"length": 10,
- "value": "1"
+ "value": "\"iconEdit\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 3784,
+ "length": 15,
+ "value": "\"iconEmojiMore\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 3234,
- "length": 13,
- "value": "\"quote_reply\""
+ "offset": 3927,
+ "length": 11,
+ "value": "\"iconEmpty\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 3234,
- "length": 13,
- "value": "\"quote_reply\""
+ "offset": 4066,
+ "length": 11,
+ "value": "\"iconError\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2952,
- "length": 10,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4213,
+ "length": 15,
+ "value": "\"iconFileAudio\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4370,
+ "length": 18,
+ "value": "\"iconFileDocument\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2952,
- "length": 10,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4518,
+ "length": 12,
+ "value": "\"iconFreeze\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 2972,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4654,
+ "length": 9,
+ "value": "\"iconGif\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4622,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4789,
+ "length": 10,
+ "value": "\"iconGood\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4705,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4925,
+ "length": 10,
+ "value": "\"iconInfo\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4622,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5063,
+ "length": 11,
+ "value": "\"iconLeave\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4705,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5206,
+ "length": 13,
+ "value": "\"iconMembers\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4622,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5351,
+ "length": 13,
+ "value": "\"iconMessage\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Configuration\/Replies\/SBUReplyConfiguration.swift",
- "kind": "IntegerLiteral",
- "offset": 4705,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5504,
+ "length": 17,
+ "value": "\"iconModerations\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2695,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5647,
+ "length": 10,
+ "value": "\"iconMore\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3117,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5783,
+ "length": 10,
+ "value": "\"iconMute\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/ViewModel\/Channel\/SBUGroupChannelViewModel.swift",
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 1494,
+ "offset": 5947,
"length": 24,
- "value": "\"SendbirdUIKit.SBUGroupChannelViewModel\""
+ "value": "\"iconNotificationFilled\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/Manager\/SBUTypingIndicatorMessageManager.swift",
- "kind": "Dictionary",
- "offset": 584,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6131,
+ "length": 27,
+ "value": "\"iconNotificationOffFilled\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
- "kind": "IntegerLiteral",
- "offset": 339,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6302,
+ "length": 19,
+ "value": "\"iconNotifications\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
- "kind": "IntegerLiteral",
- "offset": 432,
- "length": 2,
- "value": "16"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6455,
+ "length": 14,
+ "value": "\"iconOperator\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
- "kind": "IntegerLiteral",
- "offset": 570,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6597,
+ "length": 11,
+ "value": "\"iconPause\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/NotificationSettings\/Cell\/SBUChannelPushSettingCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1183,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6736,
+ "length": 11,
+ "value": "\"iconPhoto\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 1007,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6873,
+ "length": 10,
+ "value": "\"iconPlay\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 1239,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7009,
+ "length": 10,
+ "value": "\"iconPlus\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 2170,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7153,
+ "length": 14,
+ "value": "\"iconQuestion\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 2572,
- "length": 1,
- "value": "8"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7313,
+ "length": 20,
+ "value": "\"iconRadioButtonOff\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11130,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7477,
+ "length": 19,
+ "value": "\"iconRadioButtonOn\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11155,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7632,
+ "length": 15,
+ "value": "\"iconRecording\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11181,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7779,
+ "length": 13,
+ "value": "\"iconRefresh\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11130,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7922,
+ "length": 12,
+ "value": "\"iconRemove\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11155,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8066,
+ "length": 13,
+ "value": "\"iconReplied\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11181,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8207,
+ "length": 11,
+ "value": "\"iconReply\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11130,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8348,
+ "length": 12,
+ "value": "\"iconSearch\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11155,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8486,
+ "length": 10,
+ "value": "\"iconSend\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/MessageInput\/SBUQuoteMessageInputView.swift",
- "kind": "IntegerLiteral",
- "offset": 11181,
- "length": 1,
- "value": "2"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8628,
+ "length": 13,
+ "value": "\"iconSpinner\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
- "kind": "FloatLiteral",
- "offset": 744,
- "length": 4,
- "value": "34.0"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8767,
+ "length": 10,
+ "value": "\"iconStop\""
},
{
- "filePath": "\/Users\/distiller\/project\/uikit-ios\/SendbirdUIKit\/View\/Channel\/Header\/SBUChannelTitleView.swift",
- "kind": "BooleanLiteral",
- "offset": 823,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8915,
+ "length": 16,
+ "value": "\"iconSupergroup\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9061,
+ "length": 12,
+ "value": "\"iconThread\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9217,
+ "length": 19,
+ "value": "\"iconThumbnailNone\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9362,
+ "length": 10,
+ "value": "\"iconUser\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/SendbirdUIKit-haijwursmrzyhmftpurtjdnlgwhz\/Build\/Intermediates.noindex\/ArchiveIntermediates\/SendbirdUIKit\/IntermediateBuildFilesPath\/SendbirdUIKit.build\/Release-iphonesimulator\/SendbirdUIKit.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9518,
+ "length": 20,
+ "value": "\"iconVoiceMessageOn\""
}
]
}
\ No newline at end of file
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
index d7109036..c345daf0 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
@@ -1,12 +1,13 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdUIKit
+// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
+// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdUIKit
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFAudio
import AVFoundation
import AVKit
import AssetsLibrary
import CoreGraphics
+import DeveloperToolsSupport
import Foundation
import MobileCoreServices
import Photos
@@ -15,9 +16,11 @@ import QuartzCore
import SafariServices
import SendbirdChatSDK
import Swift
+import SwiftUI
import UIKit
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
import simd
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUModerationsViewController : SendbirdUIKit.SBUBaseViewController, SendbirdUIKit.SBUModerationsModuleHeaderDelegate, SendbirdUIKit.SBUModerationsModuleListDelegate, SendbirdUIKit.SBUModerationsModuleListDataSource, SendbirdUIKit.SBUCommonViewModelDelegate, SendbirdUIKit.SBUModerationsViewModelDelegate {
@objc @_Concurrency.MainActor(unsafe) public var headerComponent: SendbirdUIKit.SBUModerationsModule.Header?
@@ -137,8 +140,8 @@ extension SendbirdUIKit.SBUBaseChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var newMessageInfoView: UIKit.UIView?
@objc @_Concurrency.MainActor(unsafe) public var scrollBottomView: UIKit.UIView?
@objc @_Concurrency.MainActor(unsafe) public var userProfileView: UIKit.UIView?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelModuleListDataSource)?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
@@ -218,8 +221,8 @@ extension SendbirdUIKit.SBUConfig {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
@_hasMissingDesignatedInitializers public class SBUScrollPostionConfiguration {
@@ -283,7 +286,7 @@ public protocol SBUOpenChannelListModuleHeaderDelegate : SendbirdUIKit.SBUBaseCh
extension SendbirdUIKit.SBUOpenChannelListModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelListModule.Header {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUOpenChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate)? {
get
set
}
@@ -292,7 +295,7 @@ extension SendbirdUIKit.SBUOpenChannelListModule {
@available(*, unavailable, renamed: "SBUOpenChannelListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUOpenChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUOpenChannelListTheme)
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUOpenChannelListTheme? = nil)
}
}
@@ -336,8 +339,8 @@ extension SendbirdUIKit.SBUMessageSearchModule {
}
@objc @_Concurrency.MainActor(unsafe) public var resultCell: SendbirdUIKit.SBUMessageSearchResultCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageSearchTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageSearchModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageSearchModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageSearchModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageSearchModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var resultList: [SendbirdChatSDK.BaseMessage] {
@objc get
}
@@ -346,7 +349,7 @@ extension SendbirdUIKit.SBUMessageSearchModule {
@available(*, unavailable, renamed: "SBUMessageSearchModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageSearchModuleListDelegate, dataSource: SendbirdUIKit.SBUMessageSearchModuleListDataSource, theme: SendbirdUIKit.SBUMessageSearchTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageSearchModuleListDelegate, dataSource: any SendbirdUIKit.SBUMessageSearchModuleListDataSource, theme: SendbirdUIKit.SBUMessageSearchTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUMessageSearchTheme? = nil)
@@ -387,18 +390,18 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageThreadModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var parentMessage: SendbirdChatSDK.BaseMessage?
@objc @_Concurrency.MainActor(unsafe) public var mentionManager: SendbirdUIKit.SBUMentionManager?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleInputDelegate, dataSource: SendbirdUIKit.SBUMessageThreadModuleInputDataSource, parentMessage: SendbirdChatSDK.BaseMessage?, mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleInputDelegate, dataSource: any SendbirdUIKit.SBUMessageThreadModuleInputDataSource, parentMessage: SendbirdChatSDK.BaseMessage?, mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -451,11 +454,11 @@ public protocol SBUGroupChannelModuleHeaderDelegate : SendbirdUIKit.SBUBaseChann
}
extension SendbirdUIKit.SBUGroupChannelModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func onTapLeftBarButton()
@_Concurrency.MainActor(unsafe) @objc override open func onTapRightBarButton()
@@ -601,11 +604,11 @@ public protocol SBUGroupChannelSettingsViewModelDelegate : SendbirdUIKit.SBUBase
@available(*, deprecated, renamed: "SBUGroupChannelSettingsViewModel")
public typealias SBUChannelSettingsViewModel = SendbirdUIKit.SBUGroupChannelSettingsViewModel
@objc open class SBUGroupChannelSettingsViewModel : SendbirdUIKit.SBUBaseChannelSettingsViewModel {
- weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String?)
override public func updateChannel(channelName: Swift.String? = nil, coverImage: UIKit.UIImage? = nil)
@@ -638,15 +641,15 @@ public protocol SBURegisterOperatorViewModelDelegate : SendbirdUIKit.SBUBaseSele
public protocol SBURegisterOperatorViewModelDataSource : SendbirdUIKit.SBUBaseSelectUserViewModelDataSource {
}
@objc open class SBURegisterOperatorViewModel : SendbirdUIKit.SBUBaseSelectUserViewModel {
- weak public var delegate: SendbirdUIKit.SBURegisterOperatorViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBURegisterOperatorViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: SendbirdUIKit.SBURegisterOperatorViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBURegisterOperatorViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: (any SendbirdUIKit.SBURegisterOperatorViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBURegisterOperatorViewModelDataSource)? = nil)
public func registerAsOperators()
public func registerAsOperators(users: [SendbirdUIKit.SBUUser])
public func registerAsOperators(userIds: [Swift.String])
@@ -684,15 +687,15 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.OpenChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleInputDelegate, dataSource: SendbirdUIKit.SBUOpenChannelModuleInputDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleInputDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelModuleInputDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@objc @_Concurrency.MainActor(unsafe) open func updateStyles(overlaid: Swift.Bool = false)
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@_Concurrency.MainActor(unsafe) @objc override open func pickVideoFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -726,8 +729,8 @@ extension SendbirdUIKit.SBUBaseSelectUserModule {
}
@objc @_Concurrency.MainActor(unsafe) public var userCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseSelectUserModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseSelectUserModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseSelectUserModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseSelectUserModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var userList: [SendbirdUIKit.SBUUser]? {
@objc get
}
@@ -762,15 +765,15 @@ public protocol SBUInviteUserViewModelDelegate : SendbirdUIKit.SBUBaseSelectUser
public protocol SBUInviteUserViewModelDataSource : SendbirdUIKit.SBUBaseSelectUserViewModelDataSource {
}
@objc open class SBUInviteUserViewModel : SendbirdUIKit.SBUBaseSelectUserViewModel {
- weak public var delegate: SendbirdUIKit.SBUInviteUserViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUInviteUserViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUInviteUserViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUInviteUserViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: SendbirdUIKit.SBUInviteUserViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUInviteUserViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: (any SendbirdUIKit.SBUInviteUserViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUInviteUserViewModelDataSource)? = nil)
public func inviteUsers()
public func invite(users: [SendbirdUIKit.SBUUser])
public func invite(userIds: [Swift.String])
@@ -805,11 +808,11 @@ public protocol SBURegisterOperatorModuleListDataSource : SendbirdUIKit.SBUBaseS
}
extension SendbirdUIKit.SBURegisterOperatorModule {
@_inheritsConvenienceInitializers @objc(SBURegisterOperatorModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBURegisterOperatorModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBURegisterOperatorModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorModuleListDataSource)? {
get
set
}
@@ -818,7 +821,7 @@ extension SendbirdUIKit.SBURegisterOperatorModule {
@available(*, unavailable, renamed: "SBURegisterOperatorModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBURegisterOperatorModuleListDelegate, dataSource: SendbirdUIKit.SBURegisterOperatorModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBURegisterOperatorModuleListDelegate, dataSource: any SendbirdUIKit.SBURegisterOperatorModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
@@ -842,8 +845,8 @@ open class SBUModerationsViewModel {
public var channelType: SendbirdChatSDK.ChannelType {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel, delegate: SendbirdUIKit.SBUModerationsViewModelDelegate? = nil)
- public init(channelURL: Swift.String, channelType: SendbirdChatSDK.ChannelType, delegate: SendbirdUIKit.SBUModerationsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel, delegate: (any SendbirdUIKit.SBUModerationsViewModelDelegate)? = nil)
+ public init(channelURL: Swift.String, channelType: SendbirdChatSDK.ChannelType, delegate: (any SendbirdUIKit.SBUModerationsViewModelDelegate)? = nil)
public func loadChannel(channelURL: Swift.String)
public func freezeChannel(_ completionHandler: ((Swift.Bool) -> Swift.Void)? = nil)
public func unfreezeChannel(_ completionHandler: ((Swift.Bool) -> Swift.Void)? = nil)
@@ -985,7 +988,7 @@ open class SBUUserListModule {
}
public class SBUTypingIndicatorMessage : SendbirdChatSDK.BaseMessage {
public var typingIndicatorInfo: SendbirdUIKit.SBUTypingIndicatorInfo?
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
public protocol SBUOpenChannelModuleListDelegate : SendbirdUIKit.SBUBaseChannelModuleListDelegate {
@@ -1000,11 +1003,11 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var fileMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
@objc @_Concurrency.MainActor(unsafe) public var unknownMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
@objc @_Concurrency.MainActor(unsafe) public var customMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelModuleListDataSource)? {
get
set
}
@@ -1014,7 +1017,7 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var isOverlaid: Swift.Bool {
@objc get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@objc @_Concurrency.MainActor(unsafe) open func updateLayouts()
@@ -1095,8 +1098,8 @@ extension SendbirdUIKit.SBUBaseChannelListModule {
}
@objc @_Concurrency.MainActor(unsafe) public var channelCell: SendbirdUIKit.SBUBaseChannelCell?
@objc @_Concurrency.MainActor(unsafe) public var customCell: SendbirdUIKit.SBUBaseChannelCell?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelListModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelListModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelListModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelListModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannelList: [SendbirdChatSDK.BaseChannel]? {
@objc get
}
@@ -1194,11 +1197,11 @@ public protocol SBUCreateChannelModuleHeaderDataSource : SendbirdUIKit.SBUBaseSe
}
extension SendbirdUIKit.SBUCreateChannelModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource)? {
get
set
}
@@ -1207,7 +1210,7 @@ extension SendbirdUIKit.SBUCreateChannelModule {
@available(*, unavailable, renamed: "SBUCreateChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -1221,7 +1224,7 @@ public protocol SBUEmptyViewDelegate : ObjectiveC.NSObjectProtocol {
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUEmptyView : SendbirdUIKit.SBUView {
@_Concurrency.MainActor(unsafe) public var type: SendbirdUIKit.EmptyViewType
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUEmptyViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUEmptyViewDelegate)?
@_Concurrency.MainActor(unsafe) public var statusImageView: UIKit.UIImageView {
get
set
@@ -1262,8 +1265,8 @@ public protocol SBUEmptyViewDelegate : ObjectiveC.NSObjectProtocol {
public var openChannel: SendbirdUIKit.SBUConfig.OpenChannel
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
open class SBUGroupChannelSettingsModule {
public static var HeaderComponent: SendbirdUIKit.SBUGroupChannelSettingsModule.Header.Type
@@ -1322,7 +1325,7 @@ extension SendbirdUIKit.SBUChannelInfoHeaderViewDelegate {
set
_modify
}
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUChannelInfoHeaderViewDelegate?)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUChannelInfoHeaderViewDelegate)?)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@available(*, unavailable, renamed: "SBUChannelInfoHeaderView()")
@_Concurrency.MainActor(unsafe) required public init?(coder: Foundation.NSCoder)
@@ -1605,8 +1608,8 @@ extension SendbirdUIKit.SBUConfig {
public var camera: SendbirdUIKit.SBUConfig.BaseInput.Camera
public var gallery: SendbirdUIKit.SBUConfig.BaseInput.Gallery
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.BaseInput {
@@ -1622,8 +1625,8 @@ extension SendbirdUIKit.SBUConfig.BaseInput {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.BaseInput {
@@ -1639,8 +1642,8 @@ extension SendbirdUIKit.SBUConfig.BaseInput {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
open class SBUGroupChannelModule {
@@ -1696,8 +1699,8 @@ public protocol SBUFeedbackViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var params: SendbirdUIKit.SBUFeedbackViewParams? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFeedbackViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFeedbackViewParams, delegate: SendbirdUIKit.SBUFeedbackViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFeedbackViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFeedbackViewParams, delegate: (any SendbirdUIKit.SBUFeedbackViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -1734,11 +1737,11 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -1861,8 +1864,8 @@ public protocol SBUFormFieldViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var status: SendbirdUIKit.SBUFormFieldView.StatusType
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFormFieldViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(form: SendbirdChatSDK.Form, field: SendbirdChatSDK.FormField, delegate: SendbirdUIKit.SBUFormFieldViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(form: SendbirdChatSDK.Form, field: SendbirdChatSDK.FormField, delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -2034,16 +2037,16 @@ public struct SBUForm : Swift.Codable {
get
}
public func isValid(with value: Swift.String?, isStrict: Swift.Bool = false) -> Swift.Bool
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
public struct Answer {
public let formKey: Swift.String
public let data: SendbirdUIKit.SBUForm.FormData
public func update(with updated: SendbirdUIKit.SBUForm.Field.Updated) -> SendbirdUIKit.SBUForm.Answer?
}
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdUIKit.SBUUserMessageCellParams {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
@@ -2067,7 +2070,7 @@ extension SendbirdUIKit.SBUFormView {
}
extension SendbirdUIKit.SBUFormFieldView {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
- @_Concurrency.MainActor(unsafe) public func configure(form: SendbirdUIKit.SBUForm, field: SendbirdUIKit.SBUForm.Field, value: Swift.String?, delegate: SendbirdUIKit.SBUFormFieldViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) public func configure(form: SendbirdUIKit.SBUForm, field: SendbirdUIKit.SBUForm.Field, value: Swift.String?, delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)? = nil)
}
extension SendbirdUIKit.SBUGroupChannelModuleListDelegate {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
@@ -2421,13 +2424,13 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUCreateOpenChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUCreateOpenChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUCreateOpenChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUCreateOpenChannelTheme? = nil)
@@ -2680,7 +2683,7 @@ open class SBUMessageSearchViewModel {
public var messageSearchQuery: SendbirdChatSDK.MessageSearchQuery? {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel, params: SendbirdChatSDK.MessageSearchQueryParams? = nil, delegate: SendbirdUIKit.SBUMessageSearchViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel, params: SendbirdChatSDK.MessageSearchQueryParams? = nil, delegate: (any SendbirdUIKit.SBUMessageSearchViewModelDelegate)? = nil)
open func search(keyword: Swift.String)
public func search(keyword: Swift.String, query: SendbirdChatSDK.MessageSearchQuery)
public func loadMore()
@@ -2693,7 +2696,7 @@ open class SBUMessageSearchViewModel {
_modify
}
@_Concurrency.MainActor(unsafe) public var cornerRadius: CoreFoundation.CGFloat
- @_Concurrency.MainActor(unsafe) open func configure(delegate: UIKit.UICollectionViewDelegate, dataSource: UIKit.UICollectionViewDataSource, theme: SendbirdUIKit.SBUMessageCellTheme? = nil, cornerRadius: CoreFoundation.CGFloat)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any UIKit.UICollectionViewDelegate, dataSource: any UIKit.UICollectionViewDataSource, theme: SendbirdUIKit.SBUMessageCellTheme? = nil, cornerRadius: CoreFoundation.CGFloat)
@_Concurrency.MainActor(unsafe) @objc open func setupViews()
@_Concurrency.MainActor(unsafe) @objc open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc open func setupStyles()
@@ -2932,7 +2935,7 @@ public protocol SBULoadingDataSource : AnyObject {
public static var isShowing: Swift.Bool {
get
}
- public static func setDataSource(dataSource: SendbirdUIKit.SBULoadingDataSource)
+ public static func setDataSource(dataSource: any SendbirdUIKit.SBULoadingDataSource)
public static func removeDataSource()
@objc deinit
}
@@ -2970,11 +2973,11 @@ public protocol SBUOpenChannelSettingsModuleListDataSource : SendbirdUIKit.SBUBa
}
extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@_inheritsConvenienceInitializers @objc(SBUOpenChannelSettingsModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelSettingsModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource)? {
get
set
}
@@ -2986,7 +2989,7 @@ extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@available(*, unavailable, renamed: "SBUOpenChannelSettingsModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupItems()
@_Concurrency.MainActor(unsafe) open func createModerationsItem() -> SendbirdUIKit.SBUChannelSettingItem
@@ -3061,13 +3064,13 @@ extension SendbirdUIKit.SBUGroupChannelPushSettingsModule {
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUGroupChannelPushSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUGroupChannelPushSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -3100,7 +3103,7 @@ extension SendbirdUIKit.SBUSelectablePhotoViewDelegate {
set
_modify
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSelectablePhotoViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSelectablePhotoViewDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var fetchResult: Photos.PHFetchResult
@objc @_Concurrency.MainActor(unsafe) public var columnSize: CoreFoundation.CGSize {
@objc get
@@ -3133,11 +3136,11 @@ public protocol SBUOpenChannelSettingsViewModelDelegate : SendbirdUIKit.SBUBaseC
func openChannelSettingsViewModel(_ viewModel: SendbirdUIKit.SBUOpenChannelSettingsViewModel, didDeleteChannel channel: SendbirdChatSDK.OpenChannel)
}
@objc open class SBUOpenChannelSettingsViewModel : SendbirdUIKit.SBUBaseChannelSettingsViewModel {
- weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String?)
override public func updateChannel(channelName: Swift.String? = nil, coverImage: UIKit.UIImage? = nil)
@@ -3176,8 +3179,8 @@ extension SendbirdUIKit.SBUOpenChannelSettingsViewModel : SendbirdChatSDK.OpenCh
set
}
public init(wrappedValue: T)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
public protocol SBUQuoteMessageInputViewProtocol : SendbirdUIKit.SBUViewLifeCycle {
func configure(with configuration: SendbirdUIKit.SBUQuoteMessageInputViewParams)
@@ -3329,7 +3332,7 @@ public class SBUToastViewItem : SendbirdUIKit.SBUCommonItem {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUToastView : ObjectiveC.NSObject {
- public static func show(item: SendbirdUIKit.SBUToastViewItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: SendbirdUIKit.SBUToastViewDelegate? = nil, dismissHandler: SendbirdUIKit.SBUToastViewHandler? = nil)
+ public static func show(item: SendbirdUIKit.SBUToastViewItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: (any SendbirdUIKit.SBUToastViewDelegate)? = nil, dismissHandler: SendbirdUIKit.SBUToastViewHandler? = nil)
public static func dismiss()
@objc deinit
}
@@ -3442,6 +3445,7 @@ public class SBUToastViewItem : SendbirdUIKit.SBUCommonItem {
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelViewModel(_ viewModel: SendbirdUIKit.SBUBaseChannelViewModel, deletedMessages messages: [SendbirdChatSDK.BaseMessage])
@objc @_Concurrency.MainActor(unsafe) open func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveSuggestedMentions members: [SendbirdUIKit.SBUUser]?)
@objc @_Concurrency.MainActor(unsafe) public func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
+ @objc @_Concurrency.MainActor(unsafe) open func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveStreamMessage message: SendbirdChatSDK.BaseMessage, forChannel channel: SendbirdChatSDK.GroupChannel)
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelModule(_ headerComponent: SendbirdUIKit.SBUBaseChannelModule.Header, didTapLeftItem leftItem: UIKit.UIBarButtonItem)
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelModule(_ headerComponent: SendbirdUIKit.SBUBaseChannelModule.Header, didTapRightItem rightItem: UIKit.UIBarButtonItem)
@objc @_Concurrency.MainActor(unsafe) open func groupChannelModule(_ listComponent: SendbirdUIKit.SBUGroupChannelModule.List, didSelectFileAt index: Swift.Int, multipleFilesMessageCell: SendbirdUIKit.SBUMultipleFilesMessageCell, forRowAt cellIndexPath: Foundation.IndexPath)
@@ -3609,11 +3613,11 @@ public protocol SBUGroupChannelListModuleListDataSource : SendbirdUIKit.SBUBaseC
extension SendbirdUIKit.SBUGroupChannelListModule {
@_inheritsConvenienceInitializers @objc(SBUGroupChannelListModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelListModule.List {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUGroupChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelListModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelListModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelListModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelListModuleListDataSource)? {
get
set
}
@@ -3625,7 +3629,7 @@ extension SendbirdUIKit.SBUGroupChannelListModule {
@available(*, unavailable, renamed: "SBUGroupChannelListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelListModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelListModuleListDataSource, theme: SendbirdUIKit.SBUGroupChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelListModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelListModuleListDataSource, theme: SendbirdUIKit.SBUGroupChannelListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUGroupChannelListTheme? = nil)
@objc @_Concurrency.MainActor(unsafe) public func leaveContextualAction(with indexPath: Foundation.IndexPath) -> UIKit.UIContextualAction?
@@ -3666,8 +3670,8 @@ public protocol SBUSuggestedReplyViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var params: SendbirdUIKit.SBUSuggestedReplyViewParams? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedReplyViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUSuggestedReplyViewParams, delegate: SendbirdUIKit.SBUSuggestedReplyViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedReplyViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUSuggestedReplyViewParams, delegate: (any SendbirdUIKit.SBUSuggestedReplyViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) open func suggestedReplyOptionViewDidSelect(_ optionView: SendbirdUIKit.SBUSuggestedReplyOptionView)
@_Concurrency.MainActor(unsafe) open func createOptionView() -> SendbirdUIKit.SBUSuggestedReplyOptionView
@_Concurrency.MainActor(unsafe) open func createSuggestedReplyOptionViews(options: [Swift.String]) -> [SendbirdUIKit.SBUSuggestedReplyOptionView]
@@ -3693,7 +3697,7 @@ public class SBUAlertButtonItem {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUAlertView : ObjectiveC.NSObject {
- public static func show(title: Swift.String, message: Swift.String? = nil, needInputField: Swift.Bool = false, inputText: Swift.String? = nil, placeHolder: Swift.String? = "", centerYRatio: CoreFoundation.CGFloat? = 1.0, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, confirmButtonItem: SendbirdUIKit.SBUAlertButtonItem, cancelButtonItem: SendbirdUIKit.SBUAlertButtonItem?, delegate: SendbirdUIKit.SBUAlertViewDelegate? = nil, dismissHandler: (() -> Swift.Void)? = nil)
+ public static func show(title: Swift.String, message: Swift.String? = nil, needInputField: Swift.Bool = false, inputText: Swift.String? = nil, placeHolder: Swift.String? = "", centerYRatio: CoreFoundation.CGFloat? = 1.0, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, confirmButtonItem: SendbirdUIKit.SBUAlertButtonItem, cancelButtonItem: SendbirdUIKit.SBUAlertButtonItem?, delegate: (any SendbirdUIKit.SBUAlertViewDelegate)? = nil, dismissHandler: (() -> Swift.Void)? = nil)
public static func dismiss()
@objc deinit
}
@@ -3737,7 +3741,7 @@ public protocol SBUBaseSelectUserViewModelDataSource : AnyObject {
public var joinedUserIds: Swift.Set {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, inviteListType: SendbirdUIKit.ChannelInviteListType, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: SendbirdUIKit.SBUBaseSelectUserViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUBaseSelectUserViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, inviteListType: SendbirdUIKit.ChannelInviteListType, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: (any SendbirdUIKit.SBUBaseSelectUserViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUBaseSelectUserViewModelDataSource)? = nil)
public func loadChannel(channelURL: Swift.String, type: SendbirdChatSDK.ChannelType)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
public func preLoadNextUserList(indexPath: Foundation.IndexPath)
@@ -3809,8 +3813,8 @@ extension SendbirdUIKit.SBUBaseChannelModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleInputDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelModuleInputDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleInputDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelModuleInputDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -4012,8 +4016,8 @@ extension SendbirdUIKit.SBUConfig {
public var channel: SendbirdUIKit.SBUConfig.OpenChannel.Channel
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.OpenChannel {
@@ -4025,13 +4029,13 @@ extension SendbirdUIKit.SBUConfig.OpenChannel {
}
public var input: SendbirdUIKit.SBUConfig.OpenChannel.Channel.Input
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.OpenChannel.Channel {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Input : SendbirdUIKit.SBUConfig.BaseInput {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
}
@@ -4050,7 +4054,7 @@ public protocol SBUSuggestedMentionListDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var isLimitGuideEnabled: Swift.Bool
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedMentionListDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedMentionListDelegate)?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme
@_Concurrency.MainActor(unsafe) public var showsUserId: Swift.Bool {
get
@@ -4082,8 +4086,8 @@ extension SendbirdUIKit.SBUConfig {
public var channelList: SendbirdUIKit.SBUConfig.GroupChannel.ChannelList
public var setting: SendbirdUIKit.SBUConfig.GroupChannel.Setting
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4147,9 +4151,9 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
get
set
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4165,8 +4169,8 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4177,13 +4181,13 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel.Channel {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Input : SendbirdUIKit.SBUConfig.BaseInput {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
}
@@ -4198,7 +4202,7 @@ extension SendbirdUIKit.SBUConfig.GroupChannel.Channel {
final public let type: SendbirdUIKit.SBUMessageTemplate.ActionType
final public let data: Swift.String
final public let alterData: Swift.String?
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
public enum ActionType : Swift.String, Swift.Decodable {
@@ -4249,11 +4253,11 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var customMessageCell: SendbirdUIKit.SBUBaseMessageCell? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageThreadModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadModuleListDataSource)? {
get
set
}
@@ -4264,7 +4268,7 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var voicePlayer: SendbirdUIKit.SBUVoicePlayer?
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleListDelegate, dataSource: SendbirdUIKit.SBUMessageThreadModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleListDelegate, dataSource: any SendbirdUIKit.SBUMessageThreadModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -4411,11 +4415,11 @@ public protocol SBUInviteUserModuleHeaderDataSource : SendbirdUIKit.SBUBaseSelec
}
extension SendbirdUIKit.SBUInviteUserModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUInviteUserModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUInviteUserModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUInviteUserModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUInviteUserModuleHeaderDataSource)? {
get
set
}
@@ -4424,7 +4428,7 @@ extension SendbirdUIKit.SBUInviteUserModule {
@available(*, unavailable, renamed: "SBUInviteUserModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUInviteUserModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUInviteUserModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUInviteUserModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUInviteUserModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -4760,8 +4764,8 @@ public protocol SBUUserListViewModelDataSource : AnyObject {
func userListViewModel(_ viewModel: SendbirdUIKit.SBUUserListViewModel, nextUserListForChannel channel: SendbirdChatSDK.BaseChannel?) -> [SendbirdUIKit.SBUUser]?
}
@objc open class SBUUserListViewModel : ObjectiveC.NSObject {
- weak public var delegate: SendbirdUIKit.SBUUserListViewModelDelegate?
- weak public var dataSource: SendbirdUIKit.SBUUserListViewModelDataSource?
+ weak public var delegate: (any SendbirdUIKit.SBUUserListViewModelDelegate)?
+ weak public var dataSource: (any SendbirdUIKit.SBUUserListViewModelDataSource)?
public var channel: SendbirdChatSDK.BaseChannel? {
get
}
@@ -4783,7 +4787,7 @@ public protocol SBUUserListViewModelDataSource : AnyObject {
public var userListType: SendbirdUIKit.ChannelUserListType {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListType: SendbirdUIKit.ChannelUserListType, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, operatorListQuery: SendbirdChatSDK.OperatorListQuery? = nil, mutedMemberListQuery: SendbirdChatSDK.MemberListQuery? = nil, mutedParticipantListQuery: SendbirdChatSDK.MutedUserListQuery? = nil, bannedUserListQuery: SendbirdChatSDK.BannedUserListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: SendbirdUIKit.SBUUserListViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUUserListViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListType: SendbirdUIKit.ChannelUserListType, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, operatorListQuery: SendbirdChatSDK.OperatorListQuery? = nil, mutedMemberListQuery: SendbirdChatSDK.MemberListQuery? = nil, mutedParticipantListQuery: SendbirdChatSDK.MutedUserListQuery? = nil, bannedUserListQuery: SendbirdChatSDK.BannedUserListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: (any SendbirdUIKit.SBUUserListViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUUserListViewModelDataSource)? = nil)
@objc deinit
public func loadChannel(channelURL: Swift.String, type: SendbirdChatSDK.ChannelType)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
@@ -4835,7 +4839,7 @@ extension SendbirdUIKit.SBUBaseChannelListModule {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelListModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelListModuleHeaderDelegate)?
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@objc @_Concurrency.MainActor(unsafe) open func onTapLeftBarButton()
@@ -4921,7 +4925,7 @@ public protocol SBUThreadInfoViewProtocol : SendbirdUIKit.SBUViewLifeCycle {
set
_modify
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUThreadInfoViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUThreadInfoViewDelegate)?
@_Concurrency.MainActor(unsafe) public var threadInfo: SendbirdChatSDK.ThreadInfo? {
get
}
@@ -4964,7 +4968,7 @@ public protocol SBUMessageThreadTitleViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadTitleViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadTitleViewDelegate)?
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme {
get
set
@@ -4974,7 +4978,7 @@ public protocol SBUMessageThreadTitleViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUMessageThreadTitleViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUMessageThreadTitleViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
@@ -5114,7 +5118,7 @@ public protocol SBUCreateChannelTypeSelectorProtocol {
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@available(*, unavailable, renamed: "CreateChannelTypeSelectView.init(delegate:)")
@_Concurrency.MainActor(unsafe) required public init?(coder: Foundation.NSCoder)
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUCreateChannelTypeSelectorDelegate?)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUCreateChannelTypeSelectorDelegate)?)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func updateStyles()
@@ -5314,8 +5318,8 @@ public enum UserListType : Swift.Hashable {
case mutedMembers
@available(*, unavailable, renamed: "banned")
case bannedMembers
- public func hash(into hasher: inout Swift.Hasher)
public static func == (a: SendbirdUIKit.UserListType, b: SendbirdUIKit.UserListType) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
@@ -5603,7 +5607,7 @@ public protocol SBUParentMessageInfoViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func updateLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
- @_Concurrency.MainActor(unsafe) open func configure(message: SendbirdChatSDK.BaseMessage?, delegate: SendbirdUIKit.SBUParentMessageInfoViewDelegate?, useReaction: Swift.Bool = false, voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo?, enableEmojiLongPress: Swift.Bool = true)
+ @_Concurrency.MainActor(unsafe) open func configure(message: SendbirdChatSDK.BaseMessage?, delegate: (any SendbirdUIKit.SBUParentMessageInfoViewDelegate)?, useReaction: Swift.Bool = false, voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo?, enableEmojiLongPress: Swift.Bool = true)
@_Concurrency.MainActor(unsafe) open func updateMessageTextWidth(with size: CoreFoundation.CGSize)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupActions()
@objc @_Concurrency.MainActor(unsafe) open func onTapUserProfileView(sender: UIKit.UITapGestureRecognizer)
@@ -5639,7 +5643,7 @@ public protocol SBUCreateOpenChannelViewModelDelegate : SendbirdUIKit.SBUCommonV
func createOpenChannelViewModel(_ viewModel: SendbirdUIKit.SBUCreateOpenChannelViewModel, didCreateChannel channel: SendbirdChatSDK.BaseChannel?)
}
open class SBUCreateOpenChannelViewModel {
- public init(delegate: SendbirdUIKit.SBUCreateOpenChannelViewModelDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUCreateOpenChannelViewModelDelegate)?)
open func createChannel(channelName: Swift.String, coverImage: UIKit.UIImage?)
open func createChannel(params: SendbirdChatSDK.OpenChannelCreateParams)
@objc deinit
@@ -5694,7 +5698,7 @@ extension SendbirdUIKit.SBUView {
set
}
@_Concurrency.MainActor(unsafe) public var mainContainerView: SendbirdUIKit.SBUSelectableStackView
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUQuotedMessageViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUQuotedMessageViewDelegate)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@@ -5754,7 +5758,7 @@ extension UIKit.UIImage {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) public var quotedMessageView: (UIKit.UIView & SendbirdUIKit.SBUQuotedMessageViewProtocol)? {
+ @_Concurrency.MainActor(unsafe) public var quotedMessageView: (any UIKit.UIView & SendbirdUIKit.SBUQuotedMessageViewProtocol)? {
get
set
}
@@ -5765,7 +5769,7 @@ extension UIKit.UIImage {
@objc @_Concurrency.MainActor(unsafe) public var threadInfoSpacing: UIKit.UIView {
@objc get
}
- @_Concurrency.MainActor(unsafe) public var threadInfoView: (UIKit.UIView & SendbirdUIKit.SBUThreadInfoViewProtocol)? {
+ @_Concurrency.MainActor(unsafe) public var threadInfoView: (any UIKit.UIView & SendbirdUIKit.SBUThreadInfoViewProtocol)? {
get
set
}
@@ -5825,12 +5829,12 @@ extension SendbirdUIKit.SBUModerationsModule {
@objc @_Concurrency.MainActor(unsafe) public var tableView: UIKit.UITableView
@objc @_Concurrency.MainActor(unsafe) public var moderationCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUModerationsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUModerationsModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUModerationsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUModerationsModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUModerationsModuleListDelegate, dataSource: SendbirdUIKit.SBUModerationsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUModerationsModuleListDelegate, dataSource: any SendbirdUIKit.SBUModerationsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc deinit
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@@ -5864,15 +5868,15 @@ extension SendbirdUIKit.SBUOpenChannelViewModelDelegate {
public func openChannelViewModel(_ viewModel: SendbirdUIKit.SBUOpenChannelViewModel, userDidExit user: SendbirdChatSDK.User, forChannel channel: SendbirdChatSDK.OpenChannel)
}
@objc open class SBUOpenChannelViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUOpenChannelViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUOpenChannelViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUOpenChannelViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = nil, delegate: SendbirdUIKit.SBUOpenChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUOpenChannelViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = nil, delegate: (any SendbirdUIKit.SBUOpenChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUOpenChannelViewModelDataSource)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
override public func refreshChannel()
@@ -5997,8 +6001,8 @@ extension SendbirdUIKit.SBUUserListModule {
@objc @_Concurrency.MainActor(unsafe) public var userCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserListModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUUserListModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserListModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUUserListModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -6011,7 +6015,7 @@ extension SendbirdUIKit.SBUUserListModule {
@available(*, unavailable, renamed: "SBUUserListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUUserListModuleListDelegate, dataSource: SendbirdUIKit.SBUUserListModuleListDataSource, userListType: SendbirdUIKit.ChannelUserListType, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUUserListModuleListDelegate, dataSource: any SendbirdUIKit.SBUUserListModuleListDataSource, userListType: SendbirdUIKit.ChannelUserListType, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUUserListTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -6043,11 +6047,11 @@ public protocol SBUInviteUserModuleListDataSource : SendbirdUIKit.SBUBaseSelectU
}
extension SendbirdUIKit.SBUInviteUserModule {
@_inheritsConvenienceInitializers @objc(SBUInviteUserModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUInviteUserModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUInviteUserModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUInviteUserModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUInviteUserModuleListDataSource)? {
get
set
}
@@ -6056,7 +6060,7 @@ extension SendbirdUIKit.SBUInviteUserModule {
@available(*, unavailable, renamed: "SBUInviteUserModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUInviteUserModuleListDelegate, dataSource: SendbirdUIKit.SBUInviteUserModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUInviteUserModuleListDelegate, dataSource: any SendbirdUIKit.SBUInviteUserModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
@@ -6211,8 +6215,8 @@ extension SendbirdUIKit.SBUBaseChannelSettingsModule {
@objc @_Concurrency.MainActor(unsafe) public var tableView: UIKit.UITableView
@objc @_Concurrency.MainActor(unsafe) public var channelInfoView: UIKit.UIView?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelSettingsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelSettingsModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelSettingsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelSettingsModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -6292,7 +6296,7 @@ extension SendbirdUIKit.SBUBaseChannelSettingsModule.List : UIKit.UITableViewDat
@_Concurrency.MainActor(unsafe) required public init(channelURL: Swift.String, startingPoint: Swift.Int64? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
- @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLayoutSubviews()
@objc deinit
@@ -6344,8 +6348,8 @@ public protocol SBUCreateChannelViewModelDataSource : AnyObject {
func createChannelViewModel(_ viewModel: SendbirdUIKit.SBUCreateChannelViewModel, nextUserListForChannelType channelType: SendbirdUIKit.ChannelCreationType) -> [SendbirdUIKit.SBUUser]?
}
open class SBUCreateChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUCreateChannelViewModelDelegate?
- weak public var dataSource: SendbirdUIKit.SBUCreateChannelViewModelDataSource?
+ weak public var delegate: (any SendbirdUIKit.SBUCreateChannelViewModelDelegate)?
+ weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelViewModelDataSource)?
public var channelType: SendbirdUIKit.ChannelCreationType {
get
}
@@ -6358,7 +6362,7 @@ open class SBUCreateChannelViewModel {
public var userListQuery: SendbirdChatSDK.ApplicationUserListQuery? {
get
}
- public init(channelType: SendbirdUIKit.ChannelCreationType = .group, users: [SendbirdUIKit.SBUUser]? = nil, delegate: SendbirdUIKit.SBUCreateChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUCreateChannelViewModelDataSource? = nil)
+ public init(channelType: SendbirdUIKit.ChannelCreationType = .group, users: [SendbirdUIKit.SBUUser]? = nil, delegate: (any SendbirdUIKit.SBUCreateChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUCreateChannelViewModelDataSource)? = nil)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
public func preLoadNextUserList(indexPath: Foundation.IndexPath)
public func resetUserList()
@@ -6509,9 +6513,9 @@ extension SendbirdUIKit.SBUGroupChannelPushSettingsModule {
@_Concurrency.MainActor(unsafe) public var pushTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate?, dataSource: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource?, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate)?, dataSource: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource)?, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil)
@@ -6619,7 +6623,7 @@ public protocol SBUGroupChannelListViewModelDelegate : SendbirdUIKit.SBUBaseChan
public var channelListQuery: SendbirdChatSDK.GroupChannelListQuery? {
get
}
- public init(delegate: SendbirdUIKit.SBUGroupChannelListViewModelDelegate? = nil, channelListQuery: SendbirdChatSDK.GroupChannelListQuery? = nil)
+ public init(delegate: (any SendbirdUIKit.SBUGroupChannelListViewModelDelegate)? = nil, channelListQuery: SendbirdChatSDK.GroupChannelListQuery? = nil)
@objc deinit
override public func initChannelList()
override public func loadNextChannelList(reset: Swift.Bool)
@@ -7208,8 +7212,8 @@ public protocol SBUMessageInputViewDataSource : AnyObject {
@_Concurrency.MainActor(unsafe) public var mentionedAttributes: [Foundation.NSAttributedString.Key : Any] {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageInputViewDelegate?
- @_Concurrency.MainActor(unsafe) weak public var datasource: SendbirdUIKit.SBUMessageInputViewDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageInputViewDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var datasource: (any SendbirdUIKit.SBUMessageInputViewDataSource)?
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageInputTheme {
get
set
@@ -7467,7 +7471,7 @@ open class SBUCreateOpenChannelModule {
public var currentRecordAccessStatus: AVFAudio.AVAudioSession.RecordPermission {
get
}
- public func showPermissionAlert(forType permissionType: SendbirdUIKit.SBUPermissionManager.PermissionType, alertViewDelegate: SendbirdUIKit.SBUAlertViewDelegate? = nil, onDismiss: SendbirdUIKit.AlertButtonHandler? = nil)
+ public func showPermissionAlert(forType permissionType: SendbirdUIKit.SBUPermissionManager.PermissionType, alertViewDelegate: (any SendbirdUIKit.SBUAlertViewDelegate)? = nil, onDismiss: SendbirdUIKit.AlertButtonHandler? = nil)
public func requestRecordAcess(onGranted: (() -> Swift.Void)? = nil, onDenied: (() -> Swift.Void)? = nil)
public func requestPhotoAccessIfNeeded(completion: @escaping (SendbirdUIKit.SBUPhotoAccessibleStatus) -> Swift.Void)
public func requestCameraAccess(for type: AVFoundation.AVMediaType, onGranted: (() -> Swift.Void)? = nil, onDenied: (() -> Swift.Void)? = nil)
@@ -7571,6 +7575,9 @@ extension Swift.Array where Element : SendbirdChatSDK.User {
extension Swift.Array where Element : SendbirdChatSDK.Member {
public func sbu_convertUserList() -> [SendbirdUIKit.SBUUser]
}
+extension Swift.Array where Element : SendbirdChatSDK.BaseMessage {
+ public func hasStreamMessageOnly(with latestMessage: SendbirdChatSDK.BaseMessage?) -> SendbirdChatSDK.BaseMessage?
+}
extension Foundation.NSArray {
public func sbu_getUserIds() -> [Swift.String]
public func sbu_getUserNicknames() -> [Swift.String]
@@ -7761,11 +7768,11 @@ public protocol SBURegisterOperatorModuleHeaderDataSource : SendbirdUIKit.SBUBas
}
extension SendbirdUIKit.SBURegisterOperatorModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource)? {
get
set
}
@@ -7774,7 +7781,7 @@ extension SendbirdUIKit.SBURegisterOperatorModule {
@available(*, unavailable, renamed: "SBURegisterOperatorModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate, dataSource: SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -7886,7 +7893,7 @@ extension SendbirdUIKit.SBUBaseChannelModule {
}
@objc @_Concurrency.MainActor(unsafe) public var titleSpacer: UIKit.UIView
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUBaseChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUBaseChannelModule.Header()")
@@ -7947,7 +7954,7 @@ public protocol SBUOpenChannelListViewModelDelegate : SendbirdUIKit.SBUBaseChann
public var channelListQuery: SendbirdChatSDK.OpenChannelListQuery? {
get
}
- public init(delegate: SendbirdUIKit.SBUOpenChannelListViewModelDelegate?, channelListQuery: SendbirdChatSDK.OpenChannelListQuery?)
+ public init(delegate: (any SendbirdUIKit.SBUOpenChannelListViewModelDelegate)?, channelListQuery: SendbirdChatSDK.OpenChannelListQuery?)
@objc deinit
override public func initChannelList()
override public func loadNextChannelList(reset: Swift.Bool)
@@ -8102,14 +8109,14 @@ extension SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate {
}
extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelModule.Header, SendbirdUIKit.SBUMessageThreadTitleViewDelegate {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate)? {
get
set
}
@objc @_Concurrency.MainActor(unsafe) public var parentMessage: SendbirdChatSDK.BaseMessage? {
get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate, parentMessage: SendbirdChatSDK.BaseMessage?, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate, parentMessage: SendbirdChatSDK.BaseMessage?, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -8133,7 +8140,7 @@ extension SendbirdUIKit.SBUActionSheetDelegate {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUActionSheet : ObjectiveC.NSObject {
- public static func show(items: [SendbirdUIKit.SBUActionSheetItem], cancelItem: SendbirdUIKit.SBUActionSheetItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: SendbirdUIKit.SBUActionSheetDelegate? = nil, dismissHandler: (() -> Swift.Void)? = nil)
+ public static func show(items: [SendbirdUIKit.SBUActionSheetItem], cancelItem: SendbirdUIKit.SBUActionSheetItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: (any SendbirdUIKit.SBUActionSheetDelegate)? = nil, dismissHandler: (() -> Swift.Void)? = nil)
public static func dismiss()
@objc deinit
}
@@ -8144,11 +8151,11 @@ public protocol SBUGroupChannelPushSettingsViewModelDelegate : SendbirdUIKit.SBU
public var currentTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption {
get
}
- weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate)? = nil)
open func changeNotification(_ pushTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption)
public func updateChannelPushTriggerOption()
@objc deinit
@@ -8168,8 +8175,8 @@ public protocol SBUFormViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var fieldViews: [SendbirdUIKit.SBUFormFieldView]?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFormViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFormViewParams, delegate: SendbirdUIKit.SBUFormViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFormViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFormViewParams, delegate: (any SendbirdUIKit.SBUFormViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) open func createFieldView() -> SendbirdUIKit.SBUFormFieldView
@_Concurrency.MainActor(unsafe) open func createFormFieldViews(with form: SendbirdChatSDK.Form?) -> [SendbirdUIKit.SBUFormFieldView]
@_Concurrency.MainActor(unsafe) open func formFieldView(_ fieldView: SendbirdUIKit.SBUFormFieldView, didUpdate formField: SendbirdChatSDK.FormField)
@@ -8278,11 +8285,11 @@ extension SendbirdUIKit.SBUGroupChannelModule {
get
}
@objc @_Concurrency.MainActor(unsafe) public var isHighlightInfoAnimated: Swift.Bool
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelModuleListDataSource)? {
get
set
}
@@ -8290,7 +8297,7 @@ extension SendbirdUIKit.SBUGroupChannelModule {
@objc get
}
@objc @_Concurrency.MainActor(unsafe) public var voicePlayer: SendbirdUIKit.SBUVoicePlayer?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func updateStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme = SBUTheme.componentTheme)
@@ -8333,6 +8340,7 @@ extension SendbirdUIKit.SBUGroupChannelModule.List {
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidStop(_ player: SendbirdUIKit.SBUVoicePlayer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidReset(_ player: SendbirdUIKit.SBUVoicePlayer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidUpdatePlayTime(_ player: SendbirdUIKit.SBUVoicePlayer, time: Foundation.TimeInterval)
+ @objc @_Concurrency.MainActor(unsafe) dynamic public func updateStreamMessage(_ message: SendbirdChatSDK.BaseMessage)
}
public protocol SBUGroupChannelModuleInputDelegate : SendbirdUIKit.SBUBaseChannelModuleInputDelegate {
func groupChannelModule(_ inputComponent: SendbirdUIKit.SBUGroupChannelModule.Input, didPickFileData fileData: Foundation.Data?, fileName: Swift.String, mimeType: Swift.String, parentMessage: SendbirdChatSDK.BaseMessage?)
@@ -8355,17 +8363,17 @@ extension SendbirdUIKit.SBUGroupChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var mentionManager: SendbirdUIKit.SBUMentionManager?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleInputDelegate, dataSource: SendbirdUIKit.SBUGroupChannelModuleInputDataSource, mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleInputDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelModuleInputDataSource, mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -8533,7 +8541,7 @@ extension SendbirdUIKit.SBUOpenChannelViewController {
public protocol SBUBaseChannelListViewModelDelegate : SendbirdUIKit.SBUCommonViewModelDelegate {
}
@objc open class SBUBaseChannelListViewModel : ObjectiveC.NSObject {
- public init(delegate: SendbirdUIKit.SBUBaseChannelListViewModelDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUBaseChannelListViewModelDelegate)?)
@objc deinit
public func initChannelList()
public func loadNextChannelList(reset: Swift.Bool)
@@ -8636,7 +8644,7 @@ public protocol SBUGroupChannelListModuleHeaderDelegate : SendbirdUIKit.SBUBaseC
extension SendbirdUIKit.SBUGroupChannelListModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelListModule.Header {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUGroupChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate)? {
get
set
}
@@ -8645,7 +8653,7 @@ extension SendbirdUIKit.SBUGroupChannelListModule {
@available(*, unavailable, renamed: "SBUGroupChannelListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUGroupChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUGroupChannelListTheme)
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUGroupChannelListTheme? = nil)
}
}
@@ -8866,7 +8874,7 @@ open class SBUInviteUserModule {
@objc @_Concurrency.MainActor(unsafe) public var formViews: [SendbirdUIKit.SBUFormView]? {
get
}
- @_Concurrency.MainActor(unsafe) open var extendedMessagePayloadCustomViewFactory: SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal.Type? {
+ @_Concurrency.MainActor(unsafe) open var extendedMessagePayloadCustomViewFactory: (any SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal.Type)? {
get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@@ -8982,11 +8990,11 @@ public protocol SBUGroupChannelSettingsModuleHeaderDataSource : SendbirdUIKit.SB
}
extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelSettingsModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource)? {
get
set
}
@@ -8995,7 +9003,7 @@ extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@available(*, unavailable, renamed: "SBUGroupChannelSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -9090,11 +9098,11 @@ public protocol SBUOpenChannelListModuleListDataSource : SendbirdUIKit.SBUBaseCh
extension SendbirdUIKit.SBUOpenChannelListModule {
@_inheritsConvenienceInitializers @objc(SBUOpenChannelListModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelListModule.List {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUOpenChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelListModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelListModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelListModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelListModuleListDataSource)? {
get
set
}
@@ -9106,7 +9114,7 @@ extension SendbirdUIKit.SBUOpenChannelListModule {
@available(*, unavailable, renamed: "SBUOpenChannelListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelListModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelListModuleListDataSource, theme: SendbirdUIKit.SBUOpenChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelListModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelListModuleListDataSource, theme: SendbirdUIKit.SBUOpenChannelListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUOpenChannelListTheme? = nil)
}
@@ -9134,7 +9142,7 @@ public protocol SBUMentionManagerDataSource : AnyObject {
public var defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]
public var mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]
@objc override dynamic public init()
- public func configure(delegate: SendbirdUIKit.SBUMentionManagerDelegate? = nil, dataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil, mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil)
+ public func configure(delegate: (any SendbirdUIKit.SBUMentionManagerDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil, mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil)
@discardableResult
public func addMention(at textView: UIKit.UITextView, user: SendbirdUIKit.SBUUser) -> Swift.Bool
public func clearMentions(_ mentions: [SendbirdUIKit.SBUMention], with replaceText: Swift.String = "", on textView: UIKit.UITextView, at range: Foundation.NSRange)
@@ -9201,7 +9209,7 @@ public protocol SBUMessageThreadViewControllerDelegate : AnyObject {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadViewControllerDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadViewControllerDelegate)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
@@ -9210,14 +9218,14 @@ public protocol SBUMessageThreadViewControllerDelegate : AnyObject {
}
@available(*, unavailable)
@_Concurrency.MainActor(unsafe) required public init(channelURL: Swift.String, startingPoint: Swift.Int64? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil)
- @_Concurrency.MainActor(unsafe) required public init(channel: SendbirdChatSDK.GroupChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = nil, delegate: SendbirdUIKit.SBUMessageThreadViewControllerDelegate? = nil, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
+ @_Concurrency.MainActor(unsafe) required public init(channel: SendbirdChatSDK.GroupChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = nil, delegate: (any SendbirdUIKit.SBUMessageThreadViewControllerDelegate)? = nil, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open var preferredStatusBarStyle: UIKit.UIStatusBarStyle {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
- @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override open func applicationWillResignActivity()
@_Concurrency.MainActor(unsafe) @objc override open func willPresentSubview()
@objc deinit
@@ -9306,8 +9314,8 @@ public struct SBUFileData {
@objc set
}
@objc @_Concurrency.MainActor(unsafe) public var bottomView: UIKit.UIView
- @_Concurrency.MainActor(unsafe) required convenience public init(fileMessage: SendbirdChatSDK.FileMessage, delegate: SendbirdUIKit.SBUFileViewControllerDelegate?)
- @_Concurrency.MainActor(unsafe) required public init(fileData: SendbirdUIKit.SBUFileData, delegate: SendbirdUIKit.SBUFileViewControllerDelegate?)
+ @_Concurrency.MainActor(unsafe) required convenience public init(fileMessage: SendbirdChatSDK.FileMessage, delegate: (any SendbirdUIKit.SBUFileViewControllerDelegate)?)
+ @_Concurrency.MainActor(unsafe) required public init(fileData: SendbirdUIKit.SBUFileData, delegate: (any SendbirdUIKit.SBUFileViewControllerDelegate)?)
@available(*, unavailable, renamed: "init(params:delegate:)")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@@ -9394,14 +9402,14 @@ public protocol SBUVoiceRecorderDelegate : AnyObject {
public var progressTimer: Foundation.Timer? {
get
}
- public init(delegate: SendbirdUIKit.SBUVoiceRecorderDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUVoiceRecorderDelegate)?)
@objc deinit
@discardableResult
public func record() -> Swift.Bool
public func stop()
public func resetRecorder()
@objc public func audioRecorderDidFinishRecording(_ recorder: AVFAudio.AVAudioRecorder, successfully success: Swift.Bool)
- @objc public func audioRecorderEncodeErrorDidOccur(_ recorder: AVFAudio.AVAudioRecorder, error: Swift.Error?)
+ @objc public func audioRecorderEncodeErrorDidOccur(_ recorder: AVFAudio.AVAudioRecorder, error: (any Swift.Error)?)
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUBaseFileContentView : SendbirdUIKit.SBUView {
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageCellTheme {
@@ -9512,7 +9520,7 @@ public protocol SBUVoicePlayerDelegate : AnyObject {
public var progressTimer: Foundation.Timer? {
get
}
- public init(delegate: SendbirdUIKit.SBUVoicePlayerDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUVoicePlayerDelegate)?)
public func configure(voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo)
@objc deinit
public func play(fromTime time: Foundation.TimeInterval = 0)
@@ -9521,7 +9529,7 @@ public protocol SBUVoicePlayerDelegate : AnyObject {
public func resetPlayer()
public func updatePlaybackRate(_ rate: Swift.Float)
@objc public func audioPlayerDidFinishPlaying(_ player: AVFAudio.AVAudioPlayer, successfully success: Swift.Bool)
- @objc public func audioPlayerDecodeErrorDidOccur(_ player: AVFAudio.AVAudioPlayer, error: Swift.Error?)
+ @objc public func audioPlayerDecodeErrorDidOccur(_ player: AVFAudio.AVAudioPlayer, error: (any Swift.Error)?)
}
public protocol SBUOpenChannelModuleMediaDelegate : AnyObject {
func openChannelModule(_ mediaComponent: SendbirdUIKit.SBUOpenChannelModule.Media, didTapMediaView mediaView: UIKit.UIView)
@@ -9530,8 +9538,8 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class Media : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public var mediaView: UIKit.UIView
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleMediaDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleMediaDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleMediaDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleMediaDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -9553,11 +9561,11 @@ public protocol SBUGroupChannelSettingsModuleListDataSource : SendbirdUIKit.SBUB
}
extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@_inheritsConvenienceInitializers @objc(SBUGroupChannelSettingsModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelSettingsModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource)? {
get
set
}
@@ -9569,7 +9577,7 @@ extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@available(*, unavailable, renamed: "SBUGroupChannelSettingsModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupItems()
@_Concurrency.MainActor(unsafe) open func createModerationsItem() -> SendbirdUIKit.SBUChannelSettingItem
@@ -9607,13 +9615,13 @@ extension SendbirdUIKit.SBUMessageSearchModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageSearchTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUMessageSearchModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUMessageSearchModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate, theme: SendbirdUIKit.SBUMessageSearchTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate, theme: SendbirdUIKit.SBUMessageSearchTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUMessageSearchTheme? = nil)
@@ -9672,8 +9680,8 @@ public protocol SBUSuggestedReplyOptionViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var text: Swift.String? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with optionText: Swift.String, delegate: SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with optionText: Swift.String, delegate: (any SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -10592,7 +10600,7 @@ public protocol SBUUserMessageTextViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var needsToRemoveMargin: Swift.Bool {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserMessageTextViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserMessageTextViewDelegate)?
@_Concurrency.MainActor(unsafe) public var textTopConstraint: UIKit.NSLayoutConstraint?
@_Concurrency.MainActor(unsafe) public var textBottomConstraint: UIKit.NSLayoutConstraint?
@_Concurrency.MainActor(unsafe) public var textLeftConstraint: UIKit.NSLayoutConstraint?
@@ -10631,13 +10639,13 @@ extension SendbirdUIKit.SBUModerationsModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUModerationsModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUModerationsModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUModerationsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUModerationsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUModerationsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUModerationsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil)
@@ -10831,8 +10839,8 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
}
@_Concurrency.MainActor(unsafe) public var channelNameInputField: SendbirdUIKit.SBUUnderLineTextField
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUCreateOpenChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate?, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate)?, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUCreateOpenChannelTheme? = nil)
@@ -10912,7 +10920,7 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
@_Concurrency.MainActor(unsafe) @objc override public func setupStyles()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLayoutSubviews()
- @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
@objc @_Concurrency.MainActor(unsafe) public func setUserProfileTapGesture(_ user: SendbirdUIKit.SBUUser)
@@ -10988,11 +10996,11 @@ extension SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal {
public protocol SBUExtendedMessagePayloadCustomViewFactory : SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal {
associatedtype ViewData : Swift.Decodable
static func makeCustomView(_ data: Self.ViewData, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
- static func errorHandler(_ error: Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
+ static func errorHandler(_ error: any Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
}
extension SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactory {
public static func makeCustomView(message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
- public static func errorHandler(_ error: Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
+ public static func errorHandler(_ error: any Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
}
public protocol SBUMessageThreadViewModelDataSource : SendbirdUIKit.SBUBaseChannelViewModelDataSource {
}
@@ -11004,11 +11012,11 @@ public protocol SBUMessageThreadViewModelDelegate : SendbirdUIKit.SBUBaseChannel
func messageThreadViewModel(_ viewModel: SendbirdUIKit.SBUMessageThreadViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
}
@objc open class SBUMessageThreadViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUMessageThreadViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUMessageThreadViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUMessageThreadViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadViewModelDataSource)? {
get
set
}
@@ -11019,7 +11027,7 @@ public protocol SBUMessageThreadViewModelDelegate : SendbirdUIKit.SBUBaseChannel
get
}
public var sendMultipleFilesMessageCompletionHandler: SendbirdChatSDK.MultipleFilesMessageHandler?
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = 0, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: SendbirdUIKit.SBUMessageThreadViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUMessageThreadViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = 0, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: (any SendbirdUIKit.SBUMessageThreadViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUMessageThreadViewModelDataSource)? = nil)
@objc deinit
public func loadChannelAndMessages(channelURL: Swift.String?)
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
@@ -11138,7 +11146,7 @@ extension SendbirdUIKit.SBUUserListModule {
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserListModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserListModuleHeaderDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var channelType: SendbirdChatSDK.ChannelType
@_Concurrency.MainActor(unsafe) public var userListType: SendbirdUIKit.ChannelUserListType {
get
@@ -11148,7 +11156,7 @@ extension SendbirdUIKit.SBUUserListModule {
@available(*, unavailable, renamed: "SBUUserListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUUserListModuleHeaderDelegate, userListType: SendbirdUIKit.ChannelUserListType, channelType: SendbirdChatSDK.ChannelType = .group, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUUserListModuleHeaderDelegate, userListType: SendbirdUIKit.ChannelUserListType, channelType: SendbirdChatSDK.ChannelType = .group, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUUserListTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -11278,7 +11286,7 @@ public enum SBUReplyType : Swift.Int, Swift.Codable {
public var filterValue: SendbirdChatSDK.ReplyType {
get
}
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -11289,7 +11297,7 @@ public enum SBUThreadReplySelectType : Swift.Int, Swift.Codable {
case none
case parent
case thread
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -11302,18 +11310,19 @@ public protocol SBUGroupChannelViewModelDataSource : SendbirdUIKit.SBUBaseChanne
public protocol SBUGroupChannelViewModelDelegate : SendbirdUIKit.SBUBaseChannelViewModelDelegate {
func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveSuggestedMentions members: [SendbirdUIKit.SBUUser]?)
func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
+ func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveStreamMessage message: SendbirdChatSDK.BaseMessage, forChannel channel: SendbirdChatSDK.GroupChannel)
}
@objc open class SBUGroupChannelViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUGroupChannelViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUGroupChannelViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelViewModelDataSource)? {
get
set
}
public var sendMultipleFilesMessageCompletionHandler: SendbirdChatSDK.MultipleFilesMessageHandler?
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: SendbirdUIKit.SBUGroupChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUGroupChannelViewModelDataSource? = nil, displaysLocalCachedListFirst: Swift.Bool = false)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: (any SendbirdUIKit.SBUGroupChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUGroupChannelViewModelDataSource)? = nil, displaysLocalCachedListFirst: Swift.Bool = false)
@objc deinit
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
override public func refreshChannel()
@@ -11455,7 +11464,7 @@ public protocol SBUOpenChannelSettingsModuleHeaderDelegate : SendbirdUIKit.SBUBa
}
extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelSettingsModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate)? {
get
set
}
@@ -11464,7 +11473,7 @@ extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@available(*, unavailable, renamed: "SBUOpenChannelSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateRightItem()
@@ -11521,11 +11530,11 @@ public protocol SBUCreateChannelModuleListDataSource : SendbirdUIKit.SBUBaseSele
}
extension SendbirdUIKit.SBUCreateChannelModule {
@_inheritsConvenienceInitializers @objc(SBUCreateChannelModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUCreateChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelModuleListDataSource)? {
get
set
}
@@ -11534,7 +11543,7 @@ extension SendbirdUIKit.SBUCreateChannelModule {
@available(*, unavailable, renamed: "SBUCreateChannelModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUCreateChannelModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUCreateChannelModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
index 25436fd7..f22c2f93 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
index d7109036..c345daf0 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
@@ -1,12 +1,13 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdUIKit
+// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
+// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdUIKit
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFAudio
import AVFoundation
import AVKit
import AssetsLibrary
import CoreGraphics
+import DeveloperToolsSupport
import Foundation
import MobileCoreServices
import Photos
@@ -15,9 +16,11 @@ import QuartzCore
import SafariServices
import SendbirdChatSDK
import Swift
+import SwiftUI
import UIKit
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
import simd
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUModerationsViewController : SendbirdUIKit.SBUBaseViewController, SendbirdUIKit.SBUModerationsModuleHeaderDelegate, SendbirdUIKit.SBUModerationsModuleListDelegate, SendbirdUIKit.SBUModerationsModuleListDataSource, SendbirdUIKit.SBUCommonViewModelDelegate, SendbirdUIKit.SBUModerationsViewModelDelegate {
@objc @_Concurrency.MainActor(unsafe) public var headerComponent: SendbirdUIKit.SBUModerationsModule.Header?
@@ -137,8 +140,8 @@ extension SendbirdUIKit.SBUBaseChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var newMessageInfoView: UIKit.UIView?
@objc @_Concurrency.MainActor(unsafe) public var scrollBottomView: UIKit.UIView?
@objc @_Concurrency.MainActor(unsafe) public var userProfileView: UIKit.UIView?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelModuleListDataSource)?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
@@ -218,8 +221,8 @@ extension SendbirdUIKit.SBUConfig {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
@_hasMissingDesignatedInitializers public class SBUScrollPostionConfiguration {
@@ -283,7 +286,7 @@ public protocol SBUOpenChannelListModuleHeaderDelegate : SendbirdUIKit.SBUBaseCh
extension SendbirdUIKit.SBUOpenChannelListModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelListModule.Header {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUOpenChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate)? {
get
set
}
@@ -292,7 +295,7 @@ extension SendbirdUIKit.SBUOpenChannelListModule {
@available(*, unavailable, renamed: "SBUOpenChannelListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUOpenChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUOpenChannelListTheme)
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUOpenChannelListTheme? = nil)
}
}
@@ -336,8 +339,8 @@ extension SendbirdUIKit.SBUMessageSearchModule {
}
@objc @_Concurrency.MainActor(unsafe) public var resultCell: SendbirdUIKit.SBUMessageSearchResultCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageSearchTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageSearchModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageSearchModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageSearchModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageSearchModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var resultList: [SendbirdChatSDK.BaseMessage] {
@objc get
}
@@ -346,7 +349,7 @@ extension SendbirdUIKit.SBUMessageSearchModule {
@available(*, unavailable, renamed: "SBUMessageSearchModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageSearchModuleListDelegate, dataSource: SendbirdUIKit.SBUMessageSearchModuleListDataSource, theme: SendbirdUIKit.SBUMessageSearchTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageSearchModuleListDelegate, dataSource: any SendbirdUIKit.SBUMessageSearchModuleListDataSource, theme: SendbirdUIKit.SBUMessageSearchTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUMessageSearchTheme? = nil)
@@ -387,18 +390,18 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageThreadModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var parentMessage: SendbirdChatSDK.BaseMessage?
@objc @_Concurrency.MainActor(unsafe) public var mentionManager: SendbirdUIKit.SBUMentionManager?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleInputDelegate, dataSource: SendbirdUIKit.SBUMessageThreadModuleInputDataSource, parentMessage: SendbirdChatSDK.BaseMessage?, mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleInputDelegate, dataSource: any SendbirdUIKit.SBUMessageThreadModuleInputDataSource, parentMessage: SendbirdChatSDK.BaseMessage?, mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -451,11 +454,11 @@ public protocol SBUGroupChannelModuleHeaderDelegate : SendbirdUIKit.SBUBaseChann
}
extension SendbirdUIKit.SBUGroupChannelModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func onTapLeftBarButton()
@_Concurrency.MainActor(unsafe) @objc override open func onTapRightBarButton()
@@ -601,11 +604,11 @@ public protocol SBUGroupChannelSettingsViewModelDelegate : SendbirdUIKit.SBUBase
@available(*, deprecated, renamed: "SBUGroupChannelSettingsViewModel")
public typealias SBUChannelSettingsViewModel = SendbirdUIKit.SBUGroupChannelSettingsViewModel
@objc open class SBUGroupChannelSettingsViewModel : SendbirdUIKit.SBUBaseChannelSettingsViewModel {
- weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUGroupChannelSettingsViewModelDelegate)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String?)
override public func updateChannel(channelName: Swift.String? = nil, coverImage: UIKit.UIImage? = nil)
@@ -638,15 +641,15 @@ public protocol SBURegisterOperatorViewModelDelegate : SendbirdUIKit.SBUBaseSele
public protocol SBURegisterOperatorViewModelDataSource : SendbirdUIKit.SBUBaseSelectUserViewModelDataSource {
}
@objc open class SBURegisterOperatorViewModel : SendbirdUIKit.SBUBaseSelectUserViewModel {
- weak public var delegate: SendbirdUIKit.SBURegisterOperatorViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBURegisterOperatorViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: SendbirdUIKit.SBURegisterOperatorViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBURegisterOperatorViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: (any SendbirdUIKit.SBURegisterOperatorViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBURegisterOperatorViewModelDataSource)? = nil)
public func registerAsOperators()
public func registerAsOperators(users: [SendbirdUIKit.SBUUser])
public func registerAsOperators(userIds: [Swift.String])
@@ -684,15 +687,15 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.OpenChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleInputDelegate, dataSource: SendbirdUIKit.SBUOpenChannelModuleInputDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleInputDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelModuleInputDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@objc @_Concurrency.MainActor(unsafe) open func updateStyles(overlaid: Swift.Bool = false)
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@_Concurrency.MainActor(unsafe) @objc override open func pickVideoFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -726,8 +729,8 @@ extension SendbirdUIKit.SBUBaseSelectUserModule {
}
@objc @_Concurrency.MainActor(unsafe) public var userCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseSelectUserModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseSelectUserModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseSelectUserModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseSelectUserModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var userList: [SendbirdUIKit.SBUUser]? {
@objc get
}
@@ -762,15 +765,15 @@ public protocol SBUInviteUserViewModelDelegate : SendbirdUIKit.SBUBaseSelectUser
public protocol SBUInviteUserViewModelDataSource : SendbirdUIKit.SBUBaseSelectUserViewModelDataSource {
}
@objc open class SBUInviteUserViewModel : SendbirdUIKit.SBUBaseSelectUserViewModel {
- weak public var delegate: SendbirdUIKit.SBUInviteUserViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUInviteUserViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUInviteUserViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUInviteUserViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: SendbirdUIKit.SBUInviteUserViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUInviteUserViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, delegate: (any SendbirdUIKit.SBUInviteUserViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUInviteUserViewModelDataSource)? = nil)
public func inviteUsers()
public func invite(users: [SendbirdUIKit.SBUUser])
public func invite(userIds: [Swift.String])
@@ -805,11 +808,11 @@ public protocol SBURegisterOperatorModuleListDataSource : SendbirdUIKit.SBUBaseS
}
extension SendbirdUIKit.SBURegisterOperatorModule {
@_inheritsConvenienceInitializers @objc(SBURegisterOperatorModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBURegisterOperatorModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBURegisterOperatorModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorModuleListDataSource)? {
get
set
}
@@ -818,7 +821,7 @@ extension SendbirdUIKit.SBURegisterOperatorModule {
@available(*, unavailable, renamed: "SBURegisterOperatorModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBURegisterOperatorModuleListDelegate, dataSource: SendbirdUIKit.SBURegisterOperatorModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBURegisterOperatorModuleListDelegate, dataSource: any SendbirdUIKit.SBURegisterOperatorModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
@@ -842,8 +845,8 @@ open class SBUModerationsViewModel {
public var channelType: SendbirdChatSDK.ChannelType {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel, delegate: SendbirdUIKit.SBUModerationsViewModelDelegate? = nil)
- public init(channelURL: Swift.String, channelType: SendbirdChatSDK.ChannelType, delegate: SendbirdUIKit.SBUModerationsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel, delegate: (any SendbirdUIKit.SBUModerationsViewModelDelegate)? = nil)
+ public init(channelURL: Swift.String, channelType: SendbirdChatSDK.ChannelType, delegate: (any SendbirdUIKit.SBUModerationsViewModelDelegate)? = nil)
public func loadChannel(channelURL: Swift.String)
public func freezeChannel(_ completionHandler: ((Swift.Bool) -> Swift.Void)? = nil)
public func unfreezeChannel(_ completionHandler: ((Swift.Bool) -> Swift.Void)? = nil)
@@ -985,7 +988,7 @@ open class SBUUserListModule {
}
public class SBUTypingIndicatorMessage : SendbirdChatSDK.BaseMessage {
public var typingIndicatorInfo: SendbirdUIKit.SBUTypingIndicatorInfo?
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
public protocol SBUOpenChannelModuleListDelegate : SendbirdUIKit.SBUBaseChannelModuleListDelegate {
@@ -1000,11 +1003,11 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var fileMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
@objc @_Concurrency.MainActor(unsafe) public var unknownMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
@objc @_Concurrency.MainActor(unsafe) public var customMessageCell: SendbirdUIKit.SBUOpenChannelBaseMessageCell?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelModuleListDataSource)? {
get
set
}
@@ -1014,7 +1017,7 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var isOverlaid: Swift.Bool {
@objc get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@objc @_Concurrency.MainActor(unsafe) open func updateLayouts()
@@ -1095,8 +1098,8 @@ extension SendbirdUIKit.SBUBaseChannelListModule {
}
@objc @_Concurrency.MainActor(unsafe) public var channelCell: SendbirdUIKit.SBUBaseChannelCell?
@objc @_Concurrency.MainActor(unsafe) public var customCell: SendbirdUIKit.SBUBaseChannelCell?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelListModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelListModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelListModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelListModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannelList: [SendbirdChatSDK.BaseChannel]? {
@objc get
}
@@ -1194,11 +1197,11 @@ public protocol SBUCreateChannelModuleHeaderDataSource : SendbirdUIKit.SBUBaseSe
}
extension SendbirdUIKit.SBUCreateChannelModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource)? {
get
set
}
@@ -1207,7 +1210,7 @@ extension SendbirdUIKit.SBUCreateChannelModule {
@available(*, unavailable, renamed: "SBUCreateChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateChannelModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUCreateChannelModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -1221,7 +1224,7 @@ public protocol SBUEmptyViewDelegate : ObjectiveC.NSObjectProtocol {
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUEmptyView : SendbirdUIKit.SBUView {
@_Concurrency.MainActor(unsafe) public var type: SendbirdUIKit.EmptyViewType
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUEmptyViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUEmptyViewDelegate)?
@_Concurrency.MainActor(unsafe) public var statusImageView: UIKit.UIImageView {
get
set
@@ -1262,8 +1265,8 @@ public protocol SBUEmptyViewDelegate : ObjectiveC.NSObjectProtocol {
public var openChannel: SendbirdUIKit.SBUConfig.OpenChannel
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
open class SBUGroupChannelSettingsModule {
public static var HeaderComponent: SendbirdUIKit.SBUGroupChannelSettingsModule.Header.Type
@@ -1322,7 +1325,7 @@ extension SendbirdUIKit.SBUChannelInfoHeaderViewDelegate {
set
_modify
}
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUChannelInfoHeaderViewDelegate?)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUChannelInfoHeaderViewDelegate)?)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@available(*, unavailable, renamed: "SBUChannelInfoHeaderView()")
@_Concurrency.MainActor(unsafe) required public init?(coder: Foundation.NSCoder)
@@ -1605,8 +1608,8 @@ extension SendbirdUIKit.SBUConfig {
public var camera: SendbirdUIKit.SBUConfig.BaseInput.Camera
public var gallery: SendbirdUIKit.SBUConfig.BaseInput.Gallery
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.BaseInput {
@@ -1622,8 +1625,8 @@ extension SendbirdUIKit.SBUConfig.BaseInput {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.BaseInput {
@@ -1639,8 +1642,8 @@ extension SendbirdUIKit.SBUConfig.BaseInput {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
open class SBUGroupChannelModule {
@@ -1696,8 +1699,8 @@ public protocol SBUFeedbackViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var params: SendbirdUIKit.SBUFeedbackViewParams? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFeedbackViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFeedbackViewParams, delegate: SendbirdUIKit.SBUFeedbackViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFeedbackViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFeedbackViewParams, delegate: (any SendbirdUIKit.SBUFeedbackViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -1734,11 +1737,11 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -1861,8 +1864,8 @@ public protocol SBUFormFieldViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var status: SendbirdUIKit.SBUFormFieldView.StatusType
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFormFieldViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(form: SendbirdChatSDK.Form, field: SendbirdChatSDK.FormField, delegate: SendbirdUIKit.SBUFormFieldViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(form: SendbirdChatSDK.Form, field: SendbirdChatSDK.FormField, delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -2034,16 +2037,16 @@ public struct SBUForm : Swift.Codable {
get
}
public func isValid(with value: Swift.String?, isStrict: Swift.Bool = false) -> Swift.Bool
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
public struct Answer {
public let formKey: Swift.String
public let data: SendbirdUIKit.SBUForm.FormData
public func update(with updated: SendbirdUIKit.SBUForm.Field.Updated) -> SendbirdUIKit.SBUForm.Answer?
}
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdUIKit.SBUUserMessageCellParams {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
@@ -2067,7 +2070,7 @@ extension SendbirdUIKit.SBUFormView {
}
extension SendbirdUIKit.SBUFormFieldView {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
- @_Concurrency.MainActor(unsafe) public func configure(form: SendbirdUIKit.SBUForm, field: SendbirdUIKit.SBUForm.Field, value: Swift.String?, delegate: SendbirdUIKit.SBUFormFieldViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) public func configure(form: SendbirdUIKit.SBUForm, field: SendbirdUIKit.SBUForm.Field, value: Swift.String?, delegate: (any SendbirdUIKit.SBUFormFieldViewDelegate)? = nil)
}
extension SendbirdUIKit.SBUGroupChannelModuleListDelegate {
@available(*, unavailable, message: "This model is no longer used internally. Changed to use `SendbirdChatSDK.Form`.")
@@ -2421,13 +2424,13 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUCreateOpenChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUCreateOpenChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUCreateOpenChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateOpenChannelModuleHeaderDelegate, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUCreateOpenChannelTheme? = nil)
@@ -2680,7 +2683,7 @@ open class SBUMessageSearchViewModel {
public var messageSearchQuery: SendbirdChatSDK.MessageSearchQuery? {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel, params: SendbirdChatSDK.MessageSearchQueryParams? = nil, delegate: SendbirdUIKit.SBUMessageSearchViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel, params: SendbirdChatSDK.MessageSearchQueryParams? = nil, delegate: (any SendbirdUIKit.SBUMessageSearchViewModelDelegate)? = nil)
open func search(keyword: Swift.String)
public func search(keyword: Swift.String, query: SendbirdChatSDK.MessageSearchQuery)
public func loadMore()
@@ -2693,7 +2696,7 @@ open class SBUMessageSearchViewModel {
_modify
}
@_Concurrency.MainActor(unsafe) public var cornerRadius: CoreFoundation.CGFloat
- @_Concurrency.MainActor(unsafe) open func configure(delegate: UIKit.UICollectionViewDelegate, dataSource: UIKit.UICollectionViewDataSource, theme: SendbirdUIKit.SBUMessageCellTheme? = nil, cornerRadius: CoreFoundation.CGFloat)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any UIKit.UICollectionViewDelegate, dataSource: any UIKit.UICollectionViewDataSource, theme: SendbirdUIKit.SBUMessageCellTheme? = nil, cornerRadius: CoreFoundation.CGFloat)
@_Concurrency.MainActor(unsafe) @objc open func setupViews()
@_Concurrency.MainActor(unsafe) @objc open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc open func setupStyles()
@@ -2932,7 +2935,7 @@ public protocol SBULoadingDataSource : AnyObject {
public static var isShowing: Swift.Bool {
get
}
- public static func setDataSource(dataSource: SendbirdUIKit.SBULoadingDataSource)
+ public static func setDataSource(dataSource: any SendbirdUIKit.SBULoadingDataSource)
public static func removeDataSource()
@objc deinit
}
@@ -2970,11 +2973,11 @@ public protocol SBUOpenChannelSettingsModuleListDataSource : SendbirdUIKit.SBUBa
}
extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@_inheritsConvenienceInitializers @objc(SBUOpenChannelSettingsModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelSettingsModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource)? {
get
set
}
@@ -2986,7 +2989,7 @@ extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@available(*, unavailable, renamed: "SBUOpenChannelSettingsModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelSettingsModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupItems()
@_Concurrency.MainActor(unsafe) open func createModerationsItem() -> SendbirdUIKit.SBUChannelSettingItem
@@ -3061,13 +3064,13 @@ extension SendbirdUIKit.SBUGroupChannelPushSettingsModule {
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUGroupChannelPushSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUGroupChannelPushSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelPushSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -3100,7 +3103,7 @@ extension SendbirdUIKit.SBUSelectablePhotoViewDelegate {
set
_modify
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSelectablePhotoViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSelectablePhotoViewDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var fetchResult: Photos.PHFetchResult
@objc @_Concurrency.MainActor(unsafe) public var columnSize: CoreFoundation.CGSize {
@objc get
@@ -3133,11 +3136,11 @@ public protocol SBUOpenChannelSettingsViewModelDelegate : SendbirdUIKit.SBUBaseC
func openChannelSettingsViewModel(_ viewModel: SendbirdUIKit.SBUOpenChannelSettingsViewModel, didDeleteChannel channel: SendbirdChatSDK.OpenChannel)
}
@objc open class SBUOpenChannelSettingsViewModel : SendbirdUIKit.SBUBaseChannelSettingsViewModel {
- weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUOpenChannelSettingsViewModelDelegate)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String?)
override public func updateChannel(channelName: Swift.String? = nil, coverImage: UIKit.UIImage? = nil)
@@ -3176,8 +3179,8 @@ extension SendbirdUIKit.SBUOpenChannelSettingsViewModel : SendbirdChatSDK.OpenCh
set
}
public init(wrappedValue: T)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
public protocol SBUQuoteMessageInputViewProtocol : SendbirdUIKit.SBUViewLifeCycle {
func configure(with configuration: SendbirdUIKit.SBUQuoteMessageInputViewParams)
@@ -3329,7 +3332,7 @@ public class SBUToastViewItem : SendbirdUIKit.SBUCommonItem {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUToastView : ObjectiveC.NSObject {
- public static func show(item: SendbirdUIKit.SBUToastViewItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: SendbirdUIKit.SBUToastViewDelegate? = nil, dismissHandler: SendbirdUIKit.SBUToastViewHandler? = nil)
+ public static func show(item: SendbirdUIKit.SBUToastViewItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: (any SendbirdUIKit.SBUToastViewDelegate)? = nil, dismissHandler: SendbirdUIKit.SBUToastViewHandler? = nil)
public static func dismiss()
@objc deinit
}
@@ -3442,6 +3445,7 @@ public class SBUToastViewItem : SendbirdUIKit.SBUCommonItem {
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelViewModel(_ viewModel: SendbirdUIKit.SBUBaseChannelViewModel, deletedMessages messages: [SendbirdChatSDK.BaseMessage])
@objc @_Concurrency.MainActor(unsafe) open func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveSuggestedMentions members: [SendbirdUIKit.SBUUser]?)
@objc @_Concurrency.MainActor(unsafe) public func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
+ @objc @_Concurrency.MainActor(unsafe) open func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveStreamMessage message: SendbirdChatSDK.BaseMessage, forChannel channel: SendbirdChatSDK.GroupChannel)
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelModule(_ headerComponent: SendbirdUIKit.SBUBaseChannelModule.Header, didTapLeftItem leftItem: UIKit.UIBarButtonItem)
@_Concurrency.MainActor(unsafe) @objc override open func baseChannelModule(_ headerComponent: SendbirdUIKit.SBUBaseChannelModule.Header, didTapRightItem rightItem: UIKit.UIBarButtonItem)
@objc @_Concurrency.MainActor(unsafe) open func groupChannelModule(_ listComponent: SendbirdUIKit.SBUGroupChannelModule.List, didSelectFileAt index: Swift.Int, multipleFilesMessageCell: SendbirdUIKit.SBUMultipleFilesMessageCell, forRowAt cellIndexPath: Foundation.IndexPath)
@@ -3609,11 +3613,11 @@ public protocol SBUGroupChannelListModuleListDataSource : SendbirdUIKit.SBUBaseC
extension SendbirdUIKit.SBUGroupChannelListModule {
@_inheritsConvenienceInitializers @objc(SBUGroupChannelListModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelListModule.List {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUGroupChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelListModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelListModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelListModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelListModuleListDataSource)? {
get
set
}
@@ -3625,7 +3629,7 @@ extension SendbirdUIKit.SBUGroupChannelListModule {
@available(*, unavailable, renamed: "SBUGroupChannelListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelListModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelListModuleListDataSource, theme: SendbirdUIKit.SBUGroupChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelListModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelListModuleListDataSource, theme: SendbirdUIKit.SBUGroupChannelListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUGroupChannelListTheme? = nil)
@objc @_Concurrency.MainActor(unsafe) public func leaveContextualAction(with indexPath: Foundation.IndexPath) -> UIKit.UIContextualAction?
@@ -3666,8 +3670,8 @@ public protocol SBUSuggestedReplyViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var params: SendbirdUIKit.SBUSuggestedReplyViewParams? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedReplyViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUSuggestedReplyViewParams, delegate: SendbirdUIKit.SBUSuggestedReplyViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedReplyViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUSuggestedReplyViewParams, delegate: (any SendbirdUIKit.SBUSuggestedReplyViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) open func suggestedReplyOptionViewDidSelect(_ optionView: SendbirdUIKit.SBUSuggestedReplyOptionView)
@_Concurrency.MainActor(unsafe) open func createOptionView() -> SendbirdUIKit.SBUSuggestedReplyOptionView
@_Concurrency.MainActor(unsafe) open func createSuggestedReplyOptionViews(options: [Swift.String]) -> [SendbirdUIKit.SBUSuggestedReplyOptionView]
@@ -3693,7 +3697,7 @@ public class SBUAlertButtonItem {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUAlertView : ObjectiveC.NSObject {
- public static func show(title: Swift.String, message: Swift.String? = nil, needInputField: Swift.Bool = false, inputText: Swift.String? = nil, placeHolder: Swift.String? = "", centerYRatio: CoreFoundation.CGFloat? = 1.0, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, confirmButtonItem: SendbirdUIKit.SBUAlertButtonItem, cancelButtonItem: SendbirdUIKit.SBUAlertButtonItem?, delegate: SendbirdUIKit.SBUAlertViewDelegate? = nil, dismissHandler: (() -> Swift.Void)? = nil)
+ public static func show(title: Swift.String, message: Swift.String? = nil, needInputField: Swift.Bool = false, inputText: Swift.String? = nil, placeHolder: Swift.String? = "", centerYRatio: CoreFoundation.CGFloat? = 1.0, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, confirmButtonItem: SendbirdUIKit.SBUAlertButtonItem, cancelButtonItem: SendbirdUIKit.SBUAlertButtonItem?, delegate: (any SendbirdUIKit.SBUAlertViewDelegate)? = nil, dismissHandler: (() -> Swift.Void)? = nil)
public static func dismiss()
@objc deinit
}
@@ -3737,7 +3741,7 @@ public protocol SBUBaseSelectUserViewModelDataSource : AnyObject {
public var joinedUserIds: Swift.Set {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, inviteListType: SendbirdUIKit.ChannelInviteListType, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: SendbirdUIKit.SBUBaseSelectUserViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUBaseSelectUserViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, inviteListType: SendbirdUIKit.ChannelInviteListType, userListQuery: SendbirdChatSDK.ApplicationUserListQuery? = nil, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: (any SendbirdUIKit.SBUBaseSelectUserViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUBaseSelectUserViewModelDataSource)? = nil)
public func loadChannel(channelURL: Swift.String, type: SendbirdChatSDK.ChannelType)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
public func preLoadNextUserList(indexPath: Foundation.IndexPath)
@@ -3809,8 +3813,8 @@ extension SendbirdUIKit.SBUBaseChannelModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleInputDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelModuleInputDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleInputDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelModuleInputDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -4012,8 +4016,8 @@ extension SendbirdUIKit.SBUConfig {
public var channel: SendbirdUIKit.SBUConfig.OpenChannel.Channel
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.OpenChannel {
@@ -4025,13 +4029,13 @@ extension SendbirdUIKit.SBUConfig.OpenChannel {
}
public var input: SendbirdUIKit.SBUConfig.OpenChannel.Channel.Input
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.OpenChannel.Channel {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Input : SendbirdUIKit.SBUConfig.BaseInput {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
}
@@ -4050,7 +4054,7 @@ public protocol SBUSuggestedMentionListDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var isLimitGuideEnabled: Swift.Bool
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedMentionListDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedMentionListDelegate)?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme
@_Concurrency.MainActor(unsafe) public var showsUserId: Swift.Bool {
get
@@ -4082,8 +4086,8 @@ extension SendbirdUIKit.SBUConfig {
public var channelList: SendbirdUIKit.SBUConfig.GroupChannel.ChannelList
public var setting: SendbirdUIKit.SBUConfig.GroupChannel.Setting
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4147,9 +4151,9 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
get
set
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4165,8 +4169,8 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel {
@@ -4177,13 +4181,13 @@ extension SendbirdUIKit.SBUConfig.GroupChannel {
_modify
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
}
extension SendbirdUIKit.SBUConfig.GroupChannel.Channel {
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class Input : SendbirdUIKit.SBUConfig.BaseInput {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
}
@@ -4198,7 +4202,7 @@ extension SendbirdUIKit.SBUConfig.GroupChannel.Channel {
final public let type: SendbirdUIKit.SBUMessageTemplate.ActionType
final public let data: Swift.String
final public let alterData: Swift.String?
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
public enum ActionType : Swift.String, Swift.Decodable {
@@ -4249,11 +4253,11 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var customMessageCell: SendbirdUIKit.SBUBaseMessageCell? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUMessageThreadModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadModuleListDataSource)? {
get
set
}
@@ -4264,7 +4268,7 @@ extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_Concurrency.MainActor(unsafe) public var voicePlayer: SendbirdUIKit.SBUVoicePlayer?
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleListDelegate, dataSource: SendbirdUIKit.SBUMessageThreadModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleListDelegate, dataSource: any SendbirdUIKit.SBUMessageThreadModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -4411,11 +4415,11 @@ public protocol SBUInviteUserModuleHeaderDataSource : SendbirdUIKit.SBUBaseSelec
}
extension SendbirdUIKit.SBUInviteUserModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUInviteUserModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUInviteUserModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUInviteUserModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUInviteUserModuleHeaderDataSource)? {
get
set
}
@@ -4424,7 +4428,7 @@ extension SendbirdUIKit.SBUInviteUserModule {
@available(*, unavailable, renamed: "SBUInviteUserModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUInviteUserModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUInviteUserModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUInviteUserModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUInviteUserModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -4760,8 +4764,8 @@ public protocol SBUUserListViewModelDataSource : AnyObject {
func userListViewModel(_ viewModel: SendbirdUIKit.SBUUserListViewModel, nextUserListForChannel channel: SendbirdChatSDK.BaseChannel?) -> [SendbirdUIKit.SBUUser]?
}
@objc open class SBUUserListViewModel : ObjectiveC.NSObject {
- weak public var delegate: SendbirdUIKit.SBUUserListViewModelDelegate?
- weak public var dataSource: SendbirdUIKit.SBUUserListViewModelDataSource?
+ weak public var delegate: (any SendbirdUIKit.SBUUserListViewModelDelegate)?
+ weak public var dataSource: (any SendbirdUIKit.SBUUserListViewModelDataSource)?
public var channel: SendbirdChatSDK.BaseChannel? {
get
}
@@ -4783,7 +4787,7 @@ public protocol SBUUserListViewModelDataSource : AnyObject {
public var userListType: SendbirdUIKit.ChannelUserListType {
get
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListType: SendbirdUIKit.ChannelUserListType, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, operatorListQuery: SendbirdChatSDK.OperatorListQuery? = nil, mutedMemberListQuery: SendbirdChatSDK.MemberListQuery? = nil, mutedParticipantListQuery: SendbirdChatSDK.MutedUserListQuery? = nil, bannedUserListQuery: SendbirdChatSDK.BannedUserListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: SendbirdUIKit.SBUUserListViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUUserListViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, channelType: SendbirdChatSDK.ChannelType = .group, users: [SendbirdUIKit.SBUUser]? = nil, userListType: SendbirdUIKit.ChannelUserListType, memberListQuery: SendbirdChatSDK.MemberListQuery? = nil, operatorListQuery: SendbirdChatSDK.OperatorListQuery? = nil, mutedMemberListQuery: SendbirdChatSDK.MemberListQuery? = nil, mutedParticipantListQuery: SendbirdChatSDK.MutedUserListQuery? = nil, bannedUserListQuery: SendbirdChatSDK.BannedUserListQuery? = nil, participantListQuery: SendbirdChatSDK.ParticipantListQuery? = nil, delegate: (any SendbirdUIKit.SBUUserListViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUUserListViewModelDataSource)? = nil)
@objc deinit
public func loadChannel(channelURL: Swift.String, type: SendbirdChatSDK.ChannelType)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
@@ -4835,7 +4839,7 @@ extension SendbirdUIKit.SBUBaseChannelListModule {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelListModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelListModuleHeaderDelegate)?
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@objc @_Concurrency.MainActor(unsafe) open func onTapLeftBarButton()
@@ -4921,7 +4925,7 @@ public protocol SBUThreadInfoViewProtocol : SendbirdUIKit.SBUViewLifeCycle {
set
_modify
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUThreadInfoViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUThreadInfoViewDelegate)?
@_Concurrency.MainActor(unsafe) public var threadInfo: SendbirdChatSDK.ThreadInfo? {
get
}
@@ -4964,7 +4968,7 @@ public protocol SBUMessageThreadTitleViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadTitleViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadTitleViewDelegate)?
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme {
get
set
@@ -4974,7 +4978,7 @@ public protocol SBUMessageThreadTitleViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUMessageThreadTitleViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUMessageThreadTitleViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
@@ -5114,7 +5118,7 @@ public protocol SBUCreateChannelTypeSelectorProtocol {
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@available(*, unavailable, renamed: "CreateChannelTypeSelectView.init(delegate:)")
@_Concurrency.MainActor(unsafe) required public init?(coder: Foundation.NSCoder)
- @_Concurrency.MainActor(unsafe) public init(delegate: SendbirdUIKit.SBUCreateChannelTypeSelectorDelegate?)
+ @_Concurrency.MainActor(unsafe) public init(delegate: (any SendbirdUIKit.SBUCreateChannelTypeSelectorDelegate)?)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func updateStyles()
@@ -5314,8 +5318,8 @@ public enum UserListType : Swift.Hashable {
case mutedMembers
@available(*, unavailable, renamed: "banned")
case bannedMembers
- public func hash(into hasher: inout Swift.Hasher)
public static func == (a: SendbirdUIKit.UserListType, b: SendbirdUIKit.UserListType) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
@@ -5603,7 +5607,7 @@ public protocol SBUParentMessageInfoViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func updateLayouts()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupStyles()
- @_Concurrency.MainActor(unsafe) open func configure(message: SendbirdChatSDK.BaseMessage?, delegate: SendbirdUIKit.SBUParentMessageInfoViewDelegate?, useReaction: Swift.Bool = false, voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo?, enableEmojiLongPress: Swift.Bool = true)
+ @_Concurrency.MainActor(unsafe) open func configure(message: SendbirdChatSDK.BaseMessage?, delegate: (any SendbirdUIKit.SBUParentMessageInfoViewDelegate)?, useReaction: Swift.Bool = false, voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo?, enableEmojiLongPress: Swift.Bool = true)
@_Concurrency.MainActor(unsafe) open func updateMessageTextWidth(with size: CoreFoundation.CGSize)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupActions()
@objc @_Concurrency.MainActor(unsafe) open func onTapUserProfileView(sender: UIKit.UITapGestureRecognizer)
@@ -5639,7 +5643,7 @@ public protocol SBUCreateOpenChannelViewModelDelegate : SendbirdUIKit.SBUCommonV
func createOpenChannelViewModel(_ viewModel: SendbirdUIKit.SBUCreateOpenChannelViewModel, didCreateChannel channel: SendbirdChatSDK.BaseChannel?)
}
open class SBUCreateOpenChannelViewModel {
- public init(delegate: SendbirdUIKit.SBUCreateOpenChannelViewModelDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUCreateOpenChannelViewModelDelegate)?)
open func createChannel(channelName: Swift.String, coverImage: UIKit.UIImage?)
open func createChannel(params: SendbirdChatSDK.OpenChannelCreateParams)
@objc deinit
@@ -5694,7 +5698,7 @@ extension SendbirdUIKit.SBUView {
set
}
@_Concurrency.MainActor(unsafe) public var mainContainerView: SendbirdUIKit.SBUSelectableStackView
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUQuotedMessageViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUQuotedMessageViewDelegate)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@@ -5754,7 +5758,7 @@ extension UIKit.UIImage {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) public var quotedMessageView: (UIKit.UIView & SendbirdUIKit.SBUQuotedMessageViewProtocol)? {
+ @_Concurrency.MainActor(unsafe) public var quotedMessageView: (any UIKit.UIView & SendbirdUIKit.SBUQuotedMessageViewProtocol)? {
get
set
}
@@ -5765,7 +5769,7 @@ extension UIKit.UIImage {
@objc @_Concurrency.MainActor(unsafe) public var threadInfoSpacing: UIKit.UIView {
@objc get
}
- @_Concurrency.MainActor(unsafe) public var threadInfoView: (UIKit.UIView & SendbirdUIKit.SBUThreadInfoViewProtocol)? {
+ @_Concurrency.MainActor(unsafe) public var threadInfoView: (any UIKit.UIView & SendbirdUIKit.SBUThreadInfoViewProtocol)? {
get
set
}
@@ -5825,12 +5829,12 @@ extension SendbirdUIKit.SBUModerationsModule {
@objc @_Concurrency.MainActor(unsafe) public var tableView: UIKit.UITableView
@objc @_Concurrency.MainActor(unsafe) public var moderationCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUModerationsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUModerationsModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUModerationsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUModerationsModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUModerationsModuleListDelegate, dataSource: SendbirdUIKit.SBUModerationsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUModerationsModuleListDelegate, dataSource: any SendbirdUIKit.SBUModerationsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc deinit
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@@ -5864,15 +5868,15 @@ extension SendbirdUIKit.SBUOpenChannelViewModelDelegate {
public func openChannelViewModel(_ viewModel: SendbirdUIKit.SBUOpenChannelViewModel, userDidExit user: SendbirdChatSDK.User, forChannel channel: SendbirdChatSDK.OpenChannel)
}
@objc open class SBUOpenChannelViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUOpenChannelViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUOpenChannelViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUOpenChannelViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelViewModelDataSource)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = nil, delegate: SendbirdUIKit.SBUOpenChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUOpenChannelViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = nil, delegate: (any SendbirdUIKit.SBUOpenChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUOpenChannelViewModelDataSource)? = nil)
@objc deinit
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
override public func refreshChannel()
@@ -5997,8 +6001,8 @@ extension SendbirdUIKit.SBUUserListModule {
@objc @_Concurrency.MainActor(unsafe) public var userCell: UIKit.UITableViewCell?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserListModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUUserListModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserListModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUUserListModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -6011,7 +6015,7 @@ extension SendbirdUIKit.SBUUserListModule {
@available(*, unavailable, renamed: "SBUUserListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUUserListModuleListDelegate, dataSource: SendbirdUIKit.SBUUserListModuleListDataSource, userListType: SendbirdUIKit.ChannelUserListType, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUUserListModuleListDelegate, dataSource: any SendbirdUIKit.SBUUserListModuleListDataSource, userListType: SendbirdUIKit.ChannelUserListType, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUUserListTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -6043,11 +6047,11 @@ public protocol SBUInviteUserModuleListDataSource : SendbirdUIKit.SBUBaseSelectU
}
extension SendbirdUIKit.SBUInviteUserModule {
@_inheritsConvenienceInitializers @objc(SBUInviteUserModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUInviteUserModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUInviteUserModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUInviteUserModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUInviteUserModuleListDataSource)? {
get
set
}
@@ -6056,7 +6060,7 @@ extension SendbirdUIKit.SBUInviteUserModule {
@available(*, unavailable, renamed: "SBUInviteUserModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUInviteUserModuleListDelegate, dataSource: SendbirdUIKit.SBUInviteUserModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUInviteUserModuleListDelegate, dataSource: any SendbirdUIKit.SBUInviteUserModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
@@ -6211,8 +6215,8 @@ extension SendbirdUIKit.SBUBaseChannelSettingsModule {
@objc @_Concurrency.MainActor(unsafe) public var tableView: UIKit.UITableView
@objc @_Concurrency.MainActor(unsafe) public var channelInfoView: UIKit.UIView?
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelSettingsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var baseDataSource: SendbirdUIKit.SBUBaseChannelSettingsModuleListDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelSettingsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var baseDataSource: (any SendbirdUIKit.SBUBaseChannelSettingsModuleListDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var baseChannel: SendbirdChatSDK.BaseChannel? {
@objc get
}
@@ -6292,7 +6296,7 @@ extension SendbirdUIKit.SBUBaseChannelSettingsModule.List : UIKit.UITableViewDat
@_Concurrency.MainActor(unsafe) required public init(channelURL: Swift.String, startingPoint: Swift.Int64? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
- @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLayoutSubviews()
@objc deinit
@@ -6344,8 +6348,8 @@ public protocol SBUCreateChannelViewModelDataSource : AnyObject {
func createChannelViewModel(_ viewModel: SendbirdUIKit.SBUCreateChannelViewModel, nextUserListForChannelType channelType: SendbirdUIKit.ChannelCreationType) -> [SendbirdUIKit.SBUUser]?
}
open class SBUCreateChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUCreateChannelViewModelDelegate?
- weak public var dataSource: SendbirdUIKit.SBUCreateChannelViewModelDataSource?
+ weak public var delegate: (any SendbirdUIKit.SBUCreateChannelViewModelDelegate)?
+ weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelViewModelDataSource)?
public var channelType: SendbirdUIKit.ChannelCreationType {
get
}
@@ -6358,7 +6362,7 @@ open class SBUCreateChannelViewModel {
public var userListQuery: SendbirdChatSDK.ApplicationUserListQuery? {
get
}
- public init(channelType: SendbirdUIKit.ChannelCreationType = .group, users: [SendbirdUIKit.SBUUser]? = nil, delegate: SendbirdUIKit.SBUCreateChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUCreateChannelViewModelDataSource? = nil)
+ public init(channelType: SendbirdUIKit.ChannelCreationType = .group, users: [SendbirdUIKit.SBUUser]? = nil, delegate: (any SendbirdUIKit.SBUCreateChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUCreateChannelViewModelDataSource)? = nil)
public func loadNextUserList(reset: Swift.Bool, users: [SendbirdUIKit.SBUUser]? = nil)
public func preLoadNextUserList(indexPath: Foundation.IndexPath)
public func resetUserList()
@@ -6509,9 +6513,9 @@ extension SendbirdUIKit.SBUGroupChannelPushSettingsModule {
@_Concurrency.MainActor(unsafe) public var pushTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate?
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate?, dataSource: SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource?, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDelegate)?, dataSource: (any SendbirdUIKit.SBUGroupChannelPushSettingsModuleListDataSource)?, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil)
@@ -6619,7 +6623,7 @@ public protocol SBUGroupChannelListViewModelDelegate : SendbirdUIKit.SBUBaseChan
public var channelListQuery: SendbirdChatSDK.GroupChannelListQuery? {
get
}
- public init(delegate: SendbirdUIKit.SBUGroupChannelListViewModelDelegate? = nil, channelListQuery: SendbirdChatSDK.GroupChannelListQuery? = nil)
+ public init(delegate: (any SendbirdUIKit.SBUGroupChannelListViewModelDelegate)? = nil, channelListQuery: SendbirdChatSDK.GroupChannelListQuery? = nil)
@objc deinit
override public func initChannelList()
override public func loadNextChannelList(reset: Swift.Bool)
@@ -7208,8 +7212,8 @@ public protocol SBUMessageInputViewDataSource : AnyObject {
@_Concurrency.MainActor(unsafe) public var mentionedAttributes: [Foundation.NSAttributedString.Key : Any] {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageInputViewDelegate?
- @_Concurrency.MainActor(unsafe) weak public var datasource: SendbirdUIKit.SBUMessageInputViewDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageInputViewDelegate)?
+ @_Concurrency.MainActor(unsafe) weak public var datasource: (any SendbirdUIKit.SBUMessageInputViewDataSource)?
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageInputTheme {
get
set
@@ -7467,7 +7471,7 @@ open class SBUCreateOpenChannelModule {
public var currentRecordAccessStatus: AVFAudio.AVAudioSession.RecordPermission {
get
}
- public func showPermissionAlert(forType permissionType: SendbirdUIKit.SBUPermissionManager.PermissionType, alertViewDelegate: SendbirdUIKit.SBUAlertViewDelegate? = nil, onDismiss: SendbirdUIKit.AlertButtonHandler? = nil)
+ public func showPermissionAlert(forType permissionType: SendbirdUIKit.SBUPermissionManager.PermissionType, alertViewDelegate: (any SendbirdUIKit.SBUAlertViewDelegate)? = nil, onDismiss: SendbirdUIKit.AlertButtonHandler? = nil)
public func requestRecordAcess(onGranted: (() -> Swift.Void)? = nil, onDenied: (() -> Swift.Void)? = nil)
public func requestPhotoAccessIfNeeded(completion: @escaping (SendbirdUIKit.SBUPhotoAccessibleStatus) -> Swift.Void)
public func requestCameraAccess(for type: AVFoundation.AVMediaType, onGranted: (() -> Swift.Void)? = nil, onDenied: (() -> Swift.Void)? = nil)
@@ -7571,6 +7575,9 @@ extension Swift.Array where Element : SendbirdChatSDK.User {
extension Swift.Array where Element : SendbirdChatSDK.Member {
public func sbu_convertUserList() -> [SendbirdUIKit.SBUUser]
}
+extension Swift.Array where Element : SendbirdChatSDK.BaseMessage {
+ public func hasStreamMessageOnly(with latestMessage: SendbirdChatSDK.BaseMessage?) -> SendbirdChatSDK.BaseMessage?
+}
extension Foundation.NSArray {
public func sbu_getUserIds() -> [Swift.String]
public func sbu_getUserNicknames() -> [Swift.String]
@@ -7761,11 +7768,11 @@ public protocol SBURegisterOperatorModuleHeaderDataSource : SendbirdUIKit.SBUBas
}
extension SendbirdUIKit.SBURegisterOperatorModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseSelectUserModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource)? {
get
set
}
@@ -7774,7 +7781,7 @@ extension SendbirdUIKit.SBURegisterOperatorModule {
@available(*, unavailable, renamed: "SBURegisterOperatorModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate, dataSource: SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBURegisterOperatorModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBURegisterOperatorModuleHeaderDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func updateRightBarButton()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -7886,7 +7893,7 @@ extension SendbirdUIKit.SBUBaseChannelModule {
}
@objc @_Concurrency.MainActor(unsafe) public var titleSpacer: UIKit.UIView
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var baseDelegate: SendbirdUIKit.SBUBaseChannelModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var baseDelegate: (any SendbirdUIKit.SBUBaseChannelModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUBaseChannelModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUBaseChannelModule.Header()")
@@ -7947,7 +7954,7 @@ public protocol SBUOpenChannelListViewModelDelegate : SendbirdUIKit.SBUBaseChann
public var channelListQuery: SendbirdChatSDK.OpenChannelListQuery? {
get
}
- public init(delegate: SendbirdUIKit.SBUOpenChannelListViewModelDelegate?, channelListQuery: SendbirdChatSDK.OpenChannelListQuery?)
+ public init(delegate: (any SendbirdUIKit.SBUOpenChannelListViewModelDelegate)?, channelListQuery: SendbirdChatSDK.OpenChannelListQuery?)
@objc deinit
override public func initChannelList()
override public func loadNextChannelList(reset: Swift.Bool)
@@ -8102,14 +8109,14 @@ extension SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate {
}
extension SendbirdUIKit.SBUMessageThreadModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelModule.Header, SendbirdUIKit.SBUMessageThreadTitleViewDelegate {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate)? {
get
set
}
@objc @_Concurrency.MainActor(unsafe) public var parentMessage: SendbirdChatSDK.BaseMessage? {
get
}
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate, parentMessage: SendbirdChatSDK.BaseMessage?, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageThreadModuleHeaderDelegate, parentMessage: SendbirdChatSDK.BaseMessage?, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -8133,7 +8140,7 @@ extension SendbirdUIKit.SBUActionSheetDelegate {
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SBUActionSheet : ObjectiveC.NSObject {
- public static func show(items: [SendbirdUIKit.SBUActionSheetItem], cancelItem: SendbirdUIKit.SBUActionSheetItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: SendbirdUIKit.SBUActionSheetDelegate? = nil, dismissHandler: (() -> Swift.Void)? = nil)
+ public static func show(items: [SendbirdUIKit.SBUActionSheetItem], cancelItem: SendbirdUIKit.SBUActionSheetItem, identifier: Swift.Int = -1, oneTimetheme: SendbirdUIKit.SBUComponentTheme? = nil, delegate: (any SendbirdUIKit.SBUActionSheetDelegate)? = nil, dismissHandler: (() -> Swift.Void)? = nil)
public static func dismiss()
@objc deinit
}
@@ -8144,11 +8151,11 @@ public protocol SBUGroupChannelPushSettingsViewModelDelegate : SendbirdUIKit.SBU
public var currentTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption {
get
}
- weak public var delegate: SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate)? {
get
set
}
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, delegate: (any SendbirdUIKit.SBUGroupChannelPushSettingsViewModelDelegate)? = nil)
open func changeNotification(_ pushTriggerOption: SendbirdChatSDK.GroupChannelPushTriggerOption)
public func updateChannelPushTriggerOption()
@objc deinit
@@ -8168,8 +8175,8 @@ public protocol SBUFormViewDelegate : AnyObject {
get
}
@_Concurrency.MainActor(unsafe) public var fieldViews: [SendbirdUIKit.SBUFormFieldView]?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUFormViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFormViewParams, delegate: SendbirdUIKit.SBUFormViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUFormViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with configuration: SendbirdUIKit.SBUFormViewParams, delegate: (any SendbirdUIKit.SBUFormViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) open func createFieldView() -> SendbirdUIKit.SBUFormFieldView
@_Concurrency.MainActor(unsafe) open func createFormFieldViews(with form: SendbirdChatSDK.Form?) -> [SendbirdUIKit.SBUFormFieldView]
@_Concurrency.MainActor(unsafe) open func formFieldView(_ fieldView: SendbirdUIKit.SBUFormFieldView, didUpdate formField: SendbirdChatSDK.FormField)
@@ -8278,11 +8285,11 @@ extension SendbirdUIKit.SBUGroupChannelModule {
get
}
@objc @_Concurrency.MainActor(unsafe) public var isHighlightInfoAnimated: Swift.Bool
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelModuleListDataSource)? {
get
set
}
@@ -8290,7 +8297,7 @@ extension SendbirdUIKit.SBUGroupChannelModule {
@objc get
}
@objc @_Concurrency.MainActor(unsafe) public var voicePlayer: SendbirdUIKit.SBUVoicePlayer?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelModuleListDataSource, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) override open func updateStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme = SBUTheme.componentTheme)
@@ -8333,6 +8340,7 @@ extension SendbirdUIKit.SBUGroupChannelModule.List {
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidStop(_ player: SendbirdUIKit.SBUVoicePlayer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidReset(_ player: SendbirdUIKit.SBUVoicePlayer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func voicePlayerDidUpdatePlayTime(_ player: SendbirdUIKit.SBUVoicePlayer, time: Foundation.TimeInterval)
+ @objc @_Concurrency.MainActor(unsafe) dynamic public func updateStreamMessage(_ message: SendbirdChatSDK.BaseMessage)
}
public protocol SBUGroupChannelModuleInputDelegate : SendbirdUIKit.SBUBaseChannelModuleInputDelegate {
func groupChannelModule(_ inputComponent: SendbirdUIKit.SBUGroupChannelModule.Input, didPickFileData fileData: Foundation.Data?, fileName: Swift.String, mimeType: Swift.String, parentMessage: SendbirdChatSDK.BaseMessage?)
@@ -8355,17 +8363,17 @@ extension SendbirdUIKit.SBUGroupChannelModule {
@objc @_Concurrency.MainActor(unsafe) public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelModuleInputDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelModuleInputDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelModuleInputDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelModuleInputDataSource)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource?
+ @_Concurrency.MainActor(unsafe) weak public var mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)?
@objc @_Concurrency.MainActor(unsafe) public var mentionManager: SendbirdUIKit.SBUMentionManager?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelModuleInputDelegate, dataSource: SendbirdUIKit.SBUGroupChannelModuleInputDataSource, mentionManagerDataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelModuleInputDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelModuleInputDataSource, mentionManagerDataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupLayouts()
@_Concurrency.MainActor(unsafe) @objc override open func pickImageFile(info: [UIKit.UIImagePickerController.InfoKey : Any])
@@ -8533,7 +8541,7 @@ extension SendbirdUIKit.SBUOpenChannelViewController {
public protocol SBUBaseChannelListViewModelDelegate : SendbirdUIKit.SBUCommonViewModelDelegate {
}
@objc open class SBUBaseChannelListViewModel : ObjectiveC.NSObject {
- public init(delegate: SendbirdUIKit.SBUBaseChannelListViewModelDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUBaseChannelListViewModelDelegate)?)
@objc deinit
public func initChannelList()
public func loadNextChannelList(reset: Swift.Bool)
@@ -8636,7 +8644,7 @@ public protocol SBUGroupChannelListModuleHeaderDelegate : SendbirdUIKit.SBUBaseC
extension SendbirdUIKit.SBUGroupChannelListModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelListModule.Header {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUGroupChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate)? {
get
set
}
@@ -8645,7 +8653,7 @@ extension SendbirdUIKit.SBUGroupChannelListModule {
@available(*, unavailable, renamed: "SBUGroupChannelListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUGroupChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelListModuleHeaderDelegate, theme: SendbirdUIKit.SBUGroupChannelListTheme)
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUGroupChannelListTheme? = nil)
}
}
@@ -8866,7 +8874,7 @@ open class SBUInviteUserModule {
@objc @_Concurrency.MainActor(unsafe) public var formViews: [SendbirdUIKit.SBUFormView]? {
get
}
- @_Concurrency.MainActor(unsafe) open var extendedMessagePayloadCustomViewFactory: SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal.Type? {
+ @_Concurrency.MainActor(unsafe) open var extendedMessagePayloadCustomViewFactory: (any SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal.Type)? {
get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func setupViews()
@@ -8982,11 +8990,11 @@ public protocol SBUGroupChannelSettingsModuleHeaderDataSource : SendbirdUIKit.SB
}
extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelSettingsModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource)? {
get
set
}
@@ -8995,7 +9003,7 @@ extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@available(*, unavailable, renamed: "SBUGroupChannelSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate, dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelSettingsModuleHeaderDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@@ -9090,11 +9098,11 @@ public protocol SBUOpenChannelListModuleListDataSource : SendbirdUIKit.SBUBaseCh
extension SendbirdUIKit.SBUOpenChannelListModule {
@_inheritsConvenienceInitializers @objc(SBUOpenChannelListModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelListModule.List {
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUOpenChannelListTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelListModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelListModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUOpenChannelListModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUOpenChannelListModuleListDataSource)? {
get
set
}
@@ -9106,7 +9114,7 @@ extension SendbirdUIKit.SBUOpenChannelListModule {
@available(*, unavailable, renamed: "SBUOpenChannelListModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelListModuleListDelegate, dataSource: SendbirdUIKit.SBUOpenChannelListModuleListDataSource, theme: SendbirdUIKit.SBUOpenChannelListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelListModuleListDelegate, dataSource: any SendbirdUIKit.SBUOpenChannelListModuleListDataSource, theme: SendbirdUIKit.SBUOpenChannelListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUOpenChannelListTheme? = nil)
}
@@ -9134,7 +9142,7 @@ public protocol SBUMentionManagerDataSource : AnyObject {
public var defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]
public var mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]
@objc override dynamic public init()
- public func configure(delegate: SendbirdUIKit.SBUMentionManagerDelegate? = nil, dataSource: SendbirdUIKit.SBUMentionManagerDataSource? = nil, defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil, mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil)
+ public func configure(delegate: (any SendbirdUIKit.SBUMentionManagerDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUMentionManagerDataSource)? = nil, defaultTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil, mentionTextAttributes: [Foundation.NSAttributedString.Key : Any]? = nil)
@discardableResult
public func addMention(at textView: UIKit.UITextView, user: SendbirdUIKit.SBUUser) -> Swift.Bool
public func clearMentions(_ mentions: [SendbirdUIKit.SBUMention], with replaceText: Swift.String = "", on textView: UIKit.UITextView, at range: Foundation.NSRange)
@@ -9201,7 +9209,7 @@ public protocol SBUMessageThreadViewControllerDelegate : AnyObject {
@objc get
@objc set
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageThreadViewControllerDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageThreadViewControllerDelegate)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public var channel: SendbirdChatSDK.GroupChannel? {
@objc get
}
@@ -9210,14 +9218,14 @@ public protocol SBUMessageThreadViewControllerDelegate : AnyObject {
}
@available(*, unavailable)
@_Concurrency.MainActor(unsafe) required public init(channelURL: Swift.String, startingPoint: Swift.Int64? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil)
- @_Concurrency.MainActor(unsafe) required public init(channel: SendbirdChatSDK.GroupChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = nil, delegate: SendbirdUIKit.SBUMessageThreadViewControllerDelegate? = nil, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
+ @_Concurrency.MainActor(unsafe) required public init(channel: SendbirdChatSDK.GroupChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = nil, delegate: (any SendbirdUIKit.SBUMessageThreadViewControllerDelegate)? = nil, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, voiceFileInfos: [Swift.String : SendbirdUIKit.SBUVoiceFileInfo]? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic open var preferredStatusBarStyle: UIKit.UIStatusBarStyle {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
- @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override open func applicationWillResignActivity()
@_Concurrency.MainActor(unsafe) @objc override open func willPresentSubview()
@objc deinit
@@ -9306,8 +9314,8 @@ public struct SBUFileData {
@objc set
}
@objc @_Concurrency.MainActor(unsafe) public var bottomView: UIKit.UIView
- @_Concurrency.MainActor(unsafe) required convenience public init(fileMessage: SendbirdChatSDK.FileMessage, delegate: SendbirdUIKit.SBUFileViewControllerDelegate?)
- @_Concurrency.MainActor(unsafe) required public init(fileData: SendbirdUIKit.SBUFileData, delegate: SendbirdUIKit.SBUFileViewControllerDelegate?)
+ @_Concurrency.MainActor(unsafe) required convenience public init(fileMessage: SendbirdChatSDK.FileMessage, delegate: (any SendbirdUIKit.SBUFileViewControllerDelegate)?)
+ @_Concurrency.MainActor(unsafe) required public init(fileData: SendbirdUIKit.SBUFileData, delegate: (any SendbirdUIKit.SBUFileViewControllerDelegate)?)
@available(*, unavailable, renamed: "init(params:delegate:)")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@@ -9394,14 +9402,14 @@ public protocol SBUVoiceRecorderDelegate : AnyObject {
public var progressTimer: Foundation.Timer? {
get
}
- public init(delegate: SendbirdUIKit.SBUVoiceRecorderDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUVoiceRecorderDelegate)?)
@objc deinit
@discardableResult
public func record() -> Swift.Bool
public func stop()
public func resetRecorder()
@objc public func audioRecorderDidFinishRecording(_ recorder: AVFAudio.AVAudioRecorder, successfully success: Swift.Bool)
- @objc public func audioRecorderEncodeErrorDidOccur(_ recorder: AVFAudio.AVAudioRecorder, error: Swift.Error?)
+ @objc public func audioRecorderEncodeErrorDidOccur(_ recorder: AVFAudio.AVAudioRecorder, error: (any Swift.Error)?)
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class SBUBaseFileContentView : SendbirdUIKit.SBUView {
@SendbirdUIKit.SBUThemeWrapper @_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageCellTheme {
@@ -9512,7 +9520,7 @@ public protocol SBUVoicePlayerDelegate : AnyObject {
public var progressTimer: Foundation.Timer? {
get
}
- public init(delegate: SendbirdUIKit.SBUVoicePlayerDelegate?)
+ public init(delegate: (any SendbirdUIKit.SBUVoicePlayerDelegate)?)
public func configure(voiceFileInfo: SendbirdUIKit.SBUVoiceFileInfo)
@objc deinit
public func play(fromTime time: Foundation.TimeInterval = 0)
@@ -9521,7 +9529,7 @@ public protocol SBUVoicePlayerDelegate : AnyObject {
public func resetPlayer()
public func updatePlaybackRate(_ rate: Swift.Float)
@objc public func audioPlayerDidFinishPlaying(_ player: AVFAudio.AVAudioPlayer, successfully success: Swift.Bool)
- @objc public func audioPlayerDecodeErrorDidOccur(_ player: AVFAudio.AVAudioPlayer, error: Swift.Error?)
+ @objc public func audioPlayerDecodeErrorDidOccur(_ player: AVFAudio.AVAudioPlayer, error: (any Swift.Error)?)
}
public protocol SBUOpenChannelModuleMediaDelegate : AnyObject {
func openChannelModule(_ mediaComponent: SendbirdUIKit.SBUOpenChannelModule.Media, didTapMediaView mediaView: UIKit.UIView)
@@ -9530,8 +9538,8 @@ extension SendbirdUIKit.SBUOpenChannelModule {
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class Media : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public var mediaView: UIKit.UIView
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelModuleMediaDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelModuleMediaDelegate, theme: SendbirdUIKit.SBUChannelTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelModuleMediaDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelModuleMediaDelegate, theme: SendbirdUIKit.SBUChannelTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelTheme? = nil)
@@ -9553,11 +9561,11 @@ public protocol SBUGroupChannelSettingsModuleListDataSource : SendbirdUIKit.SBUB
}
extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@_inheritsConvenienceInitializers @objc(SBUGroupChannelSettingsModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseChannelSettingsModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource)? {
get
set
}
@@ -9569,7 +9577,7 @@ extension SendbirdUIKit.SBUGroupChannelSettingsModule {
@available(*, unavailable, renamed: "SBUGroupChannelSettingsModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate, dataSource: SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUGroupChannelSettingsModuleListDelegate, dataSource: any SendbirdUIKit.SBUGroupChannelSettingsModuleListDataSource, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc override open func setupViews()
@_Concurrency.MainActor(unsafe) @objc override open func setupItems()
@_Concurrency.MainActor(unsafe) open func createModerationsItem() -> SendbirdUIKit.SBUChannelSettingItem
@@ -9607,13 +9615,13 @@ extension SendbirdUIKit.SBUMessageSearchModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUMessageSearchTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUMessageSearchModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUMessageSearchModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate, theme: SendbirdUIKit.SBUMessageSearchTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUMessageSearchModuleHeaderDelegate, theme: SendbirdUIKit.SBUMessageSearchTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUMessageSearchTheme? = nil)
@@ -9672,8 +9680,8 @@ public protocol SBUSuggestedReplyOptionViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var text: Swift.String? {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(with optionText: Swift.String, delegate: SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate? = nil)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(with optionText: Swift.String, delegate: (any SendbirdUIKit.SBUSuggestedReplyOptionViewDelegate)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
@@ -10592,7 +10600,7 @@ public protocol SBUUserMessageTextViewDelegate : AnyObject {
@_Concurrency.MainActor(unsafe) public var needsToRemoveMargin: Swift.Bool {
get
}
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserMessageTextViewDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserMessageTextViewDelegate)?
@_Concurrency.MainActor(unsafe) public var textTopConstraint: UIKit.NSLayoutConstraint?
@_Concurrency.MainActor(unsafe) public var textBottomConstraint: UIKit.NSLayoutConstraint?
@_Concurrency.MainActor(unsafe) public var textLeftConstraint: UIKit.NSLayoutConstraint?
@@ -10631,13 +10639,13 @@ extension SendbirdUIKit.SBUModerationsModule {
@objc set
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUChannelSettingsTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUModerationsModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUModerationsModuleHeaderDelegate)?
@available(*, unavailable, renamed: "SBUModerationsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@available(*, unavailable, renamed: "SBUModerationsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUModerationsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUModerationsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUChannelSettingsTheme? = nil)
@@ -10831,8 +10839,8 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
}
@_Concurrency.MainActor(unsafe) public var channelNameInputField: SendbirdUIKit.SBUUnderLineTextField
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUCreateOpenChannelTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate?
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate?, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate)?
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: (any SendbirdUIKit.SBUCreateOpenChannelModuleProfileInputDelegate)?, theme: SendbirdUIKit.SBUCreateOpenChannelTheme)
@_Concurrency.MainActor(unsafe) open func setupViews()
@_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUCreateOpenChannelTheme? = nil)
@@ -10912,7 +10920,7 @@ extension SendbirdUIKit.SBUCreateOpenChannelModule {
@_Concurrency.MainActor(unsafe) @objc override public func setupStyles()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLayoutSubviews()
- @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: UIKit.UIViewControllerTransitionCoordinator)
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
@objc @_Concurrency.MainActor(unsafe) public func setUserProfileTapGesture(_ user: SendbirdUIKit.SBUUser)
@@ -10988,11 +10996,11 @@ extension SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal {
public protocol SBUExtendedMessagePayloadCustomViewFactory : SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactoryInternal {
associatedtype ViewData : Swift.Decodable
static func makeCustomView(_ data: Self.ViewData, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
- static func errorHandler(_ error: Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
+ static func errorHandler(_ error: any Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
}
extension SendbirdUIKit.SBUExtendedMessagePayloadCustomViewFactory {
public static func makeCustomView(message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
- public static func errorHandler(_ error: Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
+ public static func errorHandler(_ error: any Swift.Error, message: SendbirdChatSDK.BaseMessage?) -> UIKit.UIView?
}
public protocol SBUMessageThreadViewModelDataSource : SendbirdUIKit.SBUBaseChannelViewModelDataSource {
}
@@ -11004,11 +11012,11 @@ public protocol SBUMessageThreadViewModelDelegate : SendbirdUIKit.SBUBaseChannel
func messageThreadViewModel(_ viewModel: SendbirdUIKit.SBUMessageThreadViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
}
@objc open class SBUMessageThreadViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUMessageThreadViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUMessageThreadViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUMessageThreadViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUMessageThreadViewModelDataSource)? {
get
set
}
@@ -11019,7 +11027,7 @@ public protocol SBUMessageThreadViewModelDelegate : SendbirdUIKit.SBUBaseChannel
get
}
public var sendMultipleFilesMessageCompletionHandler: SendbirdChatSDK.MultipleFilesMessageHandler?
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = 0, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: SendbirdUIKit.SBUMessageThreadViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUMessageThreadViewModelDataSource? = nil)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, parentMessage: SendbirdChatSDK.BaseMessage? = nil, parentMessageId: Swift.Int64? = 0, threadedMessageListParams: SendbirdChatSDK.ThreadedMessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: (any SendbirdUIKit.SBUMessageThreadViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUMessageThreadViewModelDataSource)? = nil)
@objc deinit
public func loadChannelAndMessages(channelURL: Swift.String?)
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
@@ -11138,7 +11146,7 @@ extension SendbirdUIKit.SBUUserListModule {
}
@_Concurrency.MainActor(unsafe) public var theme: SendbirdUIKit.SBUUserListTheme?
@_Concurrency.MainActor(unsafe) public var componentTheme: SendbirdUIKit.SBUComponentTheme?
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUUserListModuleHeaderDelegate?
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUUserListModuleHeaderDelegate)?
@objc @_Concurrency.MainActor(unsafe) public var channelType: SendbirdChatSDK.ChannelType
@_Concurrency.MainActor(unsafe) public var userListType: SendbirdUIKit.ChannelUserListType {
get
@@ -11148,7 +11156,7 @@ extension SendbirdUIKit.SBUUserListModule {
@available(*, unavailable, renamed: "SBUUserListModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUUserListModuleHeaderDelegate, userListType: SendbirdUIKit.ChannelUserListType, channelType: SendbirdChatSDK.ChannelType = .group, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUUserListModuleHeaderDelegate, userListType: SendbirdUIKit.ChannelUserListType, channelType: SendbirdChatSDK.ChannelType = .group, theme: SendbirdUIKit.SBUUserListTheme, componentTheme: SendbirdUIKit.SBUComponentTheme)
@objc @_Concurrency.MainActor(unsafe) open func setupViews()
@objc @_Concurrency.MainActor(unsafe) open func setupLayouts()
@_Concurrency.MainActor(unsafe) open func setupStyles(theme: SendbirdUIKit.SBUUserListTheme? = nil, componentTheme: SendbirdUIKit.SBUComponentTheme? = nil)
@@ -11278,7 +11286,7 @@ public enum SBUReplyType : Swift.Int, Swift.Codable {
public var filterValue: SendbirdChatSDK.ReplyType {
get
}
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -11289,7 +11297,7 @@ public enum SBUThreadReplySelectType : Swift.Int, Swift.Codable {
case none
case parent
case thread
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -11302,18 +11310,19 @@ public protocol SBUGroupChannelViewModelDataSource : SendbirdUIKit.SBUBaseChanne
public protocol SBUGroupChannelViewModelDelegate : SendbirdUIKit.SBUBaseChannelViewModelDelegate {
func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveSuggestedMentions members: [SendbirdUIKit.SBUUser]?)
func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didFinishUploadingFileAt index: Swift.Int, multipleFilesMessageRequestId requestId: Swift.String)
+ func groupChannelViewModel(_ viewModel: SendbirdUIKit.SBUGroupChannelViewModel, didReceiveStreamMessage message: SendbirdChatSDK.BaseMessage, forChannel channel: SendbirdChatSDK.GroupChannel)
}
@objc open class SBUGroupChannelViewModel : SendbirdUIKit.SBUBaseChannelViewModel {
- weak public var delegate: SendbirdUIKit.SBUGroupChannelViewModelDelegate? {
+ weak public var delegate: (any SendbirdUIKit.SBUGroupChannelViewModelDelegate)? {
get
set
}
- weak public var dataSource: SendbirdUIKit.SBUGroupChannelViewModelDataSource? {
+ weak public var dataSource: (any SendbirdUIKit.SBUGroupChannelViewModelDataSource)? {
get
set
}
public var sendMultipleFilesMessageCompletionHandler: SendbirdChatSDK.MultipleFilesMessageHandler?
- public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: SendbirdUIKit.SBUGroupChannelViewModelDelegate? = nil, dataSource: SendbirdUIKit.SBUGroupChannelViewModelDataSource? = nil, displaysLocalCachedListFirst: Swift.Bool = false)
+ public init(channel: SendbirdChatSDK.BaseChannel? = nil, channelURL: Swift.String? = nil, messageListParams: SendbirdChatSDK.MessageListParams? = nil, startingPoint: Swift.Int64? = .max, delegate: (any SendbirdUIKit.SBUGroupChannelViewModelDelegate)? = nil, dataSource: (any SendbirdUIKit.SBUGroupChannelViewModelDataSource)? = nil, displaysLocalCachedListFirst: Swift.Bool = false)
@objc deinit
override public func loadChannel(channelURL: Swift.String, messageListParams: SendbirdChatSDK.MessageListParams? = nil, completionHandler: ((SendbirdChatSDK.BaseChannel?, SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
override public func refreshChannel()
@@ -11455,7 +11464,7 @@ public protocol SBUOpenChannelSettingsModuleHeaderDelegate : SendbirdUIKit.SBUBa
}
extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@objc @_inheritsConvenienceInitializers @objcMembers @_Concurrency.MainActor(unsafe) open class Header : SendbirdUIKit.SBUBaseChannelSettingsModule.Header {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate)? {
get
set
}
@@ -11464,7 +11473,7 @@ extension SendbirdUIKit.SBUOpenChannelSettingsModule {
@available(*, unavailable, renamed: "SBUOpenChannelSettingsModule.Header()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUOpenChannelSettingsModuleHeaderDelegate, theme: SendbirdUIKit.SBUChannelSettingsTheme)
@_Concurrency.MainActor(unsafe) @objc public func didUpdateTitleView()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateLeftItem()
@_Concurrency.MainActor(unsafe) @objc public func didUpdateRightItem()
@@ -11521,11 +11530,11 @@ public protocol SBUCreateChannelModuleListDataSource : SendbirdUIKit.SBUBaseSele
}
extension SendbirdUIKit.SBUCreateChannelModule {
@_inheritsConvenienceInitializers @objc(SBUCreateChannelModuleList) @objcMembers @_Concurrency.MainActor(unsafe) open class List : SendbirdUIKit.SBUBaseSelectUserModule.List {
- @_Concurrency.MainActor(unsafe) weak public var delegate: SendbirdUIKit.SBUCreateChannelModuleListDelegate? {
+ @_Concurrency.MainActor(unsafe) weak public var delegate: (any SendbirdUIKit.SBUCreateChannelModuleListDelegate)? {
get
set
}
- @_Concurrency.MainActor(unsafe) weak public var dataSource: SendbirdUIKit.SBUCreateChannelModuleListDataSource? {
+ @_Concurrency.MainActor(unsafe) weak public var dataSource: (any SendbirdUIKit.SBUCreateChannelModuleListDataSource)? {
get
set
}
@@ -11534,7 +11543,7 @@ extension SendbirdUIKit.SBUCreateChannelModule {
@available(*, unavailable, renamed: "SBUCreateChannelModule.List()")
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@objc deinit
- @_Concurrency.MainActor(unsafe) open func configure(delegate: SendbirdUIKit.SBUCreateChannelModuleListDelegate, dataSource: SendbirdUIKit.SBUCreateChannelModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
+ @_Concurrency.MainActor(unsafe) open func configure(delegate: any SendbirdUIKit.SBUCreateChannelModuleListDelegate, dataSource: any SendbirdUIKit.SBUCreateChannelModuleListDataSource, theme: SendbirdUIKit.SBUUserListTheme)
@_Concurrency.MainActor(unsafe) @objc override open func configureCell(_ cell: UIKit.UITableViewCell?, indexPath: Foundation.IndexPath)
}
}
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/PrivacyInfo.xcprivacy b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 00000000..dbcccdcb
--- /dev/null
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,44 @@
+
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypePhotosorVideos
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeAudioData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+
+
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SBUMenuCell.nib b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SBUMenuCell.nib
index c0e30e40..01fcbc7e 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SBUMenuCell.nib and b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SBUMenuCell.nib differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/objects-12.3+.nib b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/objects-12.3+.nib
index 37a808cf..d2e4f248 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/objects-12.3+.nib and b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/runtime.nib b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/runtime.nib
index 0bd01cae..88a12473 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/runtime.nib and b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SBUReactionCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SendbirdUIKit b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SendbirdUIKit
index 482e70d6..1c3f8f20 100755
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SendbirdUIKit and b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/SendbirdUIKit differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/_CodeSignature/CodeResources b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/_CodeSignature/CodeResources
index 13dac887..4ac529c8 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/_CodeSignature/CodeResources
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/SendbirdUIKit.framework/_CodeSignature/CodeResources
@@ -6,11 +6,11 @@
Assets.car
- 7oNftyyC1C+ZMAxigzZC+hRr5yQ=
+ mY0NT6wtHAw42ijcgc1Id/bjiJY=
Base.xcconfig
- HvzWOoZTIPOBWwwPKVQgynLXFhM=
+ vmY7KCOBrlFpKfp/zwNTCFo2Sy0=
Debug.xcconfig
@@ -18,71 +18,75 @@
Headers/SendbirdUIKit-Swift.h
- Ovjnqr+SzX2DtKfe3rvsuN671A0=
+ dcG3dm3H8acvMTs5fzLaAo9VS0A=
Info.plist
- N6uj8lNiqXXgkvtzSCBoJKdUH/w=
+ stmHOAbQCSMYky+AIK68jmubQ5I=
Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.abi.json
- OyDP+icTocBQcf8eZxIOQqBExAo=
+ //gKNn6SgHWYaevW9fXsU6p2344=
Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
- 0TvdSExPBfkl2Wydj+bdsGtezgg=
+ TNhdYMz0Ydw29Z+NKHbt7czaLfs=
Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc
- PEyNI8IhISZ/reCfCIG2Dd6dEtQ=
+ E2NfkrYXpXPH66Y+WUcmdL8G/vc=
Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface
- 0TvdSExPBfkl2Wydj+bdsGtezgg=
+ TNhdYMz0Ydw29Z+NKHbt7czaLfs=
Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftmodule
- XaLKLUEzctQyAhcG0WpjG8hKfmI=
+ mEhZdlDguhlAdoBYllAsEZo07eE=
Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.abi.json
- OyDP+icTocBQcf8eZxIOQqBExAo=
+ //gKNn6SgHWYaevW9fXsU6p2344=
Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
- 4MlEN748zvM2Ym784DO7GV28gJg=
+ 2D77GzOxPSAcRNFlBAKHRLGuz4A=
Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
- 4QRe2Cj4+JUZoQZDZy96QR0r4s4=
+ +UblY8cu8aAbYlze1ChpKm+Fzy0=
Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- 4MlEN748zvM2Ym784DO7GV28gJg=
+ 2D77GzOxPSAcRNFlBAKHRLGuz4A=
Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- Zl2tuMIEED6+EZCxiTAZCcd08VM=
+ bLWVQg7LORxF3AVAAaiMEXB5DRY=
Modules/module.modulemap
iFdWm+3tEBHBjiLUICuhXDuRs4I=
+ PrivacyInfo.xcprivacy
+
+ m84Sba62w0TmegNV6CtzxyZ+0KE=
+
Release.xcconfig
RYdajf864Q9hZ3KWXyrfkBy069s=
SBUMenuCell.nib
- N9QbHlRYfV5zQU31sbOJZ2fRktc=
+ P7BCsW1kkYPYeuEeflaYw8xze1s=
SBUReactionCollectionViewCell.nib/objects-12.3+.nib
- K0+cKP4Z/4m/N1FbP0I3DyQ9nsw=
+ w7lywKc+gSzma+JK/p+tSYLIZIw=
SBUReactionCollectionViewCell.nib/runtime.nib
- VgsZ9X2LNhE+MXQrrRvKpHSO9hI=
+ LYxamtW8VUv6YEix3/Jh78f1Zqs=
files2
@@ -91,14 +95,14 @@
hash2
- EjunPEtX5D10gwgAOXF3KKxKRxHwDtrLk21bjdpTH2o=
+ cqP6Iptt2fPPJWntrRhCtCjsxVL04IX+Gcgi/5w6IOQ=
Base.xcconfig
hash2
- dBNkjNVaJkabg6GN+Fs0B/UmH7jISKxIty1Go8w63Es=
+ chpPenC3xhCKKTffA9Q6XexIvMICPXQyPwC+7lcv3A4=
Debug.xcconfig
@@ -112,77 +116,77 @@
hash2
- 9Fa/uUfa8BQ33Uq+XPHOaS7CT5JVIyt26HEHA1uC+Go=
+ 9WXBQe4OoQzL3Ld65Aew2y8/WH9ti3OlV5fAluMw6lg=
Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.abi.json
hash2
- 1jqt+P7cXR3PSW0lWhqD5Pj1kZgLwLe6RiUS5b7rxxs=
+ kUraRGIbdhghYAOpJpg86hZGEa2/F523sl+5DABZ7uk=
Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
hash2
- uXl6XnsuLFllPBNM4Yadg2l9pGLx7sVcLIZT0DFh12E=
+ KCYmsuVHZGxQaQn7c/OfsNiKRoqyxAnPhWuByAfokaw=
Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc
hash2
- swnEFveCXyvGibkgQuUQVdg12hUWtDh2qOSTVFuVKo4=
+ TYff9ddtAIlzpQ0UfX5Gr4iWAkpXmGzaGZENiEO83Gw=
Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface
hash2
- uXl6XnsuLFllPBNM4Yadg2l9pGLx7sVcLIZT0DFh12E=
+ KCYmsuVHZGxQaQn7c/OfsNiKRoqyxAnPhWuByAfokaw=
Modules/SendbirdUIKit.swiftmodule/arm64-apple-ios-simulator.swiftmodule
hash2
- MEIxKQ66RmKjXMXzEowmkNl4GI3v6o814kd1PiD1g2k=
+ hMmaknlxHVGcqUXw0uNxDUfP67wzouIKThB7ek6yCsI=
Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.abi.json
hash2
- 1jqt+P7cXR3PSW0lWhqD5Pj1kZgLwLe6RiUS5b7rxxs=
+ kUraRGIbdhghYAOpJpg86hZGEa2/F523sl+5DABZ7uk=
Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
hash2
- /0eYB6525Kys3Ovm2YL2hPrL+0yPUlBHQHr99vUq0+Q=
+ RCUuohy8XxwqYc3zenx5MLXw66zJpeXbOeyGYU/Gk+c=
Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
hash2
- o+FIaocx3w76pszze/W0xgCOLBTWKQkUa/YhyHrKnCc=
+ 7+dAsKw09htTvaHpexdIId2tis85nK/YTZERYpb3ebo=
Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
hash2
- /0eYB6525Kys3Ovm2YL2hPrL+0yPUlBHQHr99vUq0+Q=
+ RCUuohy8XxwqYc3zenx5MLXw66zJpeXbOeyGYU/Gk+c=
Modules/SendbirdUIKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- 71umqFOg53IPol4vBIWoxsvAjlz0ZVUTpQT9458fFfw=
+ lunY9tME4exLpPGH1AAu15B8LLGBljRj0EfrQd4lT98=
Modules/module.modulemap
@@ -192,6 +196,13 @@
BrrLERZ3pi+SK5IVzpHLgd92/Pw+ty9gVx8jY8IwDME=
+ PrivacyInfo.xcprivacy
+
+ hash2
+
+ 5QsGHknkc111603H153BF6zrrk+ss9CwIAiz+3Bm+Sw=
+
+
Release.xcconfig
hash2
@@ -203,21 +214,21 @@
hash2
- 8yTQdVyPxd+SZM+QpxZEefQXEdVEj1z2ns1OVA3fqyM=
+ OLLYRrvgFH1wZQkLNewdwkPbB/Jb7sI7an/jTGOpMk4=
SBUReactionCollectionViewCell.nib/objects-12.3+.nib
hash2
- wCj89+Vg+31kihnMfeQhsTsatxp80vpSSDGQ6HRZ12k=
+ D7RUBFj3blCVRNQEQE0lF7kzwWC4OllsiEQn8uopIXI=
SBUReactionCollectionViewCell.nib/runtime.nib
hash2
- cMpPtt/5qR153i/zAFbARA48lUYFgj19gOYW1/MBnAQ=
+ Soh3hZEP90E9UW1jZLb3IXCJtPQj7zwCvOax+z2H2U0=
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Info.plist b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Info.plist
index a437fc8d..e1223234 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Info.plist
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Info.plist
@@ -13,7 +13,7 @@
CFBundleSignature
????
CFBundleShortVersionString
- 3.19.1
+ 3.20.0
CFBundleVersion
1
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/DWARF/SendbirdUIKit b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/DWARF/SendbirdUIKit
index 60b41316..03e2a96a 100644
Binary files a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/DWARF/SendbirdUIKit and b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/DWARF/SendbirdUIKit differ
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/aarch64/SendbirdChatSDK.swiftinterface b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/aarch64/SendbirdChatSDK.swiftinterface
index 7be80656..cfe9d250 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/aarch64/SendbirdChatSDK.swiftinterface
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/aarch64/SendbirdChatSDK.swiftinterface
@@ -1,13 +1,16 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdChatSDK
+// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
+// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name SendbirdChatSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
import CommonCrypto
+import CoreFoundation
import CoreGraphics
import Foundation
+import Foundation/*.Data*/
import MobileCoreServices
import Network
import SQLite3
+import Security
import Swift
import SwiftUI
import SystemConfiguration
@@ -16,6 +19,8 @@ import UIKit
import UserNotifications
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
+import zlib
extension SendbirdChatSDK.GroupChannelListQuery {
@available(*, unavailable, renamed: "myMemberStateFilter")
@objc dynamic public var memberStateFilter: SendbirdChatSDK.MyMemberStateFilter {
@@ -92,9 +97,6 @@ extension SendbirdChatSDK.GroupChannelListQuery {
@objc public init(builder: (SendbirdChatSDK.PollVoterListQueryParams) -> Swift.Void)
@objc deinit
}
-extension SendbirdChatSDK.PollVoterListQueryParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
-}
@_hasMissingDesignatedInitializers @objc(SBDBaseMessage) open class BaseMessage : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying, Swift.Identifiable {
@objc open var id: Swift.AnyHashable {
@objc get
@@ -204,8 +206,8 @@ extension SendbirdChatSDK.PollVoterListQueryParams : Swift.Encodable {
get
}
@objc final public let notificationEventDeadline: Swift.Int64
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public typealias ID = Swift.AnyHashable
@objc deinit
}
@@ -300,8 +302,8 @@ extension SendbirdChatSDK.PublicGroupChannelListQuery {
@objc open var isDefault: Swift.Bool {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDUnreadMessageCount) open class UnreadMessageCount : ObjectiveC.NSObject {
@@ -347,8 +349,8 @@ extension SendbirdChatSDK.ApplicationUserListQuery {
@objc final public let mimeType: Swift.String?
@objc final public let fileSize: Swift.UInt
@objc public var thumbnails: [SendbirdChatSDK.Thumbnail]?
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
}
@@ -379,8 +381,8 @@ extension SendbirdChatSDK.MessageReviewStatus : Swift.RawRepresentable, Swift.Co
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPushTokenRegistrationStatus) public enum PushTokenRegistrationStatus : Swift.Int {
case success = 0
@@ -402,8 +404,8 @@ extension SendbirdChatSDK.PushNotificationDeliveryOption : Swift.RawRepresentabl
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPushTriggerOption) public enum PushTriggerOption : Swift.Int {
case all = 0
@@ -416,8 +418,8 @@ extension SendbirdChatSDK.PushTriggerOption : Swift.RawRepresentable, Swift.Coda
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendbirdChatSDK.MessageCollection : SendbirdChatSDK.GroupChannelDelegate {
@objc dynamic open func channel(_ channel: SendbirdChatSDK.BaseChannel, didReceive message: SendbirdChatSDK.BaseMessage)
@@ -483,7 +485,7 @@ extension SendbirdChatSDK.MessageCollection : SendbirdChatSDK.GroupChannelDelega
@objc public var preferredLanguages: [Swift.String]?
@objc public var discoveryKeys: [Swift.String]?
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.MessageCollection : SendbirdChatSDK.ConnectionDelegate {
@@ -597,8 +599,8 @@ extension SendbirdChatSDK.PreviousMessageListQuery {
@objc open var metaData: [Swift.String : Swift.String] {
@objc get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public typealias ID = Swift.String
@objc deinit
}
@@ -620,15 +622,15 @@ extension SendbirdChatSDK.BaseChannel {
@objc public var isMuted: Swift.Bool {
get
}
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.PreviousMessageListQuery {
@available(*, unavailable, message: "Use `loadNextPage(completionHandler:)` instead")
@objc dynamic public func loadPreviousMessages(limit: Swift.UInt, reverse: Swift.Bool, completionHandler: @escaping SendbirdChatSDK.MessageListHandler)
@available(*, unavailable, renamed: "loadNextPage(completionHandler:)")
- @objc dynamic public func load(completionHandler: (([SendbirdChatSDK.BaseMessage]?, Swift.Error?) -> Swift.Void)? = nil)
+ @objc dynamic public func load(completionHandler: (([SendbirdChatSDK.BaseMessage]?, (any Swift.Error)?) -> Swift.Void)? = nil)
}
@objc(SBDCollectionEventSource) public enum CollectionEventSource : Swift.Int, Swift.Codable {
case messageChangelog = 0
@@ -754,12 +756,12 @@ public typealias MessageTemplateHandler = (_ messageTemplate: SendbirdChatSDK.Me
public typealias MessageTemplateListHandler = (_ messageTemplateList: SendbirdChatSDK.MessageTemplateList?, _ hasMore: Swift.Bool, _ token: Swift.String?, _ error: SendbirdChatSDK.SBError?) -> Swift.Void
@objc(SBDPollUpdateEvent) public class PollUpdateEvent : ObjectiveC.NSObject {
@objc final public let poll: SendbirdChatSDK.UpdatedPoll
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class UpdatedPoll : ObjectiveC.NSObject, Swift.Codable {
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDPollVoterListQuery) public class PollVoterListQuery : ObjectiveC.NSObject {
@@ -807,9 +809,9 @@ public typealias MessageTemplateListHandler = (_ messageTemplateList: SendbirdCh
@objc public func has(_ key: SendbirdChatSDK.UnreadItemKey) -> Swift.Bool
@objc public func unsignedIntegerForKey(_ key: SendbirdChatSDK.UnreadItemKey) -> Swift.UInt
@objc override dynamic public init()
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDGroupChannelListQuery) public class GroupChannelListQuery : ObjectiveC.NSObject, Swift.Codable {
@objc public var hasNext: Swift.Bool {
@@ -821,8 +823,8 @@ public typealias MessageTemplateListHandler = (_ messageTemplateList: SendbirdCh
@objc public var limit: Swift.UInt {
@objc get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func loadNextPage(completionHandler: @escaping SendbirdChatSDK.GroupChannelListHandler)
@objc deinit
}
@@ -942,8 +944,8 @@ extension SendbirdChatSDK.GroupChannelListQuery {
@objc final public let desc: Swift.String?
@objc final public let defaultImage: SendbirdChatSDK.OGImage?
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.FeedChannel {
@objc(markAsReadWithCompletionHandler:) dynamic open func markAsRead(completionHandler: SendbirdChatSDK.SBErrorHandler?)
@@ -1007,7 +1009,7 @@ extension SendbirdChatSDK.BlockedUserListQueryParams : Foundation.NSCopying {
@objc override dynamic public init()
@objc public init(message: Swift.String? = nil)
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- override public func encode(to encoder: Swift.Encoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDUserMessage) open class UserMessage : SendbirdChatSDK.BaseMessage {
@@ -1025,8 +1027,8 @@ extension SendbirdChatSDK.BlockedUserListQueryParams : Foundation.NSCopying {
@objc public var messageReviewInfo: SendbirdChatSDK.MessageReviewInfo? {
get
}
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@discardableResult
@objc(applyPollUpdateEvent:) public func apply(pollUpdateEvent: SendbirdChatSDK.PollUpdateEvent) -> Swift.Bool
@discardableResult
@@ -1050,9 +1052,9 @@ extension SendbirdChatSDK.UserMessage {
@objc final public let userId: Swift.String
@objc final public let operation: SendbirdChatSDK.ReactionEventAction
@objc final public let updatedAt: Swift.Int64
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc extension SendbirdChatSDK.GroupChannel {
@objc dynamic open func getUnreadMemberCount(_ message: SendbirdChatSDK.BaseMessage) -> Swift.Int
@@ -1095,9 +1097,9 @@ extension SendbirdChatSDK.UserMessage {
@objc final public let alt: Swift.String?
@objc final public let width: Swift.Int
@objc final public let height: Swift.Int
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendbirdChatSDK.GroupChannel {
@objc dynamic open class func createMyGroupChannelListQuery() -> SendbirdChatSDK.GroupChannelListQuery
@@ -1164,8 +1166,8 @@ extension SendbirdChatSDK.GroupChannel {
@objc public var messageCollectionLastAccessedAt: Swift.Int64 {
get
}
- open func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ open func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc override dynamic open var description: Swift.String {
@objc get
}
@@ -1223,8 +1225,8 @@ extension SendbirdChatSDK.MemberListQuery {
get
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.Emoji : SendbirdChatSDK.Serializable {
@objc dynamic public func serialize() -> Foundation.Data?
@@ -1243,8 +1245,8 @@ extension SendbirdChatSDK.Emoji : SendbirdChatSDK.Serializable {
@objc public var emojis: [SendbirdChatSDK.Emoji] {
get
}
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
extension SendbirdChatSDK.EmojiCategory : SendbirdChatSDK.Serializable {
@@ -1259,8 +1261,8 @@ extension SendbirdChatSDK.EmojiCategory : SendbirdChatSDK.Serializable {
get
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.EmojiContainer : SendbirdChatSDK.Serializable {
@objc dynamic public func serialize() -> Foundation.Data?
@@ -1271,8 +1273,8 @@ extension SendbirdChatSDK.EmojiContainer : SendbirdChatSDK.Serializable {
@objc public var templateListToken: Swift.String
@objc public var settingsUpdatedAt: Swift.Int64
@objc public var feedChannels: [Swift.String : Swift.String]
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc public protocol Mappable {
@@ -1320,7 +1322,7 @@ extension SendbirdChatSDK.Reaction : SendbirdChatSDK.Mappable {
@objc final public let pollOptionId: Swift.Int64
@objc final public let voteCount: Swift.Int64
@objc deinit
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
@objc(SBDGroupChannelCollectionDelegate) public protocol GroupChannelCollectionDelegate {
@objc optional func channelCollection(_ collection: SendbirdChatSDK.GroupChannelCollection, context: SendbirdChatSDK.ChannelContext, addedChannels: [SendbirdChatSDK.GroupChannel])
@@ -1339,8 +1341,8 @@ extension SendbirdChatSDK.NotificationCollection : SendbirdChatSDK.ConnectionDel
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDAdminMessage) open class AdminMessage : SendbirdChatSDK.BaseMessage {
- override open func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override open func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDMessageMetaArray) public class MessageMetaArray : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying {
@@ -1350,6 +1352,8 @@ extension SendbirdChatSDK.NotificationCollection : SendbirdChatSDK.ConnectionDel
@objc public var value: [Swift.String] {
get
}
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc convenience public init(key: Swift.String)
@objc public init(key: Swift.String, value: [Swift.String]?)
@objc public func addValue(_ value: Swift.Set)
@@ -1357,8 +1361,6 @@ extension SendbirdChatSDK.NotificationCollection : SendbirdChatSDK.ConnectionDel
@objc public func removeValue(_ value: Swift.Set)
@objc(removeValueWithArray:) public func removeValue(with array: [Swift.String])
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
}
extension SendbirdChatSDK.MessageMetaArray {
@objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool
@@ -1383,15 +1385,15 @@ extension SendbirdChatSDK.GroupChannel {
public typealias SBDMain = SendbirdChatSDK.SendbirdChat
extension SendbirdChatSDK.SendbirdChat {
@available(*, unavailable, message: "`connectionDelegatesDictionary` has been removed.")
- public class var connectionDelegatesDictionary: Foundation.NSMapTable? {
+ public class var connectionDelegatesDictionary: Foundation.NSMapTable? {
get
}
@available(*, unavailable, message: "`channelDelegatesDictionary` has been removed.")
- public class var channelDelegatesDictionary: Foundation.NSMapTable? {
+ public class var channelDelegatesDictionary: Foundation.NSMapTable? {
get
}
@available(*, unavailable, message: "`userEventDelegatesDictionary` has been removed.")
- public class var userEventDelegatesDictionary: Foundation.NSMapTable? {
+ public class var userEventDelegatesDictionary: Foundation.NSMapTable? {
get
}
@available(*, unavailable, renamed: "connect(userId:completionHandler:)")
@@ -1420,7 +1422,7 @@ extension SendbirdChatSDK.SendbirdChat {
@objc dynamic public class func updateCurrentUserInfo(withNickname nickname: Swift.String?, profileImageFilePath: Swift.String?, progressHandler: ((Swift.Int64, Swift.Int64, Swift.Int64) -> Swift.Void)?, completionHandler: ((SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
}
@_hasMissingDesignatedInitializers @objc(SBDNotificationCollection) open class NotificationCollection : SendbirdChatSDK.BaseCollection {
- @objc weak open var delegate: SendbirdChatSDK.NotificationCollectionDelegate? {
+ @objc weak open var delegate: (any SendbirdChatSDK.NotificationCollectionDelegate)? {
@objc get
@objc set
}
@@ -1485,8 +1487,8 @@ extension SendbirdChatSDK.PollStatus : Swift.RawRepresentable, Swift.Codable {
get
}
public init?(rawValue: Swift.String)
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDBlockedUserListQuery) public class BlockedUserListQuery : ObjectiveC.NSObject, SendbirdChatSDK.UserListQuery {
@objc public var hasNext: Swift.Bool {
@@ -1509,16 +1511,6 @@ extension SendbirdChatSDK.BlockedUserListQuery {
@objc get
}
}
-@usableFromInline
-internal protocol _AnyDecodable {
- var value: Any { get }
- init(_ value: T?)
-}
-@usableFromInline
-internal protocol _AnyEncodable {
- var value: Any { get }
- init(_ value: T?)
-}
@_inheritsConvenienceInitializers @objc(SBDPollUpdateParams) public class PollUpdateParams : ObjectiveC.NSObject {
@objc public var title: Swift.String?
@objc public var text: Swift.String?
@@ -1536,7 +1528,7 @@ internal protocol _AnyEncodable {
@objc deinit
}
extension SendbirdChatSDK.PollUpdateParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension Swift.UInt16 : Swift.ExpressibleByUnicodeScalarLiteral {
public typealias UnicodeScalarLiteralType = Swift.UnicodeScalar
@@ -1561,8 +1553,8 @@ extension SendbirdChatSDK.FriendListQueryParams : Foundation.NSCopying {
@objc final public let replyCount: Swift.Int
@objc final public let mostRepliedUsers: [SendbirdChatSDK.User]
@objc final public let lastRepliedAt: Swift.Int64
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDFileMessageCreateParams) public class FileMessageCreateParams : SendbirdChatSDK.BaseMessageCreateParams {
@@ -1585,8 +1577,8 @@ extension SendbirdChatSDK.FriendListQueryParams : Foundation.NSCopying {
@objc public init(fileURL: Swift.String)
@objc override dynamic public init()
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDSessionDelegate) public protocol SessionDelegate {
@@ -1601,9 +1593,9 @@ extension SendbirdChatSDK.FriendListQueryParams : Foundation.NSCopying {
@objc public var name: Swift.String
@objc public var volume: Swift.Float
@objc public init(name: Swift.String = "default", volume: Swift.Float = 1.0)
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- required public init(from decoder: Swift.Decoder) throws
}
public struct DeliveryStatus {
public let channelURL: Swift.String
@@ -1619,7 +1611,7 @@ public struct DeliveryStatus {
@objc deinit
}
extension SendbirdChatSDK.PollRetrievalParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc extension SendbirdChatSDK.BaseChannel {
@objc dynamic open func addOperators(userIds: [Swift.String], completionHandler: SendbirdChatSDK.SBErrorHandler?)
@@ -1689,8 +1681,8 @@ extension SendbirdChatSDK.PollRetrievalParams : Swift.Encodable {
final public let uikitConfigInfo: SendbirdChatSDK.UIKitConfigInfo
@objc final public let multipleFilesMessageFileCountLimit: Swift.Int
@objc public func isEmojiUpdateNeeded(prevEmojiHash: Swift.String) -> Swift.Bool
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDScheduledStatusOptions) final public class ScheduledStatusOptions : ObjectiveC.NSObject, Swift.OptionSet {
@@ -1765,8 +1757,8 @@ extension SendbirdChatSDK.ApplicationUserListQueryParams : Foundation.NSCopying
@objc public var votedPollOptionIds: [Swift.Int64] {
get
}
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc public class func create(params: SendbirdChatSDK.PollCreateParams, completionHandler: @escaping SendbirdChatSDK.PollHandler)
@objc public class func get(params: SendbirdChatSDK.PollRetrievalParams, completionHandler: @escaping SendbirdChatSDK.PollHandler)
@objc deinit
@@ -1817,8 +1809,8 @@ extension SendbirdChatSDK.Poll : SendbirdChatSDK.Serializable {
}
@objc public init(file: Foundation.Data)
@objc public init(fileURL: Swift.String)
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDOperatorListQuery) public class OperatorListQuery : ObjectiveC.NSObject, SendbirdChatSDK.UserListQuery {
@@ -1837,12 +1829,22 @@ extension SendbirdChatSDK.OperatorListQuery {
@objc get
}
}
+@usableFromInline
+internal protocol _AnyDecodable {
+ var value: Any { get }
+ init(_ value: T?)
+}
+@usableFromInline
+internal protocol _AnyEncodable {
+ var value: Any { get }
+ init(_ value: T?)
+}
@objc(SBDPollOptionVoterResult) public class PollOptionVoterResult : ObjectiveC.NSObject, Swift.Codable {
@objc final public let voteCount: Swift.UInt
@objc final public let voters: [SendbirdChatSDK.User]
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
@_inheritsConvenienceInitializers @objc(SBDMemberListQueryParams) final public class MemberListQueryParams : ObjectiveC.NSObject {
@objc final public var nicknameStartsWithFilter: Swift.String?
@@ -1894,8 +1896,8 @@ extension SendbirdChatSDK.MessageListParams {
final public var lastUpdatedAt: Swift.Int64 {
get
}
- final public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ final public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDMember) public class Member : SendbirdChatSDK.User {
@@ -1917,8 +1919,8 @@ extension SendbirdChatSDK.MessageListParams {
@objc public var restrictionInfo: SendbirdChatSDK.RestrictionInfo? {
get
}
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.Member {
@@ -1958,8 +1960,8 @@ extension SendbirdChatSDK.Member {
@objc open var categories: [SendbirdChatSDK.NotificationCategory] {
get
}
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.FeedChannel {
@@ -1969,8 +1971,8 @@ extension SendbirdChatSDK.FeedChannel {
@objc final public let scheduledMessageId: Swift.Int64
@objc final public let scheduledAt: Swift.Int64
@objc public var scheduledMessageParams: SendbirdChatSDK.ScheduledBaseMessageCreateParams?
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.ScheduledInfo {
@@ -1988,8 +1990,8 @@ extension SendbirdChatSDK.ScheduledInfo {
@objc final public let updatedAt: Swift.Int64
@objc(getPollOptionWithParams:completionHandler:) public class func getPollOption(params: SendbirdChatSDK.PollOptionRetrievalParams, completionHandler: @escaping SendbirdChatSDK.PollOptionHandler)
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.PollOption {
@objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool
@@ -2093,8 +2095,8 @@ extension SendbirdChatSDK.UserConnectionStatus : Swift.RawRepresentable, Swift.C
public var rawValue: Swift.Bool? {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDReportCategory) public enum ReportCategory : Swift.Int {
case suspicious = 0
@@ -2108,8 +2110,8 @@ extension SendbirdChatSDK.ReportCategory : Swift.RawRepresentable, Swift.Codable
get
}
public init?(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDReactionEventAction) public enum ReactionEventAction : Swift.Int {
case add = 0
@@ -2121,8 +2123,8 @@ extension SendbirdChatSDK.ReactionEventAction : Swift.RawRepresentable, Swift.Co
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDLogLevel) public enum LogLevel : Swift.Int, Swift.Comparable, Swift.Codable {
case verbose
@@ -2131,8 +2133,8 @@ extension SendbirdChatSDK.ReactionEventAction : Swift.RawRepresentable, Swift.Co
case warning
case error
case none
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public static func < (lhs: SendbirdChatSDK.LogLevel, rhs: SendbirdChatSDK.LogLevel) -> Swift.Bool
public static func == (lhs: SendbirdChatSDK.LogLevel, rhs: SendbirdChatSDK.LogLevel) -> Swift.Bool
public init?(rawValue: Swift.Int)
@@ -2198,8 +2200,8 @@ extension SendbirdChatSDK.NotificationPriority : Swift.RawRepresentable, Swift.C
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendbirdChatSDK.OpenChannel {
@objc dynamic open class func createOpenChannelListQuery() -> SendbirdChatSDK.OpenChannelListQuery
@@ -2365,8 +2367,8 @@ extension SendbirdChatSDK.GroupChannel {
get
}
@objc open class func compare(channelA: SendbirdChatSDK.GroupChannel, channelB: SendbirdChatSDK.GroupChannel, order: SendbirdChatSDK.GroupChannelListOrder) -> Swift.Bool
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.GroupChannel {
@@ -2398,8 +2400,8 @@ extension SendbirdChatSDK.GroupChannel {
@_hasMissingDesignatedInitializers @objc(SBDMultipleFilesMessageCreateParams) public class MultipleFilesMessageCreateParams : SendbirdChatSDK.BaseMessageCreateParams {
@objc public var uploadableFileInfoList: [SendbirdChatSDK.UploadableFileInfo]
@objc public init(uploadableFileInfoList: [SendbirdChatSDK.UploadableFileInfo])
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
}
@@ -2434,7 +2436,7 @@ extension SendbirdChatSDK.BannedUserListQuery {
@objc public func addMentionedUserIds(_ userIds: [Swift.String])
@objc override dynamic public init()
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@objc(SBDFeedback) open class Feedback : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying {
@@ -2442,8 +2444,8 @@ extension SendbirdChatSDK.BannedUserListQuery {
@objc final public let rating: SendbirdChatSDK.Feedback.Rating
@objc final public let comment: Swift.String?
public init(id: Swift.Int64, rating: SendbirdChatSDK.Feedback.Rating, comment: Swift.String?)
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
}
@@ -2459,8 +2461,8 @@ extension SendbirdChatSDK.Feedback {
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
}
extension SendbirdChatSDK.Feedback {
@@ -2498,8 +2500,8 @@ extension SendbirdChatSDK.Feedback {
@objc public static let groupChannelUnreadMessageCount: SendbirdChatSDK.UnreadItemKey
@objc public static let groupChannelUnreadMentionCount: SendbirdChatSDK.UnreadItemKey
@objc public static let groupChannelInvitationCount: SendbirdChatSDK.UnreadItemKey
- required convenience public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required convenience public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc convenience public init(keys: [SendbirdChatSDK.UnreadItemKey])
@objc override dynamic public var hash: Swift.Int {
@objc get
@@ -2525,8 +2527,8 @@ extension SendbirdChatSDK.CountPreference : Swift.RawRepresentable, Swift.Codabl
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMentionType) public enum MentionType : Swift.Int {
case users = 0
@@ -2538,8 +2540,8 @@ extension SendbirdChatSDK.MentionType : Swift.RawRepresentable, Swift.Codable {
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMessageSendingStatus) public enum MessageSendingStatus : Swift.Int {
case none = 0
@@ -2556,8 +2558,8 @@ extension SendbirdChatSDK.MentionType : Swift.RawRepresentable, Swift.Codable {
extension SendbirdChatSDK.MessageSendingStatus : Swift.Codable {
public init(stringValue: Swift.String)
public init(rawValue: Swift.Int)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendbirdChatSDK.MessageSendingStatus : Swift.CustomDebugStringConvertible {
public var debugDescription: Swift.String {
@@ -2574,7 +2576,7 @@ extension SendbirdChatSDK.MessageSearchQueryOrder : Swift.RawRepresentable, Swif
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@objc(SBDReplyType) public enum ReplyType : Swift.Int {
case none = 0
@@ -2587,8 +2589,28 @@ extension SendbirdChatSDK.ReplyType : Swift.RawRepresentable, Swift.Codable {
get
}
public init(rawValue: Swift.String)
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+}
+public protocol SSLTrustValidator {
+ func isValid(_ trust: Security.SecTrust, domain: Swift.String?) -> Swift.Bool
+}
+open class SSLCert {
+ public init(data: Foundation.Data)
+ public init(key: Security.SecKey)
+ @objc deinit
+}
+open class SSLSecurity : SendbirdChatSDK.SSLTrustValidator {
+ public var validatedDN: Swift.Bool
+ public var validateEntireChain: Swift.Bool
+ convenience public init(usePublicKeys: Swift.Bool = false)
+ public init(certs: [SendbirdChatSDK.SSLCert], usePublicKeys: Swift.Bool)
+ open func isValid(_ trust: Security.SecTrust, domain: Swift.String?) -> Swift.Bool
+ public func extractPublicKey(_ data: Foundation.Data) -> Security.SecKey?
+ public func extractPublicKey(_ cert: Security.SecCertificate, policy: Security.SecPolicy) -> Security.SecKey?
+ public func certificateChain(_ trust: Security.SecTrust) -> [Foundation.Data]
+ public func publicKeyChain(_ trust: Security.SecTrust) -> [Security.SecKey]
+ @objc deinit
}
@objc(SBDScheduledBaseMessageCreateParams) public class ScheduledBaseMessageCreateParams : ObjectiveC.NSObject, Swift.Codable {
@objc public var scheduledAt: Swift.Int64
@@ -2608,27 +2630,27 @@ extension SendbirdChatSDK.ReplyType : Swift.RawRepresentable, Swift.Codable {
@objc public func addMentionedUserIds(_ userIds: [Swift.String])
@objc public var appleCriticalAlertOptions: SendbirdChatSDK.AppleCriticalAlertOptions?
@objc public init(scheduledAt: Swift.Int64)
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDPinnedMessage) public class PinnedMessage : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying {
@objc open var message: SendbirdChatSDK.BaseMessage? {
get
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
-@_inheritsConvenienceInitializers @objc(SBDPollData) public class PollData : ObjectiveC.NSObject, Swift.Codable {
+@objc(SBDPollData) public class PollData : ObjectiveC.NSObject, Swift.Codable {
@objc public var text: Swift.String? {
get
}
- @objc override dynamic public init()
+ @objc public init(text: Swift.String?)
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
}
@_hasMissingDesignatedInitializers @objc(SBDGroupChannelCollection) open class GroupChannelCollection : SendbirdChatSDK.BaseCollection {
@objc open var channelList: [SendbirdChatSDK.GroupChannel] {
@@ -2643,7 +2665,7 @@ extension SendbirdChatSDK.ReplyType : Swift.RawRepresentable, Swift.Codable {
@objc open var query: SendbirdChatSDK.GroupChannelListQuery {
get
}
- @objc weak open var delegate: SendbirdChatSDK.GroupChannelCollectionDelegate? {
+ @objc weak open var delegate: (any SendbirdChatSDK.GroupChannelCollectionDelegate)? {
@objc get
@objc set
}
@@ -2666,8 +2688,8 @@ extension SendbirdChatSDK.ReplyType : Swift.RawRepresentable, Swift.Codable {
@_hasMissingDesignatedInitializers @objc(SBDMessageReviewInfo) public class MessageReviewInfo : ObjectiveC.NSObject, Swift.Codable {
@objc final public let status: SendbirdChatSDK.MessageReviewStatus
@objc final public let originalMessageInfo: SendbirdChatSDK.OriginalMessageInfo?
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDOpenChannelListQueryParams) final public class OpenChannelListQueryParams : ObjectiveC.NSObject {
@@ -2772,8 +2794,8 @@ extension SendbirdChatSDK.PublicGroupChannelListQuery {
@objc(setMetaDataFilterWithKey:values:) final public func setMetaDataFilter(_ key: Swift.String, values: [Swift.String])
@objc(setMetaDataFilterWithKey:valueStartsWith:) final public func setMetaDataFilter(_ key: Swift.String, valueStartsWith value: Swift.String)
@objc deinit
- final public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ final public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.GroupChannelListQueryParams {
@objc override final public func isEqual(_ object: Any?) -> Swift.Bool
@@ -2818,8 +2840,8 @@ extension SendbirdChatSDK.MutedUserListQueryParams : Foundation.NSCopying {
@objc public var fileSize: Swift.UInt
@objc public init(scheduledAt: Swift.Int64, file: Foundation.Data)
@objc public init(scheduledAt: Swift.Int64, fileURL: Swift.String)
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDNotificationData) open class NotificationData : ObjectiveC.NSObject, Swift.Codable {
@@ -2835,8 +2857,8 @@ extension SendbirdChatSDK.MutedUserListQueryParams : Foundation.NSCopying {
@objc open var templateVariables: [Swift.String : Any] {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDPollCreateParams) public class PollCreateParams : ObjectiveC.NSObject {
@@ -2851,7 +2873,7 @@ extension SendbirdChatSDK.MutedUserListQueryParams : Foundation.NSCopying {
@objc deinit
}
extension SendbirdChatSDK.PollCreateParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDNotificationMessageStatus) public enum NotificationMessageStatus : Swift.Int {
case none = 0
@@ -2865,8 +2887,8 @@ extension SendbirdChatSDK.NotificationMessageStatus : Swift.RawRepresentable, Sw
}
public init(rawValue: Swift.Int64)
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public var rawValue: Swift.Int {
get
@@ -2896,8 +2918,8 @@ public typealias GroupChannelMemberListQuery = SendbirdChatSDK.MemberListQuery
@objc public var targetFields: [Swift.String]?
@objc override dynamic public init()
@objc public init(builder: (SendbirdChatSDK.MessageSearchQueryParams) -> Swift.Void)
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.MessageSearchQueryParams {
@@ -2928,8 +2950,8 @@ extension SendbirdChatSDK.MessageSearchQueryParams : Foundation.NSCopying {
@objc public var status: SendbirdChatSDK.PollStatus {
get
}
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
extension SendbirdChatSDK.PollDetails {
@@ -2941,7 +2963,7 @@ extension SendbirdChatSDK.PollDetails {
@objc final public let timestamp: Swift.Int64
@objc final public let messageId: Swift.Int64
@objc final public let votedOptionIds: [Swift.Int64]
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDGroupChannelChangeLogsParams) public class GroupChannelChangeLogsParams : ObjectiveC.NSObject {
@@ -3035,6 +3057,176 @@ extension SendbirdChatSDK.OpenChannel {
@objc override dynamic public init()
@objc deinit
}
+public let WebsocketDidConnectNotification: Swift.String
+public let WebsocketDidDisconnectNotification: Swift.String
+public let WebsocketDisconnectionErrorKeyName: Swift.String
+public enum CloseCode : Swift.UInt16 {
+ case normal
+ case goingAway
+ case protocolError
+ case protocolUnhandledType
+ case noStatusReceived
+ case encoding
+ case policyViolated
+ case messageTooBig
+ public init?(rawValue: Swift.UInt16)
+ public typealias RawValue = Swift.UInt16
+ public var rawValue: Swift.UInt16 {
+ get
+ }
+}
+public enum ErrorType : Swift.Error {
+ case outputStreamWriteError
+ case compressionError
+ case invalidSSLError
+ case writeTimeoutError
+ case protocolError
+ case upgradeError
+ case closeError
+ public static func == (a: SendbirdChatSDK.ErrorType, b: SendbirdChatSDK.ErrorType) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+public struct WSError : Swift.Error {
+ public let type: SendbirdChatSDK.ErrorType
+ public let message: Swift.String
+ public let code: Swift.Int
+}
+public protocol WebSocketClient : AnyObject {
+ var delegate: (any SendbirdChatSDK.WebSocketDelegate)? { get set }
+ var pongDelegate: (any SendbirdChatSDK.WebSocketPongDelegate)? { get set }
+ var disableSSLCertValidation: Swift.Bool { get set }
+ var overrideTrustHostname: Swift.Bool { get set }
+ var desiredTrustHostname: Swift.String? { get set }
+ var sslClientCertificate: SendbirdChatSDK.SSLClientCertificate? { get set }
+ var security: (any SendbirdChatSDK.SSLTrustValidator)? { get set }
+ var enabledSSLCipherSuites: [Security.SSLCipherSuite]? { get set }
+ var isConnected: Swift.Bool { get }
+ func connect()
+ func disconnect(forceTimeout: Foundation.TimeInterval?, closeCode: Swift.UInt16)
+ func write(string: Swift.String, completion: (() -> ())?)
+ func write(data: Foundation.Data, completion: (() -> ())?)
+ func write(ping: Foundation.Data, completion: (() -> ())?)
+ func write(pong: Foundation.Data, completion: (() -> ())?)
+}
+extension SendbirdChatSDK.WebSocketClient {
+ public func write(string: Swift.String)
+ public func write(data: Foundation.Data)
+ public func write(ping: Foundation.Data)
+ public func write(pong: Foundation.Data)
+ public func disconnect()
+}
+public struct SSLSettings {
+ public let useSSL: Swift.Bool
+ public let disableCertValidation: Swift.Bool
+ public var overrideTrustHostname: Swift.Bool
+ public var desiredTrustHostname: Swift.String?
+ public let sslClientCertificate: SendbirdChatSDK.SSLClientCertificate?
+ public let cipherSuites: [Security.SSLCipherSuite]?
+}
+public protocol WSStreamDelegate : AnyObject {
+ func newBytesInStream()
+ func streamDidError(error: (any Swift.Error)?)
+}
+public protocol WSStream {
+ var delegate: (any SendbirdChatSDK.WSStreamDelegate)? { get set }
+ func connect(url: Foundation.URL, port: Swift.Int, timeout: Foundation.TimeInterval, ssl: SendbirdChatSDK.SSLSettings, completion: @escaping (((any Swift.Error)?) -> Swift.Void))
+ func write(data: Foundation.Data) -> Swift.Int
+ func read() -> Foundation.Data?
+ func cleanup()
+ func sslTrust() -> (trust: Security.SecTrust?, domain: Swift.String?)
+}
+@objc @_inheritsConvenienceInitializers open class FoundationStream : ObjectiveC.NSObject, SendbirdChatSDK.WSStream, Foundation.StreamDelegate {
+ weak public var delegate: (any SendbirdChatSDK.WSStreamDelegate)?
+ public var enableSOCKSProxy: Swift.Bool
+ public func connect(url: Foundation.URL, port: Swift.Int, timeout: Foundation.TimeInterval, ssl: SendbirdChatSDK.SSLSettings, completion: @escaping (((any Swift.Error)?) -> Swift.Void))
+ public func write(data: Foundation.Data) -> Swift.Int
+ public func read() -> Foundation.Data?
+ public func cleanup()
+ public func sslTrust() -> (trust: Security.SecTrust?, domain: Swift.String?)
+ @objc open func stream(_ aStream: Foundation.Stream, handle eventCode: Foundation.Stream.Event)
+ @objc override dynamic public init()
+ @objc deinit
+}
+public protocol WebSocketDelegate : AnyObject {
+ func websocketDidConnect(socket: any SendbirdChatSDK.WebSocketClient)
+ func websocketDidDisconnect(socket: any SendbirdChatSDK.WebSocketClient, error: (any Swift.Error)?)
+ func websocketDidReceiveMessage(socket: any SendbirdChatSDK.WebSocketClient, text: Swift.String)
+ func websocketDidReceiveData(socket: any SendbirdChatSDK.WebSocketClient, data: Foundation.Data)
+}
+public protocol WebSocketPongDelegate : AnyObject {
+ func websocketDidReceivePong(socket: any SendbirdChatSDK.WebSocketClient, data: Foundation.Data?)
+}
+public protocol WebSocketAdvancedDelegate : AnyObject {
+ func websocketDidConnect(socket: SendbirdChatSDK.WebSocket)
+ func websocketDidDisconnect(socket: SendbirdChatSDK.WebSocket, error: (any Swift.Error)?)
+ func websocketDidReceiveMessage(socket: SendbirdChatSDK.WebSocket, text: Swift.String, response: SendbirdChatSDK.WebSocket.WSResponse)
+ func websocketDidReceiveData(socket: SendbirdChatSDK.WebSocket, data: Foundation.Data, response: SendbirdChatSDK.WebSocket.WSResponse)
+ func websocketHttpUpgrade(socket: SendbirdChatSDK.WebSocket, request: Swift.String)
+ func websocketHttpUpgrade(socket: SendbirdChatSDK.WebSocket, response: Swift.String)
+}
+@objc open class WebSocket : ObjectiveC.NSObject, Foundation.StreamDelegate, SendbirdChatSDK.WebSocketClient, SendbirdChatSDK.WSStreamDelegate {
+ public enum OpCode : Swift.UInt8 {
+ case continueFrame
+ case textFrame
+ case binaryFrame
+ case connectionClose
+ case ping
+ case pong
+ public init?(rawValue: Swift.UInt8)
+ public typealias RawValue = Swift.UInt8
+ public var rawValue: Swift.UInt8 {
+ get
+ }
+ }
+ public static let ErrorDomain: Swift.String
+ public var callbackQueue: Dispatch.DispatchQueue
+ @_hasMissingDesignatedInitializers public class WSResponse {
+ public var code: SendbirdChatSDK.WebSocket.OpCode
+ public var frameCount: Swift.Int
+ public var buffer: Foundation.NSMutableData?
+ final public let firstFrame: Foundation.Date
+ @objc deinit
+ }
+ weak public var delegate: (any SendbirdChatSDK.WebSocketDelegate)?
+ weak public var advancedDelegate: (any SendbirdChatSDK.WebSocketAdvancedDelegate)?
+ weak public var pongDelegate: (any SendbirdChatSDK.WebSocketPongDelegate)?
+ public var onConnect: (() -> Swift.Void)?
+ public var onDisconnect: (((any Swift.Error)?) -> Swift.Void)?
+ public var onText: ((Swift.String) -> Swift.Void)?
+ public var onData: ((Foundation.Data) -> Swift.Void)?
+ public var onPong: ((Foundation.Data?) -> Swift.Void)?
+ public var onHttpResponseHeaders: (([Swift.String : Swift.String]) -> Swift.Void)?
+ public var disableSSLCertValidation: Swift.Bool
+ public var overrideTrustHostname: Swift.Bool
+ public var desiredTrustHostname: Swift.String?
+ public var sslClientCertificate: SendbirdChatSDK.SSLClientCertificate?
+ public var enableCompression: Swift.Bool
+ public var security: (any SendbirdChatSDK.SSLTrustValidator)?
+ public var enabledSSLCipherSuites: [Security.SSLCipherSuite]?
+ public var isConnected: Swift.Bool {
+ get
+ }
+ public var request: Foundation.URLRequest
+ public var currentURL: Foundation.URL {
+ get
+ }
+ public var respondToPingWithPong: Swift.Bool
+ public init(request: Foundation.URLRequest, protocols: [Swift.String]? = nil, stream: any SendbirdChatSDK.WSStream = FoundationStream())
+ convenience public init(url: Foundation.URL, protocols: [Swift.String]? = nil)
+ convenience public init(url: Foundation.URL, writeQueueQOS: Foundation.QualityOfService, protocols: [Swift.String]? = nil)
+ open func connect()
+ open func disconnect(forceTimeout: Foundation.TimeInterval? = nil, closeCode: Swift.UInt16 = CloseCode.normal.rawValue)
+ open func write(string: Swift.String, completion: (() -> ())? = nil)
+ open func write(data: Foundation.Data, completion: (() -> ())? = nil)
+ open func write(ping: Foundation.Data, completion: (() -> ())? = nil)
+ open func write(pong: Foundation.Data, completion: (() -> ())? = nil)
+ public func newBytesInStream()
+ public func streamDidError(error: (any Swift.Error)?)
+ @objc deinit
+}
@objc extension SendbirdChatSDK.BaseChannel {
@objc @discardableResult
dynamic open func sendFileMessage(params: SendbirdChatSDK.FileMessageCreateParams, completionHandler: SendbirdChatSDK.FileMessageHandler?) -> SendbirdChatSDK.FileMessage?
@@ -3052,7 +3244,7 @@ extension SendbirdChatSDK.OpenChannel {
@objc(cancelUploadingFileMessageWithRequestId:completionHandler:) dynamic open class func cancelUploadingFileMessage(requestId: Swift.String, completionHandler: ((_ result: Swift.Bool, _ error: SendbirdChatSDK.SBError?) -> Swift.Void)?)
}
@_hasMissingDesignatedInitializers @objc(SBDMessageCollection) open class MessageCollection : SendbirdChatSDK.BaseCollection {
- @objc weak open var delegate: SendbirdChatSDK.MessageCollectionDelegate? {
+ @objc weak open var delegate: (any SendbirdChatSDK.MessageCollectionDelegate)? {
@objc get
@objc set
}
@@ -3173,7 +3365,7 @@ extension SendbirdChatSDK.OpenChannelListQuery {
@objc set
}
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func setOperators(_ operators: [SendbirdChatSDK.User])
@objc deinit
}
@@ -3228,9 +3420,9 @@ extension SendbirdChatSDK.GroupChannelCollection : SendbirdChatSDK.GroupChannelD
@_inheritsConvenienceInitializers @objc(SBDGroupChannelTotalUnreadChannelCountParams) public class GroupChannelTotalUnreadChannelCountParams : ObjectiveC.NSObject, Swift.Encodable {
@objc public var customTypesFilter: [Swift.String]?
@objc public var superChannelFilter: SendbirdChatSDK.GroupChannelSuperChannelFilter
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
}
@objc(SBChatError) public enum ChatError : Swift.Int, SendbirdChatSDK.SBErrorCode {
case invalidParameterValueString = 400100
@@ -3342,7 +3534,7 @@ extension SendbirdChatSDK.GroupChannelCollection : SendbirdChatSDK.GroupChannelD
}
}
extension SendbirdChatSDK.ChatError : Swift.Decodable {
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@_hasMissingDesignatedInitializers @objc(SBDOpenChannel) open class OpenChannel : SendbirdChatSDK.BaseChannel {
@objc open var participantCount: Swift.Int {
@@ -3353,8 +3545,8 @@ extension SendbirdChatSDK.ChatError : Swift.Decodable {
}
@objc(isOperatorWithUser:) open func isOperator(user: SendbirdChatSDK.User) -> Swift.Bool
@objc open func isOperator(userId: Swift.String) -> Swift.Bool
- required public init(from decoder: Swift.Decoder) throws
- override open func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override open func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.OpenChannel {
@@ -3386,7 +3578,7 @@ extension SendbirdChatSDK.MutedUserListQuery {
@_hasMissingDesignatedInitializers @objc(SBDFileMessageUpdateParams) public class FileMessageUpdateParams : SendbirdChatSDK.BaseMessageUpdateParams {
@objc override dynamic public init()
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- override public func encode(to encoder: Swift.Encoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SendbirdChat : ObjectiveC.NSObject {
@@ -3427,24 +3619,24 @@ extension SendbirdChatSDK.MutedUserListQuery {
@objc public class func createMessageSearchQuery(builder: (SendbirdChatSDK.MessageSearchQueryParams) -> Swift.Void) -> SendbirdChatSDK.MessageSearchQuery
@objc public class func createMessageSearchQuery(params: SendbirdChatSDK.MessageSearchQueryParams) -> SendbirdChatSDK.MessageSearchQuery
@available(*, deprecated, renamed: "addConnectionDelegate(_:identifier:)", message: "This method is deprecated in 4.0.12.")
- public class func add(_ delegate: SendbirdChatSDK.ConnectionDelegate, identifier: Swift.String)
- @objc public class func addConnectionDelegate(_ delegate: SendbirdChatSDK.ConnectionDelegate, identifier: Swift.String)
+ public class func add(_ delegate: any SendbirdChatSDK.ConnectionDelegate, identifier: Swift.String)
+ @objc public class func addConnectionDelegate(_ delegate: any SendbirdChatSDK.ConnectionDelegate, identifier: Swift.String)
@objc public class func removeConnectionDelegate(forIdentifier identifier: Swift.String)
- @objc public class func connectionDelegate(forIdentifier identifier: Swift.String) -> SendbirdChatSDK.ConnectionDelegate?
+ @objc public class func connectionDelegate(forIdentifier identifier: Swift.String) -> (any SendbirdChatSDK.ConnectionDelegate)?
@objc public class func removeAllConnectionDelegates()
@available(*, deprecated, renamed: "addChannelDelegate(_:identifier:)", message: "This method is deprecated in 4.0.12.")
- public class func add(_ delegate: SendbirdChatSDK.BaseChannelDelegate, identifier: Swift.String)
- @objc public class func addChannelDelegate(_ delegate: SendbirdChatSDK.BaseChannelDelegate, identifier: Swift.String)
+ public class func add(_ delegate: any SendbirdChatSDK.BaseChannelDelegate, identifier: Swift.String)
+ @objc public class func addChannelDelegate(_ delegate: any SendbirdChatSDK.BaseChannelDelegate, identifier: Swift.String)
@objc public class func removeChannelDelegate(forIdentifier identifier: Swift.String)
- @objc public class func channelDelegate(forIdentifier identifier: Swift.String) -> SendbirdChatSDK.BaseChannelDelegate?
+ @objc public class func channelDelegate(forIdentifier identifier: Swift.String) -> (any SendbirdChatSDK.BaseChannelDelegate)?
@objc public class func removeAllChannelDelegates()
- @objc public class func userEventDelegate(forIdentifier identifier: Swift.String) -> SendbirdChatSDK.UserEventDelegate?
+ @objc public class func userEventDelegate(forIdentifier identifier: Swift.String) -> (any SendbirdChatSDK.UserEventDelegate)?
@available(*, deprecated, renamed: "addUserEventDelegate(_:identifier:)", message: "This method is deprecated in 4.0.12.")
- public class func add(_ delegate: SendbirdChatSDK.UserEventDelegate, identifier: Swift.String)
- @objc public class func addUserEventDelegate(_ delegate: SendbirdChatSDK.UserEventDelegate, identifier: Swift.String)
+ public class func add(_ delegate: any SendbirdChatSDK.UserEventDelegate, identifier: Swift.String)
+ @objc public class func addUserEventDelegate(_ delegate: any SendbirdChatSDK.UserEventDelegate, identifier: Swift.String)
@objc public class func removeUserEventDelegate(forIdentifier identifier: Swift.String)
@objc public class func removeAllUserEventDelegates()
- @objc public class func setSessionDelegate(_ delegate: SendbirdChatSDK.SessionDelegate)
+ @objc public class func setSessionDelegate(_ delegate: any SendbirdChatSDK.SessionDelegate)
@objc public class func removeSessionDelegate()
@objc public class func getPendingPushToken() -> Foundation.Data?
@objc public class func registerDevicePushToken(_ devToken: Foundation.Data, unique: Swift.Bool, completionHandler: ((_ registrationStatus: SendbirdChatSDK.PushTokenRegistrationStatus, _ error: SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
@@ -3522,7 +3714,7 @@ extension SendbirdChatSDK.MutedUserListQuery {
@objc public class func unblockUser(_ user: SendbirdChatSDK.User, completionHandler: SendbirdChatSDK.SBErrorHandler? = nil)
@objc public class func createGroupChannelCollection(query: SendbirdChatSDK.GroupChannelListQuery) -> SendbirdChatSDK.GroupChannelCollection?
@objc public class func createMessageCollection(channel: SendbirdChatSDK.GroupChannel, startingPoint: Swift.Int64, params: SendbirdChatSDK.MessageListParams) -> SendbirdChatSDK.MessageCollection
- @objc open class func createNotificationCollection(channel: SendbirdChatSDK.FeedChannel, startingPoint: Swift.Int64, params: SendbirdChatSDK.MessageListParams, delegate: SendbirdChatSDK.NotificationCollectionDelegate?) -> SendbirdChatSDK.NotificationCollection?
+ @objc open class func createNotificationCollection(channel: SendbirdChatSDK.FeedChannel, startingPoint: Swift.Int64, params: SendbirdChatSDK.MessageListParams, delegate: (any SendbirdChatSDK.NotificationCollectionDelegate)?) -> SendbirdChatSDK.NotificationCollection?
@objc public class func clearCachedData(completionHandler: SendbirdChatSDK.SBErrorHandler?)
@objc public class func clearCachedMessages(channelURL: Swift.String, completionHandler: SendbirdChatSDK.SBErrorHandler?)
@objc public class func getCachedDataSize() -> Swift.Int
@@ -3550,6 +3742,42 @@ extension SendbirdChatSDK.MutedUserListQuery {
@objc public class func sendUserMessage(channelType: SendbirdChatSDK.ChannelType, channelURL: Swift.String, params: SendbirdChatSDK.UserMessageCreateParams, completionHandler: SendbirdChatSDK.UserMessageHandler?)
@objc deinit
}
+public enum GzipStatics {
+ public static let maxWindowBits: Swift.Int32
+}
+public struct CompressionLevel : Swift.RawRepresentable {
+ public let rawValue: Swift.Int32
+ public static let noCompression: SendbirdChatSDK.CompressionLevel
+ public static let bestSpeed: SendbirdChatSDK.CompressionLevel
+ public static let bestCompression: SendbirdChatSDK.CompressionLevel
+ public static let defaultCompression: SendbirdChatSDK.CompressionLevel
+ public init(rawValue: Swift.Int32)
+ public init(_ rawValue: Swift.Int32)
+ public typealias RawValue = Swift.Int32
+}
+public struct GzipError : Swift.Error {
+ public enum Kind : Swift.Equatable {
+ case stream
+ case data
+ case memory
+ case buffer
+ case version
+ case unknown(code: Swift.Int)
+ public static func == (a: SendbirdChatSDK.GzipError.Kind, b: SendbirdChatSDK.GzipError.Kind) -> Swift.Bool
+ }
+ public let kind: SendbirdChatSDK.GzipError.Kind
+ public let message: Swift.String
+ public var localizedDescription: Swift.String {
+ get
+ }
+}
+extension Foundation.Data {
+ public var isGzipped: Swift.Bool {
+ get
+ }
+ public func gzipped(level: SendbirdChatSDK.CompressionLevel = .defaultCompression, wBits: Swift.Int32 = GzipStatics.maxWindowBits + 16) throws -> Foundation.Data
+ public func gunzipped(wBits: Swift.Int32 = GzipStatics.maxWindowBits + 32) throws -> Foundation.Data
+}
@objc(SBDGroupChannelListOrder) public enum GroupChannelListOrder : Swift.Int {
case chronological = 0
case latestLastMessage = 1
@@ -3562,8 +3790,8 @@ extension SendbirdChatSDK.GroupChannelListOrder : Swift.RawRepresentable, Swift.
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPublicGroupChannelListOrder) public enum PublicGroupChannelListOrder : Swift.Int {
case chronological = 0
@@ -3576,8 +3804,8 @@ extension SendbirdChatSDK.PublicGroupChannelListOrder : Swift.RawRepresentable,
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelListQueryType) public enum GroupChannelListQueryType : Swift.Int {
case and = 0
@@ -3589,8 +3817,8 @@ extension SendbirdChatSDK.GroupChannelListQueryType : Swift.RawRepresentable, Sw
get
}
public init?(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelSuperChannelFilter) public enum GroupChannelSuperChannelFilter : Swift.Int {
case all = 0
@@ -3605,8 +3833,8 @@ extension SendbirdChatSDK.GroupChannelSuperChannelFilter : Swift.RawRepresentabl
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelPublicChannelFilter) public enum GroupChannelPublicChannelFilter : Swift.Int {
case all = 0
@@ -3619,8 +3847,8 @@ extension SendbirdChatSDK.GroupChannelPublicChannelFilter : Swift.RawRepresentab
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPublicGroupChannelMembershipFilter) public enum PublicGroupChannelMembershipFilter : Swift.Int {
case all = 0
@@ -3632,8 +3860,8 @@ extension SendbirdChatSDK.PublicGroupChannelMembershipFilter : Swift.RawRepresen
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelOperatorFilter) public enum GroupChannelOperatorFilter : Swift.Int {
case all = 0
@@ -3646,8 +3874,8 @@ extension SendbirdChatSDK.GroupChannelOperatorFilter : Swift.RawRepresentable, S
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelMutedMemberFilter) public enum GroupChannelMutedMemberFilter : Swift.Int {
case all = 0
@@ -3660,8 +3888,8 @@ extension SendbirdChatSDK.GroupChannelMutedMemberFilter : Swift.RawRepresentable
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDUnreadChannelFilter) public enum UnreadChannelFilter : Swift.Int {
case all = 0
@@ -3673,8 +3901,8 @@ extension SendbirdChatSDK.UnreadChannelFilter : Swift.RawRepresentable, Swift.Co
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelHiddenState) public enum GroupChannelHiddenState : Swift.Int {
case unhidden = 0
@@ -3687,8 +3915,8 @@ extension SendbirdChatSDK.GroupChannelHiddenState : Swift.RawRepresentable, Swif
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDChannelHiddenStateFilter) public enum ChannelHiddenStateFilter : Swift.Int {
case unhiddenOnly = 0
@@ -3703,8 +3931,8 @@ extension SendbirdChatSDK.ChannelHiddenStateFilter : Swift.RawRepresentable, Swi
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelPushTriggerOption) public enum GroupChannelPushTriggerOption : Swift.Int {
case `default` = 0
@@ -3718,8 +3946,8 @@ extension SendbirdChatSDK.GroupChannelPushTriggerOption : Swift.RawRepresentable
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPushTokenType) public enum PushTokenType : Swift.Int {
case none = 0
@@ -3736,8 +3964,8 @@ extension SendbirdChatSDK.PushTokenType : Swift.RawRepresentable, Swift.CustomSt
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelListQuerySearchField) public class GroupChannelListQuerySearchField : ObjectiveC.NSObject, Swift.OptionSet, Swift.Codable {
@objc public var rawValue: Swift.UInt
@@ -3745,8 +3973,8 @@ extension SendbirdChatSDK.PushTokenType : Swift.RawRepresentable, Swift.CustomSt
@objc public static let memberNickname: SendbirdChatSDK.GroupChannelListQuerySearchField
@objc public static let channelName: SendbirdChatSDK.GroupChannelListQuerySearchField
@objc convenience public init(fields: [SendbirdChatSDK.GroupChannelListQuerySearchField])
- required convenience public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required convenience public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public var hash: Swift.Int {
@objc get
}
@@ -3778,8 +4006,8 @@ extension SendbirdChatSDK.PushTokenType : Swift.RawRepresentable, Swift.CustomSt
@objc open var requestState: SendbirdChatSDK.MessageRequestState? {
@objc get
}
- required public init(from decoder: Swift.Decoder) throws
- override open func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override open func encode(to encoder: any Swift.Encoder) throws
@objc open func getFileMessageParams() -> SendbirdChatSDK.FileMessageCreateParams?
@objc open func dispose()
@objc deinit
@@ -3792,9 +4020,9 @@ extension SendbirdChatSDK.FileMessage {
@objc final public var limit: Swift.UInt
@objc override dynamic public init()
@objc public init(builder: (SendbirdChatSDK.FeedChannelListQueryParams) -> Swift.Void)
+ required public init(from decoder: any Swift.Decoder) throws
+ final public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
- final public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
}
extension SendbirdChatSDK.FeedChannelListQueryParams : Foundation.NSCopying {
@objc final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@@ -3833,8 +4061,8 @@ extension SendbirdChatSDK.MessageSearchQuery {
@_hasMissingDesignatedInitializers @objc(SBDOriginalMessageInfo) public class OriginalMessageInfo : ObjectiveC.NSObject, Swift.Codable {
@objc final public let createdAt: Swift.Int64
@objc final public let messageId: Swift.Int64
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
extension SendbirdChatSDK.BaseChannel {
@@ -3902,8 +4130,8 @@ extension SendbirdChatSDK.ScheduledMessageListQueryParams : Foundation.NSCopying
@objc final public let type: Swift.String?
@objc final public let vendor: Swift.String?
@objc final public let detail: [Swift.String : Any]?
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDMessageTemplateListParams) final public class MessageTemplateListParams : ObjectiveC.NSObject {
@@ -3952,8 +4180,8 @@ extension SendbirdChatSDK.MemberStateFilter : Swift.RawRepresentable, Swift.Coda
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMyMemberStateFilter) public enum MyMemberStateFilter : Swift.Int {
case all = 0
@@ -3968,8 +4196,8 @@ extension SendbirdChatSDK.MyMemberStateFilter : Swift.RawRepresentable, Swift.Co
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMemberState) public enum MemberState : Swift.Int {
case joined = 0
@@ -3983,8 +4211,8 @@ extension SendbirdChatSDK.MemberState : Swift.RawRepresentable, Swift.Codable {
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDRole) public enum Role : Swift.Int {
case none = 0
@@ -3996,8 +4224,8 @@ extension SendbirdChatSDK.Role : Swift.RawRepresentable, Swift.Codable {
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMutedState) public enum MutedState : Swift.Int {
case unmuted = 0
@@ -4018,8 +4246,8 @@ extension SendbirdChatSDK.MemberListOrder : Swift.RawRepresentable, Swift.Codabl
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDRestrictionType) public enum RestrictionType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
public typealias RawValue = Swift.String
@@ -4029,19 +4257,8 @@ extension SendbirdChatSDK.MemberListOrder : Swift.RawRepresentable, Swift.Codabl
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
-}
-@propertyWrapper public class Atomic {
- public var wrappedValue: T {
- get
- set
- }
- public var projectedValue: SendbirdChatSDK.Atomic {
- get
- }
- public init(wrappedValue: T)
- @objc deinit
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc extension SendbirdChatSDK.BaseChannel {
@objc dynamic open func getMessagesByTimestamp(_ timestamp: Swift.Int64, params: SendbirdChatSDK.MessageListParams, completionHandler: SendbirdChatSDK.MessageListHandler?)
@@ -4060,8 +4277,8 @@ extension SendbirdChatSDK.MemberListOrder : Swift.RawRepresentable, Swift.Codabl
@objc public var plainURL: Swift.String? {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.Thumbnail {
@@ -4119,7 +4336,7 @@ extension Swift.Decodable {
@objc deinit
}
extension SendbirdChatSDK.PollOptionRetrievalParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
public struct __SendbirdSDKInfo {
public init(product: SendbirdChatSDK.__SendbirdProduct, platform: SendbirdChatSDK.__SendbirdPlatform, version: Swift.String)
@@ -4133,8 +4350,8 @@ public struct __SendbirdSDKInfo {
@_hasMissingDesignatedInitializers @objc(SBDUIKitConfiguration) final public class UIKitConfiguration : ObjectiveC.NSObject, Swift.Codable {
@objc final public let jsonPayload: Swift.String
@objc deinit
- final public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ final public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@_inheritsConvenienceInitializers @objc(SBDGroupChannelCreateParams) public class GroupChannelCreateParams : ObjectiveC.NSObject, Swift.Codable {
@available(*, unavailable, renamed: "channelURL")
@@ -4178,8 +4395,8 @@ public struct __SendbirdSDKInfo {
@objc public var accessCode: Swift.String?
@objc public var messageSurvivalSeconds: Swift.Int
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc public func addUser(_ user: SendbirdChatSDK.User)
@objc public func addUserId(_ userId: Swift.String)
@objc public func addUsers(_ users: [SendbirdChatSDK.User])
@@ -4192,8 +4409,8 @@ extension SendbirdChatSDK.GroupChannelCreateParams : Foundation.NSCopying {
}
@_hasMissingDesignatedInitializers @objc(SBDMultipleFilesMessage) public class MultipleFilesMessage : SendbirdChatSDK.BaseMessage {
@objc public var files: [SendbirdChatSDK.UploadedFileInfo]
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc public func copyWithFailedState(errorCode: Swift.Int, latestUploadableFileInfos: [SendbirdChatSDK.UploadableFileInfo]) -> Self
public func copyWithFailedState(errorCode: Swift.Int?, latestUploadableFileInfos: [SendbirdChatSDK.UploadableFileInfo]) -> Self
@objc public func getMultipleFilesMessageParams() -> SendbirdChatSDK.MultipleFilesMessageCreateParams?
@@ -4203,6 +4420,17 @@ extension SendbirdChatSDK.GroupChannelCreateParams : Foundation.NSCopying {
extension SendbirdChatSDK.MultipleFilesMessage {
@objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
}
+@propertyWrapper public class Atomic {
+ public var wrappedValue: T {
+ get
+ set
+ }
+ public var projectedValue: SendbirdChatSDK.Atomic {
+ get
+ }
+ public init(wrappedValue: T)
+ @objc deinit
+}
@_hasMissingDesignatedInitializers @objc(SBDReaction) public class Reaction : ObjectiveC.NSObject, Swift.Codable {
@objc final public let key: Swift.String
@objc public var userIds: [Swift.String] {
@@ -4214,8 +4442,8 @@ extension SendbirdChatSDK.MultipleFilesMessage {
@objc public var updatedAt: Swift.Int64 {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool
@objc override dynamic public var hash: Swift.Int {
@objc get
@@ -4244,8 +4472,8 @@ extension SendbirdChatSDK.BaseChannel {
@objc public var restrictionInfo: SendbirdChatSDK.RestrictionInfo? {
get
}
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDRestrictionInfo) public class RestrictionInfo : ObjectiveC.NSObject, Swift.Codable {
@@ -4255,8 +4483,8 @@ extension SendbirdChatSDK.BaseChannel {
get
}
@objc final public let remainingDuration: Swift.Int64
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDScheduledFileMessageUpdateParams) public class ScheduledFileMessageUpdateParams : SendbirdChatSDK.ScheduledBaseMessageUpdateParams {
@@ -4285,8 +4513,8 @@ extension SendbirdChatSDK.BaseChannel {
@objc public var limit: Swift.UInt {
@objc get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func loadNextPage(completionHandler: @escaping SendbirdChatSDK.FeedChannelListHandler)
@objc deinit
}
@@ -4305,8 +4533,8 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc(makeWithMaxCGSize:) public class func make(maxSize: CoreFoundation.CGSize) -> SendbirdChatSDK.ThumbnailSize
@objc(makeWithMaxWidth:maxHeight:) public class func make(maxWidth: CoreFoundation.CGFloat, maxHeight: CoreFoundation.CGFloat) -> SendbirdChatSDK.ThumbnailSize
@objc(makeWithThumbnail:) public class func make(thumbnail: SendbirdChatSDK.Thumbnail) -> SendbirdChatSDK.ThumbnailSize
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDUserMessageCreateParams) public class UserMessageCreateParams : SendbirdChatSDK.BaseMessageCreateParams {
@@ -4316,8 +4544,8 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc public var mentionedMessageTemplate: Swift.String?
@objc public init(message: Swift.String)
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDThreadInfoUpdateEvent) public class ThreadInfoUpdateEvent : ObjectiveC.NSObject, Swift.Codable {
@@ -4325,9 +4553,19 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc final public let targetMessageId: Swift.Int64
@objc final public let channelURL: Swift.String
@objc final public let channelType: SendbirdChatSDK.ChannelType
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ @objc deinit
+}
+public struct SSLClientCertificateError : Foundation.LocalizedError {
+ public var errorDescription: Swift.String?
+}
+public class SSLClientCertificate {
+ convenience public init(pkcs12Path: Swift.String, password: Swift.String) throws
+ public init(identity: Security.SecIdentity, identityCertificate: Security.SecCertificate)
+ convenience public init(pkcs12Url: Foundation.URL, password: Swift.String) throws
+ public init(pkcs12Url: Foundation.URL, importOptions: CoreFoundation.CFDictionary) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
}
@objc extension SendbirdChatSDK.OpenChannel {
@objc(createChannelWithCompletionHandler:) dynamic open class func createChannel(completionHandler: @escaping SendbirdChatSDK.OpenChannelHandler)
@@ -4374,8 +4612,8 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc final public let fields: [SendbirdChatSDK.FormField]
@objc final public let answers: [SendbirdChatSDK.FormFieldAnswer]?
@objc public init(formKey: Swift.String, fields: [SendbirdChatSDK.FormField], answers: [SendbirdChatSDK.FormFieldAnswer]? = nil)
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc public var isSubmitted: Swift.Bool {
@objc get
@@ -4394,8 +4632,8 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc final public let placeholder: Swift.String?
@objc public var temporaryAnswer: Swift.String?
@objc public init(fieldKey: Swift.String, title: Swift.String, inputTypeValue: Swift.String, required: Swift.Bool, regex: Swift.String? = nil, placeholder: Swift.String? = nil)
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc public var inputType: SendbirdChatSDK.FormField.InputType {
@objc get
@@ -4447,8 +4685,8 @@ extension SendbirdChatSDK.FormField.InputType : Swift.RawRepresentable {
@objc public var role: SendbirdChatSDK.Role {
get
}
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.Sender {
@@ -4481,7 +4719,7 @@ extension SendbirdChatSDK.ScheduledStatus : Swift.RawRepresentable, Swift.Codabl
get
}
public init?(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@objc(SBDChannelType) public enum ChannelType : Swift.Int {
case open = 0
@@ -4500,8 +4738,8 @@ extension SendbirdChatSDK.ChannelType : Swift.RawRepresentable, Swift.CustomStri
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc extension SendbirdChatSDK.BaseChannel {
@objc dynamic open func createMetaCounters(_ metaCounters: [Swift.String : Swift.Int], completionHandler: SendbirdChatSDK.MetaCountersHandler?)
@@ -4535,8 +4773,8 @@ extension SendbirdChatSDK.OperatorListQueryParams : Foundation.NSCopying {
public var totalCount: Swift.Int32 {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func loadNextPage(completionHandler: @escaping SendbirdChatSDK.MessageListHandler)
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
@@ -4586,8 +4824,8 @@ extension SendbirdChatSDK.MessageSearchQuery {
}
@_hasMissingDesignatedInitializers @objc(SBDMessageTemplateInfo) open class MessageTemplateInfo : ObjectiveC.NSObject, Swift.Codable {
@objc public var templateListToken: Swift.String?
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDNotificationCollectionDelegate) public protocol NotificationCollectionDelegate {
@@ -4613,8 +4851,8 @@ extension SendbirdChatSDK.ChannelMetaCountersUpdateMode : Swift.RawRepresentable
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@_inheritsConvenienceInitializers @objc(SBDMessageRetrievalParams) public class MessageRetrievalParams : ObjectiveC.NSObject, Foundation.NSCopying {
@available(*, unavailable, renamed: "channelURL")
@@ -4727,8 +4965,8 @@ extension SendbirdChatSDK.GroupChannel {
@objc public var message: Swift.String
@objc public var translationTargetLanguages: [Swift.String]?
@objc public init(scheduledAt: Swift.Int64, message: Swift.String)
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDCachedDataClearOrder) public enum CachedDataClearOrder : Swift.Int {
@@ -4790,8 +5028,8 @@ extension SendbirdChatSDK.FriendListQuery {
@objc public var isPinnedMessage: Swift.Bool
@objc override dynamic public init()
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDScheduledMessageListOrder) public enum ScheduledMessageListOrder : Swift.Int {
@@ -4935,6 +5173,14 @@ extension SendbirdChatSDK.ReplyType : Swift.Equatable {}
extension SendbirdChatSDK.ReplyType : Swift.Hashable {}
extension SendbirdChatSDK.NotificationMessageStatus : Swift.Equatable {}
extension SendbirdChatSDK.NotificationMessageStatus : Swift.Hashable {}
+extension SendbirdChatSDK.CloseCode : Swift.Equatable {}
+extension SendbirdChatSDK.CloseCode : Swift.Hashable {}
+extension SendbirdChatSDK.CloseCode : Swift.RawRepresentable {}
+extension SendbirdChatSDK.ErrorType : Swift.Equatable {}
+extension SendbirdChatSDK.ErrorType : Swift.Hashable {}
+extension SendbirdChatSDK.WebSocket.OpCode : Swift.Equatable {}
+extension SendbirdChatSDK.WebSocket.OpCode : Swift.Hashable {}
+extension SendbirdChatSDK.WebSocket.OpCode : Swift.RawRepresentable {}
extension SendbirdChatSDK.ChatError : Swift.Equatable {}
extension SendbirdChatSDK.ChatError : Swift.Hashable {}
extension SendbirdChatSDK.ChatError : Swift.RawRepresentable {}
diff --git a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/x86_64/SendbirdChatSDK.swiftinterface b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/x86_64/SendbirdChatSDK.swiftinterface
index b30e7892..2ef328e2 100644
--- a/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/x86_64/SendbirdChatSDK.swiftinterface
+++ b/Framework/SendbirdUIKit.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendbirdUIKit.framework.dSYM/Contents/Resources/Swift/x86_64/SendbirdChatSDK.swiftinterface
@@ -1,13 +1,16 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendbirdChatSDK
+// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
+// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Osize -module-name SendbirdChatSDK
// swift-module-flags-ignorable: -enable-bare-slash-regex
import CommonCrypto
+import CoreFoundation
import CoreGraphics
import Foundation
+import Foundation/*.Data*/
import MobileCoreServices
import Network
import SQLite3
+import Security
import Swift
import SwiftUI
import SystemConfiguration
@@ -16,6 +19,8 @@ import UIKit
import UserNotifications
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
+import zlib
extension SendbirdChatSDK.GroupChannelListQuery {
@available(*, unavailable, renamed: "myMemberStateFilter")
@objc dynamic public var memberStateFilter: SendbirdChatSDK.MyMemberStateFilter {
@@ -92,9 +97,6 @@ extension SendbirdChatSDK.GroupChannelListQuery {
@objc public init(builder: (SendbirdChatSDK.PollVoterListQueryParams) -> Swift.Void)
@objc deinit
}
-extension SendbirdChatSDK.PollVoterListQueryParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
-}
@_hasMissingDesignatedInitializers @objc(SBDBaseMessage) open class BaseMessage : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying, Swift.Identifiable {
@objc open var id: Swift.AnyHashable {
@objc get
@@ -204,8 +206,8 @@ extension SendbirdChatSDK.PollVoterListQueryParams : Swift.Encodable {
get
}
@objc final public let notificationEventDeadline: Swift.Int64
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public typealias ID = Swift.AnyHashable
@objc deinit
}
@@ -300,8 +302,8 @@ extension SendbirdChatSDK.PublicGroupChannelListQuery {
@objc open var isDefault: Swift.Bool {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDUnreadMessageCount) open class UnreadMessageCount : ObjectiveC.NSObject {
@@ -347,8 +349,8 @@ extension SendbirdChatSDK.ApplicationUserListQuery {
@objc final public let mimeType: Swift.String?
@objc final public let fileSize: Swift.UInt
@objc public var thumbnails: [SendbirdChatSDK.Thumbnail]?
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
}
@@ -379,8 +381,8 @@ extension SendbirdChatSDK.MessageReviewStatus : Swift.RawRepresentable, Swift.Co
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPushTokenRegistrationStatus) public enum PushTokenRegistrationStatus : Swift.Int {
case success = 0
@@ -402,8 +404,8 @@ extension SendbirdChatSDK.PushNotificationDeliveryOption : Swift.RawRepresentabl
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPushTriggerOption) public enum PushTriggerOption : Swift.Int {
case all = 0
@@ -416,8 +418,8 @@ extension SendbirdChatSDK.PushTriggerOption : Swift.RawRepresentable, Swift.Coda
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendbirdChatSDK.MessageCollection : SendbirdChatSDK.GroupChannelDelegate {
@objc dynamic open func channel(_ channel: SendbirdChatSDK.BaseChannel, didReceive message: SendbirdChatSDK.BaseMessage)
@@ -483,7 +485,7 @@ extension SendbirdChatSDK.MessageCollection : SendbirdChatSDK.GroupChannelDelega
@objc public var preferredLanguages: [Swift.String]?
@objc public var discoveryKeys: [Swift.String]?
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.MessageCollection : SendbirdChatSDK.ConnectionDelegate {
@@ -597,8 +599,8 @@ extension SendbirdChatSDK.PreviousMessageListQuery {
@objc open var metaData: [Swift.String : Swift.String] {
@objc get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public typealias ID = Swift.String
@objc deinit
}
@@ -620,15 +622,15 @@ extension SendbirdChatSDK.BaseChannel {
@objc public var isMuted: Swift.Bool {
get
}
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.PreviousMessageListQuery {
@available(*, unavailable, message: "Use `loadNextPage(completionHandler:)` instead")
@objc dynamic public func loadPreviousMessages(limit: Swift.UInt, reverse: Swift.Bool, completionHandler: @escaping SendbirdChatSDK.MessageListHandler)
@available(*, unavailable, renamed: "loadNextPage(completionHandler:)")
- @objc dynamic public func load(completionHandler: (([SendbirdChatSDK.BaseMessage]?, Swift.Error?) -> Swift.Void)? = nil)
+ @objc dynamic public func load(completionHandler: (([SendbirdChatSDK.BaseMessage]?, (any Swift.Error)?) -> Swift.Void)? = nil)
}
@objc(SBDCollectionEventSource) public enum CollectionEventSource : Swift.Int, Swift.Codable {
case messageChangelog = 0
@@ -754,12 +756,12 @@ public typealias MessageTemplateHandler = (_ messageTemplate: SendbirdChatSDK.Me
public typealias MessageTemplateListHandler = (_ messageTemplateList: SendbirdChatSDK.MessageTemplateList?, _ hasMore: Swift.Bool, _ token: Swift.String?, _ error: SendbirdChatSDK.SBError?) -> Swift.Void
@objc(SBDPollUpdateEvent) public class PollUpdateEvent : ObjectiveC.NSObject {
@objc final public let poll: SendbirdChatSDK.UpdatedPoll
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class UpdatedPoll : ObjectiveC.NSObject, Swift.Codable {
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDPollVoterListQuery) public class PollVoterListQuery : ObjectiveC.NSObject {
@@ -807,9 +809,9 @@ public typealias MessageTemplateListHandler = (_ messageTemplateList: SendbirdCh
@objc public func has(_ key: SendbirdChatSDK.UnreadItemKey) -> Swift.Bool
@objc public func unsignedIntegerForKey(_ key: SendbirdChatSDK.UnreadItemKey) -> Swift.UInt
@objc override dynamic public init()
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDGroupChannelListQuery) public class GroupChannelListQuery : ObjectiveC.NSObject, Swift.Codable {
@objc public var hasNext: Swift.Bool {
@@ -821,8 +823,8 @@ public typealias MessageTemplateListHandler = (_ messageTemplateList: SendbirdCh
@objc public var limit: Swift.UInt {
@objc get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func loadNextPage(completionHandler: @escaping SendbirdChatSDK.GroupChannelListHandler)
@objc deinit
}
@@ -942,8 +944,8 @@ extension SendbirdChatSDK.GroupChannelListQuery {
@objc final public let desc: Swift.String?
@objc final public let defaultImage: SendbirdChatSDK.OGImage?
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.FeedChannel {
@objc(markAsReadWithCompletionHandler:) dynamic open func markAsRead(completionHandler: SendbirdChatSDK.SBErrorHandler?)
@@ -1007,7 +1009,7 @@ extension SendbirdChatSDK.BlockedUserListQueryParams : Foundation.NSCopying {
@objc override dynamic public init()
@objc public init(message: Swift.String? = nil)
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- override public func encode(to encoder: Swift.Encoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDUserMessage) open class UserMessage : SendbirdChatSDK.BaseMessage {
@@ -1025,8 +1027,8 @@ extension SendbirdChatSDK.BlockedUserListQueryParams : Foundation.NSCopying {
@objc public var messageReviewInfo: SendbirdChatSDK.MessageReviewInfo? {
get
}
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@discardableResult
@objc(applyPollUpdateEvent:) public func apply(pollUpdateEvent: SendbirdChatSDK.PollUpdateEvent) -> Swift.Bool
@discardableResult
@@ -1050,9 +1052,9 @@ extension SendbirdChatSDK.UserMessage {
@objc final public let userId: Swift.String
@objc final public let operation: SendbirdChatSDK.ReactionEventAction
@objc final public let updatedAt: Swift.Int64
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc extension SendbirdChatSDK.GroupChannel {
@objc dynamic open func getUnreadMemberCount(_ message: SendbirdChatSDK.BaseMessage) -> Swift.Int
@@ -1095,9 +1097,9 @@ extension SendbirdChatSDK.UserMessage {
@objc final public let alt: Swift.String?
@objc final public let width: Swift.Int
@objc final public let height: Swift.Int
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendbirdChatSDK.GroupChannel {
@objc dynamic open class func createMyGroupChannelListQuery() -> SendbirdChatSDK.GroupChannelListQuery
@@ -1164,8 +1166,8 @@ extension SendbirdChatSDK.GroupChannel {
@objc public var messageCollectionLastAccessedAt: Swift.Int64 {
get
}
- open func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ open func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc override dynamic open var description: Swift.String {
@objc get
}
@@ -1223,8 +1225,8 @@ extension SendbirdChatSDK.MemberListQuery {
get
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.Emoji : SendbirdChatSDK.Serializable {
@objc dynamic public func serialize() -> Foundation.Data?
@@ -1243,8 +1245,8 @@ extension SendbirdChatSDK.Emoji : SendbirdChatSDK.Serializable {
@objc public var emojis: [SendbirdChatSDK.Emoji] {
get
}
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
extension SendbirdChatSDK.EmojiCategory : SendbirdChatSDK.Serializable {
@@ -1259,8 +1261,8 @@ extension SendbirdChatSDK.EmojiCategory : SendbirdChatSDK.Serializable {
get
}
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.EmojiContainer : SendbirdChatSDK.Serializable {
@objc dynamic public func serialize() -> Foundation.Data?
@@ -1271,8 +1273,8 @@ extension SendbirdChatSDK.EmojiContainer : SendbirdChatSDK.Serializable {
@objc public var templateListToken: Swift.String
@objc public var settingsUpdatedAt: Swift.Int64
@objc public var feedChannels: [Swift.String : Swift.String]
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc public protocol Mappable {
@@ -1320,7 +1322,7 @@ extension SendbirdChatSDK.Reaction : SendbirdChatSDK.Mappable {
@objc final public let pollOptionId: Swift.Int64
@objc final public let voteCount: Swift.Int64
@objc deinit
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
@objc(SBDGroupChannelCollectionDelegate) public protocol GroupChannelCollectionDelegate {
@objc optional func channelCollection(_ collection: SendbirdChatSDK.GroupChannelCollection, context: SendbirdChatSDK.ChannelContext, addedChannels: [SendbirdChatSDK.GroupChannel])
@@ -1339,8 +1341,8 @@ extension SendbirdChatSDK.NotificationCollection : SendbirdChatSDK.ConnectionDel
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDAdminMessage) open class AdminMessage : SendbirdChatSDK.BaseMessage {
- override open func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override open func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDMessageMetaArray) public class MessageMetaArray : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying {
@@ -1350,6 +1352,8 @@ extension SendbirdChatSDK.NotificationCollection : SendbirdChatSDK.ConnectionDel
@objc public var value: [Swift.String] {
get
}
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc convenience public init(key: Swift.String)
@objc public init(key: Swift.String, value: [Swift.String]?)
@objc public func addValue(_ value: Swift.Set)
@@ -1357,8 +1361,6 @@ extension SendbirdChatSDK.NotificationCollection : SendbirdChatSDK.ConnectionDel
@objc public func removeValue(_ value: Swift.Set)
@objc(removeValueWithArray:) public func removeValue(with array: [Swift.String])
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
}
extension SendbirdChatSDK.MessageMetaArray {
@objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool
@@ -1383,15 +1385,15 @@ extension SendbirdChatSDK.GroupChannel {
public typealias SBDMain = SendbirdChatSDK.SendbirdChat
extension SendbirdChatSDK.SendbirdChat {
@available(*, unavailable, message: "`connectionDelegatesDictionary` has been removed.")
- public class var connectionDelegatesDictionary: Foundation.NSMapTable? {
+ public class var connectionDelegatesDictionary: Foundation.NSMapTable? {
get
}
@available(*, unavailable, message: "`channelDelegatesDictionary` has been removed.")
- public class var channelDelegatesDictionary: Foundation.NSMapTable? {
+ public class var channelDelegatesDictionary: Foundation.NSMapTable? {
get
}
@available(*, unavailable, message: "`userEventDelegatesDictionary` has been removed.")
- public class var userEventDelegatesDictionary: Foundation.NSMapTable? {
+ public class var userEventDelegatesDictionary: Foundation.NSMapTable? {
get
}
@available(*, unavailable, renamed: "connect(userId:completionHandler:)")
@@ -1420,7 +1422,7 @@ extension SendbirdChatSDK.SendbirdChat {
@objc dynamic public class func updateCurrentUserInfo(withNickname nickname: Swift.String?, profileImageFilePath: Swift.String?, progressHandler: ((Swift.Int64, Swift.Int64, Swift.Int64) -> Swift.Void)?, completionHandler: ((SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
}
@_hasMissingDesignatedInitializers @objc(SBDNotificationCollection) open class NotificationCollection : SendbirdChatSDK.BaseCollection {
- @objc weak open var delegate: SendbirdChatSDK.NotificationCollectionDelegate? {
+ @objc weak open var delegate: (any SendbirdChatSDK.NotificationCollectionDelegate)? {
@objc get
@objc set
}
@@ -1485,8 +1487,8 @@ extension SendbirdChatSDK.PollStatus : Swift.RawRepresentable, Swift.Codable {
get
}
public init?(rawValue: Swift.String)
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDBlockedUserListQuery) public class BlockedUserListQuery : ObjectiveC.NSObject, SendbirdChatSDK.UserListQuery {
@objc public var hasNext: Swift.Bool {
@@ -1509,16 +1511,6 @@ extension SendbirdChatSDK.BlockedUserListQuery {
@objc get
}
}
-@usableFromInline
-internal protocol _AnyDecodable {
- var value: Any { get }
- init(_ value: T?)
-}
-@usableFromInline
-internal protocol _AnyEncodable {
- var value: Any { get }
- init(_ value: T?)
-}
@_inheritsConvenienceInitializers @objc(SBDPollUpdateParams) public class PollUpdateParams : ObjectiveC.NSObject {
@objc public var title: Swift.String?
@objc public var text: Swift.String?
@@ -1536,7 +1528,7 @@ internal protocol _AnyEncodable {
@objc deinit
}
extension SendbirdChatSDK.PollUpdateParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension Swift.UInt16 : Swift.ExpressibleByUnicodeScalarLiteral {
public typealias UnicodeScalarLiteralType = Swift.UnicodeScalar
@@ -1561,8 +1553,8 @@ extension SendbirdChatSDK.FriendListQueryParams : Foundation.NSCopying {
@objc final public let replyCount: Swift.Int
@objc final public let mostRepliedUsers: [SendbirdChatSDK.User]
@objc final public let lastRepliedAt: Swift.Int64
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDFileMessageCreateParams) public class FileMessageCreateParams : SendbirdChatSDK.BaseMessageCreateParams {
@@ -1585,8 +1577,8 @@ extension SendbirdChatSDK.FriendListQueryParams : Foundation.NSCopying {
@objc public init(fileURL: Swift.String)
@objc override dynamic public init()
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDSessionDelegate) public protocol SessionDelegate {
@@ -1601,9 +1593,9 @@ extension SendbirdChatSDK.FriendListQueryParams : Foundation.NSCopying {
@objc public var name: Swift.String
@objc public var volume: Swift.Float
@objc public init(name: Swift.String = "default", volume: Swift.Float = 1.0)
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- required public init(from decoder: Swift.Decoder) throws
}
public struct DeliveryStatus {
public let channelURL: Swift.String
@@ -1619,7 +1611,7 @@ public struct DeliveryStatus {
@objc deinit
}
extension SendbirdChatSDK.PollRetrievalParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc extension SendbirdChatSDK.BaseChannel {
@objc dynamic open func addOperators(userIds: [Swift.String], completionHandler: SendbirdChatSDK.SBErrorHandler?)
@@ -1689,8 +1681,8 @@ extension SendbirdChatSDK.PollRetrievalParams : Swift.Encodable {
final public let uikitConfigInfo: SendbirdChatSDK.UIKitConfigInfo
@objc final public let multipleFilesMessageFileCountLimit: Swift.Int
@objc public func isEmojiUpdateNeeded(prevEmojiHash: Swift.String) -> Swift.Bool
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDScheduledStatusOptions) final public class ScheduledStatusOptions : ObjectiveC.NSObject, Swift.OptionSet {
@@ -1765,8 +1757,8 @@ extension SendbirdChatSDK.ApplicationUserListQueryParams : Foundation.NSCopying
@objc public var votedPollOptionIds: [Swift.Int64] {
get
}
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc public class func create(params: SendbirdChatSDK.PollCreateParams, completionHandler: @escaping SendbirdChatSDK.PollHandler)
@objc public class func get(params: SendbirdChatSDK.PollRetrievalParams, completionHandler: @escaping SendbirdChatSDK.PollHandler)
@objc deinit
@@ -1817,8 +1809,8 @@ extension SendbirdChatSDK.Poll : SendbirdChatSDK.Serializable {
}
@objc public init(file: Foundation.Data)
@objc public init(fileURL: Swift.String)
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDOperatorListQuery) public class OperatorListQuery : ObjectiveC.NSObject, SendbirdChatSDK.UserListQuery {
@@ -1837,12 +1829,22 @@ extension SendbirdChatSDK.OperatorListQuery {
@objc get
}
}
+@usableFromInline
+internal protocol _AnyDecodable {
+ var value: Any { get }
+ init(_ value: T?)
+}
+@usableFromInline
+internal protocol _AnyEncodable {
+ var value: Any { get }
+ init(_ value: T?)
+}
@objc(SBDPollOptionVoterResult) public class PollOptionVoterResult : ObjectiveC.NSObject, Swift.Codable {
@objc final public let voteCount: Swift.UInt
@objc final public let voters: [SendbirdChatSDK.User]
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
@_inheritsConvenienceInitializers @objc(SBDMemberListQueryParams) final public class MemberListQueryParams : ObjectiveC.NSObject {
@objc final public var nicknameStartsWithFilter: Swift.String?
@@ -1894,8 +1896,8 @@ extension SendbirdChatSDK.MessageListParams {
final public var lastUpdatedAt: Swift.Int64 {
get
}
- final public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ final public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDMember) public class Member : SendbirdChatSDK.User {
@@ -1917,8 +1919,8 @@ extension SendbirdChatSDK.MessageListParams {
@objc public var restrictionInfo: SendbirdChatSDK.RestrictionInfo? {
get
}
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.Member {
@@ -1958,8 +1960,8 @@ extension SendbirdChatSDK.Member {
@objc open var categories: [SendbirdChatSDK.NotificationCategory] {
get
}
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.FeedChannel {
@@ -1969,8 +1971,8 @@ extension SendbirdChatSDK.FeedChannel {
@objc final public let scheduledMessageId: Swift.Int64
@objc final public let scheduledAt: Swift.Int64
@objc public var scheduledMessageParams: SendbirdChatSDK.ScheduledBaseMessageCreateParams?
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.ScheduledInfo {
@@ -1988,8 +1990,8 @@ extension SendbirdChatSDK.ScheduledInfo {
@objc final public let updatedAt: Swift.Int64
@objc(getPollOptionWithParams:completionHandler:) public class func getPollOption(params: SendbirdChatSDK.PollOptionRetrievalParams, completionHandler: @escaping SendbirdChatSDK.PollOptionHandler)
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.PollOption {
@objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool
@@ -2093,8 +2095,8 @@ extension SendbirdChatSDK.UserConnectionStatus : Swift.RawRepresentable, Swift.C
public var rawValue: Swift.Bool? {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDReportCategory) public enum ReportCategory : Swift.Int {
case suspicious = 0
@@ -2108,8 +2110,8 @@ extension SendbirdChatSDK.ReportCategory : Swift.RawRepresentable, Swift.Codable
get
}
public init?(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDReactionEventAction) public enum ReactionEventAction : Swift.Int {
case add = 0
@@ -2121,8 +2123,8 @@ extension SendbirdChatSDK.ReactionEventAction : Swift.RawRepresentable, Swift.Co
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDLogLevel) public enum LogLevel : Swift.Int, Swift.Comparable, Swift.Codable {
case verbose
@@ -2131,8 +2133,8 @@ extension SendbirdChatSDK.ReactionEventAction : Swift.RawRepresentable, Swift.Co
case warning
case error
case none
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public static func < (lhs: SendbirdChatSDK.LogLevel, rhs: SendbirdChatSDK.LogLevel) -> Swift.Bool
public static func == (lhs: SendbirdChatSDK.LogLevel, rhs: SendbirdChatSDK.LogLevel) -> Swift.Bool
public init?(rawValue: Swift.Int)
@@ -2198,8 +2200,8 @@ extension SendbirdChatSDK.NotificationPriority : Swift.RawRepresentable, Swift.C
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendbirdChatSDK.OpenChannel {
@objc dynamic open class func createOpenChannelListQuery() -> SendbirdChatSDK.OpenChannelListQuery
@@ -2365,8 +2367,8 @@ extension SendbirdChatSDK.GroupChannel {
get
}
@objc open class func compare(channelA: SendbirdChatSDK.GroupChannel, channelB: SendbirdChatSDK.GroupChannel, order: SendbirdChatSDK.GroupChannelListOrder) -> Swift.Bool
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.GroupChannel {
@@ -2398,8 +2400,8 @@ extension SendbirdChatSDK.GroupChannel {
@_hasMissingDesignatedInitializers @objc(SBDMultipleFilesMessageCreateParams) public class MultipleFilesMessageCreateParams : SendbirdChatSDK.BaseMessageCreateParams {
@objc public var uploadableFileInfoList: [SendbirdChatSDK.UploadableFileInfo]
@objc public init(uploadableFileInfoList: [SendbirdChatSDK.UploadableFileInfo])
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
}
@@ -2434,7 +2436,7 @@ extension SendbirdChatSDK.BannedUserListQuery {
@objc public func addMentionedUserIds(_ userIds: [Swift.String])
@objc override dynamic public init()
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@objc(SBDFeedback) open class Feedback : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying {
@@ -2442,8 +2444,8 @@ extension SendbirdChatSDK.BannedUserListQuery {
@objc final public let rating: SendbirdChatSDK.Feedback.Rating
@objc final public let comment: Swift.String?
public init(id: Swift.Int64, rating: SendbirdChatSDK.Feedback.Rating, comment: Swift.String?)
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
}
@@ -2459,8 +2461,8 @@ extension SendbirdChatSDK.Feedback {
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
}
extension SendbirdChatSDK.Feedback {
@@ -2498,8 +2500,8 @@ extension SendbirdChatSDK.Feedback {
@objc public static let groupChannelUnreadMessageCount: SendbirdChatSDK.UnreadItemKey
@objc public static let groupChannelUnreadMentionCount: SendbirdChatSDK.UnreadItemKey
@objc public static let groupChannelInvitationCount: SendbirdChatSDK.UnreadItemKey
- required convenience public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required convenience public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc convenience public init(keys: [SendbirdChatSDK.UnreadItemKey])
@objc override dynamic public var hash: Swift.Int {
@objc get
@@ -2525,8 +2527,8 @@ extension SendbirdChatSDK.CountPreference : Swift.RawRepresentable, Swift.Codabl
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMentionType) public enum MentionType : Swift.Int {
case users = 0
@@ -2538,8 +2540,8 @@ extension SendbirdChatSDK.MentionType : Swift.RawRepresentable, Swift.Codable {
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMessageSendingStatus) public enum MessageSendingStatus : Swift.Int {
case none = 0
@@ -2556,8 +2558,8 @@ extension SendbirdChatSDK.MentionType : Swift.RawRepresentable, Swift.Codable {
extension SendbirdChatSDK.MessageSendingStatus : Swift.Codable {
public init(stringValue: Swift.String)
public init(rawValue: Swift.Int)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendbirdChatSDK.MessageSendingStatus : Swift.CustomDebugStringConvertible {
public var debugDescription: Swift.String {
@@ -2574,7 +2576,7 @@ extension SendbirdChatSDK.MessageSearchQueryOrder : Swift.RawRepresentable, Swif
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@objc(SBDReplyType) public enum ReplyType : Swift.Int {
case none = 0
@@ -2587,8 +2589,28 @@ extension SendbirdChatSDK.ReplyType : Swift.RawRepresentable, Swift.Codable {
get
}
public init(rawValue: Swift.String)
- public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+}
+public protocol SSLTrustValidator {
+ func isValid(_ trust: Security.SecTrust, domain: Swift.String?) -> Swift.Bool
+}
+open class SSLCert {
+ public init(data: Foundation.Data)
+ public init(key: Security.SecKey)
+ @objc deinit
+}
+open class SSLSecurity : SendbirdChatSDK.SSLTrustValidator {
+ public var validatedDN: Swift.Bool
+ public var validateEntireChain: Swift.Bool
+ convenience public init(usePublicKeys: Swift.Bool = false)
+ public init(certs: [SendbirdChatSDK.SSLCert], usePublicKeys: Swift.Bool)
+ open func isValid(_ trust: Security.SecTrust, domain: Swift.String?) -> Swift.Bool
+ public func extractPublicKey(_ data: Foundation.Data) -> Security.SecKey?
+ public func extractPublicKey(_ cert: Security.SecCertificate, policy: Security.SecPolicy) -> Security.SecKey?
+ public func certificateChain(_ trust: Security.SecTrust) -> [Foundation.Data]
+ public func publicKeyChain(_ trust: Security.SecTrust) -> [Security.SecKey]
+ @objc deinit
}
@objc(SBDScheduledBaseMessageCreateParams) public class ScheduledBaseMessageCreateParams : ObjectiveC.NSObject, Swift.Codable {
@objc public var scheduledAt: Swift.Int64
@@ -2608,27 +2630,27 @@ extension SendbirdChatSDK.ReplyType : Swift.RawRepresentable, Swift.Codable {
@objc public func addMentionedUserIds(_ userIds: [Swift.String])
@objc public var appleCriticalAlertOptions: SendbirdChatSDK.AppleCriticalAlertOptions?
@objc public init(scheduledAt: Swift.Int64)
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDPinnedMessage) public class PinnedMessage : ObjectiveC.NSObject, Swift.Codable, Foundation.NSCopying {
@objc open var message: SendbirdChatSDK.BaseMessage? {
get
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
-@_inheritsConvenienceInitializers @objc(SBDPollData) public class PollData : ObjectiveC.NSObject, Swift.Codable {
+@objc(SBDPollData) public class PollData : ObjectiveC.NSObject, Swift.Codable {
@objc public var text: Swift.String? {
get
}
- @objc override dynamic public init()
+ @objc public init(text: Swift.String?)
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
}
@_hasMissingDesignatedInitializers @objc(SBDGroupChannelCollection) open class GroupChannelCollection : SendbirdChatSDK.BaseCollection {
@objc open var channelList: [SendbirdChatSDK.GroupChannel] {
@@ -2643,7 +2665,7 @@ extension SendbirdChatSDK.ReplyType : Swift.RawRepresentable, Swift.Codable {
@objc open var query: SendbirdChatSDK.GroupChannelListQuery {
get
}
- @objc weak open var delegate: SendbirdChatSDK.GroupChannelCollectionDelegate? {
+ @objc weak open var delegate: (any SendbirdChatSDK.GroupChannelCollectionDelegate)? {
@objc get
@objc set
}
@@ -2666,8 +2688,8 @@ extension SendbirdChatSDK.ReplyType : Swift.RawRepresentable, Swift.Codable {
@_hasMissingDesignatedInitializers @objc(SBDMessageReviewInfo) public class MessageReviewInfo : ObjectiveC.NSObject, Swift.Codable {
@objc final public let status: SendbirdChatSDK.MessageReviewStatus
@objc final public let originalMessageInfo: SendbirdChatSDK.OriginalMessageInfo?
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDOpenChannelListQueryParams) final public class OpenChannelListQueryParams : ObjectiveC.NSObject {
@@ -2772,8 +2794,8 @@ extension SendbirdChatSDK.PublicGroupChannelListQuery {
@objc(setMetaDataFilterWithKey:values:) final public func setMetaDataFilter(_ key: Swift.String, values: [Swift.String])
@objc(setMetaDataFilterWithKey:valueStartsWith:) final public func setMetaDataFilter(_ key: Swift.String, valueStartsWith value: Swift.String)
@objc deinit
- final public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ final public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
extension SendbirdChatSDK.GroupChannelListQueryParams {
@objc override final public func isEqual(_ object: Any?) -> Swift.Bool
@@ -2818,8 +2840,8 @@ extension SendbirdChatSDK.MutedUserListQueryParams : Foundation.NSCopying {
@objc public var fileSize: Swift.UInt
@objc public init(scheduledAt: Swift.Int64, file: Foundation.Data)
@objc public init(scheduledAt: Swift.Int64, fileURL: Swift.String)
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBDNotificationData) open class NotificationData : ObjectiveC.NSObject, Swift.Codable {
@@ -2835,8 +2857,8 @@ extension SendbirdChatSDK.MutedUserListQueryParams : Foundation.NSCopying {
@objc open var templateVariables: [Swift.String : Any] {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDPollCreateParams) public class PollCreateParams : ObjectiveC.NSObject {
@@ -2851,7 +2873,7 @@ extension SendbirdChatSDK.MutedUserListQueryParams : Foundation.NSCopying {
@objc deinit
}
extension SendbirdChatSDK.PollCreateParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDNotificationMessageStatus) public enum NotificationMessageStatus : Swift.Int {
case none = 0
@@ -2865,8 +2887,8 @@ extension SendbirdChatSDK.NotificationMessageStatus : Swift.RawRepresentable, Sw
}
public init(rawValue: Swift.Int64)
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public var rawValue: Swift.Int {
get
@@ -2896,8 +2918,8 @@ public typealias GroupChannelMemberListQuery = SendbirdChatSDK.MemberListQuery
@objc public var targetFields: [Swift.String]?
@objc override dynamic public init()
@objc public init(builder: (SendbirdChatSDK.MessageSearchQueryParams) -> Swift.Void)
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.MessageSearchQueryParams {
@@ -2928,8 +2950,8 @@ extension SendbirdChatSDK.MessageSearchQueryParams : Foundation.NSCopying {
@objc public var status: SendbirdChatSDK.PollStatus {
get
}
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
extension SendbirdChatSDK.PollDetails {
@@ -2941,7 +2963,7 @@ extension SendbirdChatSDK.PollDetails {
@objc final public let timestamp: Swift.Int64
@objc final public let messageId: Swift.Int64
@objc final public let votedOptionIds: [Swift.Int64]
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDGroupChannelChangeLogsParams) public class GroupChannelChangeLogsParams : ObjectiveC.NSObject {
@@ -3035,6 +3057,176 @@ extension SendbirdChatSDK.OpenChannel {
@objc override dynamic public init()
@objc deinit
}
+public let WebsocketDidConnectNotification: Swift.String
+public let WebsocketDidDisconnectNotification: Swift.String
+public let WebsocketDisconnectionErrorKeyName: Swift.String
+public enum CloseCode : Swift.UInt16 {
+ case normal
+ case goingAway
+ case protocolError
+ case protocolUnhandledType
+ case noStatusReceived
+ case encoding
+ case policyViolated
+ case messageTooBig
+ public init?(rawValue: Swift.UInt16)
+ public typealias RawValue = Swift.UInt16
+ public var rawValue: Swift.UInt16 {
+ get
+ }
+}
+public enum ErrorType : Swift.Error {
+ case outputStreamWriteError
+ case compressionError
+ case invalidSSLError
+ case writeTimeoutError
+ case protocolError
+ case upgradeError
+ case closeError
+ public static func == (a: SendbirdChatSDK.ErrorType, b: SendbirdChatSDK.ErrorType) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+public struct WSError : Swift.Error {
+ public let type: SendbirdChatSDK.ErrorType
+ public let message: Swift.String
+ public let code: Swift.Int
+}
+public protocol WebSocketClient : AnyObject {
+ var delegate: (any SendbirdChatSDK.WebSocketDelegate)? { get set }
+ var pongDelegate: (any SendbirdChatSDK.WebSocketPongDelegate)? { get set }
+ var disableSSLCertValidation: Swift.Bool { get set }
+ var overrideTrustHostname: Swift.Bool { get set }
+ var desiredTrustHostname: Swift.String? { get set }
+ var sslClientCertificate: SendbirdChatSDK.SSLClientCertificate? { get set }
+ var security: (any SendbirdChatSDK.SSLTrustValidator)? { get set }
+ var enabledSSLCipherSuites: [Security.SSLCipherSuite]? { get set }
+ var isConnected: Swift.Bool { get }
+ func connect()
+ func disconnect(forceTimeout: Foundation.TimeInterval?, closeCode: Swift.UInt16)
+ func write(string: Swift.String, completion: (() -> ())?)
+ func write(data: Foundation.Data, completion: (() -> ())?)
+ func write(ping: Foundation.Data, completion: (() -> ())?)
+ func write(pong: Foundation.Data, completion: (() -> ())?)
+}
+extension SendbirdChatSDK.WebSocketClient {
+ public func write(string: Swift.String)
+ public func write(data: Foundation.Data)
+ public func write(ping: Foundation.Data)
+ public func write(pong: Foundation.Data)
+ public func disconnect()
+}
+public struct SSLSettings {
+ public let useSSL: Swift.Bool
+ public let disableCertValidation: Swift.Bool
+ public var overrideTrustHostname: Swift.Bool
+ public var desiredTrustHostname: Swift.String?
+ public let sslClientCertificate: SendbirdChatSDK.SSLClientCertificate?
+ public let cipherSuites: [Security.SSLCipherSuite]?
+}
+public protocol WSStreamDelegate : AnyObject {
+ func newBytesInStream()
+ func streamDidError(error: (any Swift.Error)?)
+}
+public protocol WSStream {
+ var delegate: (any SendbirdChatSDK.WSStreamDelegate)? { get set }
+ func connect(url: Foundation.URL, port: Swift.Int, timeout: Foundation.TimeInterval, ssl: SendbirdChatSDK.SSLSettings, completion: @escaping (((any Swift.Error)?) -> Swift.Void))
+ func write(data: Foundation.Data) -> Swift.Int
+ func read() -> Foundation.Data?
+ func cleanup()
+ func sslTrust() -> (trust: Security.SecTrust?, domain: Swift.String?)
+}
+@objc @_inheritsConvenienceInitializers open class FoundationStream : ObjectiveC.NSObject, SendbirdChatSDK.WSStream, Foundation.StreamDelegate {
+ weak public var delegate: (any SendbirdChatSDK.WSStreamDelegate)?
+ public var enableSOCKSProxy: Swift.Bool
+ public func connect(url: Foundation.URL, port: Swift.Int, timeout: Foundation.TimeInterval, ssl: SendbirdChatSDK.SSLSettings, completion: @escaping (((any Swift.Error)?) -> Swift.Void))
+ public func write(data: Foundation.Data) -> Swift.Int
+ public func read() -> Foundation.Data?
+ public func cleanup()
+ public func sslTrust() -> (trust: Security.SecTrust?, domain: Swift.String?)
+ @objc open func stream(_ aStream: Foundation.Stream, handle eventCode: Foundation.Stream.Event)
+ @objc override dynamic public init()
+ @objc deinit
+}
+public protocol WebSocketDelegate : AnyObject {
+ func websocketDidConnect(socket: any SendbirdChatSDK.WebSocketClient)
+ func websocketDidDisconnect(socket: any SendbirdChatSDK.WebSocketClient, error: (any Swift.Error)?)
+ func websocketDidReceiveMessage(socket: any SendbirdChatSDK.WebSocketClient, text: Swift.String)
+ func websocketDidReceiveData(socket: any SendbirdChatSDK.WebSocketClient, data: Foundation.Data)
+}
+public protocol WebSocketPongDelegate : AnyObject {
+ func websocketDidReceivePong(socket: any SendbirdChatSDK.WebSocketClient, data: Foundation.Data?)
+}
+public protocol WebSocketAdvancedDelegate : AnyObject {
+ func websocketDidConnect(socket: SendbirdChatSDK.WebSocket)
+ func websocketDidDisconnect(socket: SendbirdChatSDK.WebSocket, error: (any Swift.Error)?)
+ func websocketDidReceiveMessage(socket: SendbirdChatSDK.WebSocket, text: Swift.String, response: SendbirdChatSDK.WebSocket.WSResponse)
+ func websocketDidReceiveData(socket: SendbirdChatSDK.WebSocket, data: Foundation.Data, response: SendbirdChatSDK.WebSocket.WSResponse)
+ func websocketHttpUpgrade(socket: SendbirdChatSDK.WebSocket, request: Swift.String)
+ func websocketHttpUpgrade(socket: SendbirdChatSDK.WebSocket, response: Swift.String)
+}
+@objc open class WebSocket : ObjectiveC.NSObject, Foundation.StreamDelegate, SendbirdChatSDK.WebSocketClient, SendbirdChatSDK.WSStreamDelegate {
+ public enum OpCode : Swift.UInt8 {
+ case continueFrame
+ case textFrame
+ case binaryFrame
+ case connectionClose
+ case ping
+ case pong
+ public init?(rawValue: Swift.UInt8)
+ public typealias RawValue = Swift.UInt8
+ public var rawValue: Swift.UInt8 {
+ get
+ }
+ }
+ public static let ErrorDomain: Swift.String
+ public var callbackQueue: Dispatch.DispatchQueue
+ @_hasMissingDesignatedInitializers public class WSResponse {
+ public var code: SendbirdChatSDK.WebSocket.OpCode
+ public var frameCount: Swift.Int
+ public var buffer: Foundation.NSMutableData?
+ final public let firstFrame: Foundation.Date
+ @objc deinit
+ }
+ weak public var delegate: (any SendbirdChatSDK.WebSocketDelegate)?
+ weak public var advancedDelegate: (any SendbirdChatSDK.WebSocketAdvancedDelegate)?
+ weak public var pongDelegate: (any SendbirdChatSDK.WebSocketPongDelegate)?
+ public var onConnect: (() -> Swift.Void)?
+ public var onDisconnect: (((any Swift.Error)?) -> Swift.Void)?
+ public var onText: ((Swift.String) -> Swift.Void)?
+ public var onData: ((Foundation.Data) -> Swift.Void)?
+ public var onPong: ((Foundation.Data?) -> Swift.Void)?
+ public var onHttpResponseHeaders: (([Swift.String : Swift.String]) -> Swift.Void)?
+ public var disableSSLCertValidation: Swift.Bool
+ public var overrideTrustHostname: Swift.Bool
+ public var desiredTrustHostname: Swift.String?
+ public var sslClientCertificate: SendbirdChatSDK.SSLClientCertificate?
+ public var enableCompression: Swift.Bool
+ public var security: (any SendbirdChatSDK.SSLTrustValidator)?
+ public var enabledSSLCipherSuites: [Security.SSLCipherSuite]?
+ public var isConnected: Swift.Bool {
+ get
+ }
+ public var request: Foundation.URLRequest
+ public var currentURL: Foundation.URL {
+ get
+ }
+ public var respondToPingWithPong: Swift.Bool
+ public init(request: Foundation.URLRequest, protocols: [Swift.String]? = nil, stream: any SendbirdChatSDK.WSStream = FoundationStream())
+ convenience public init(url: Foundation.URL, protocols: [Swift.String]? = nil)
+ convenience public init(url: Foundation.URL, writeQueueQOS: Foundation.QualityOfService, protocols: [Swift.String]? = nil)
+ open func connect()
+ open func disconnect(forceTimeout: Foundation.TimeInterval? = nil, closeCode: Swift.UInt16 = CloseCode.normal.rawValue)
+ open func write(string: Swift.String, completion: (() -> ())? = nil)
+ open func write(data: Foundation.Data, completion: (() -> ())? = nil)
+ open func write(ping: Foundation.Data, completion: (() -> ())? = nil)
+ open func write(pong: Foundation.Data, completion: (() -> ())? = nil)
+ public func newBytesInStream()
+ public func streamDidError(error: (any Swift.Error)?)
+ @objc deinit
+}
@objc extension SendbirdChatSDK.BaseChannel {
@objc @discardableResult
dynamic open func sendFileMessage(params: SendbirdChatSDK.FileMessageCreateParams, completionHandler: SendbirdChatSDK.FileMessageHandler?) -> SendbirdChatSDK.FileMessage?
@@ -3052,7 +3244,7 @@ extension SendbirdChatSDK.OpenChannel {
@objc(cancelUploadingFileMessageWithRequestId:completionHandler:) dynamic open class func cancelUploadingFileMessage(requestId: Swift.String, completionHandler: ((_ result: Swift.Bool, _ error: SendbirdChatSDK.SBError?) -> Swift.Void)?)
}
@_hasMissingDesignatedInitializers @objc(SBDMessageCollection) open class MessageCollection : SendbirdChatSDK.BaseCollection {
- @objc weak open var delegate: SendbirdChatSDK.MessageCollectionDelegate? {
+ @objc weak open var delegate: (any SendbirdChatSDK.MessageCollectionDelegate)? {
@objc get
@objc set
}
@@ -3173,7 +3365,7 @@ extension SendbirdChatSDK.OpenChannelListQuery {
@objc set
}
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func setOperators(_ operators: [SendbirdChatSDK.User])
@objc deinit
}
@@ -3228,9 +3420,9 @@ extension SendbirdChatSDK.GroupChannelCollection : SendbirdChatSDK.GroupChannelD
@_inheritsConvenienceInitializers @objc(SBDGroupChannelTotalUnreadChannelCountParams) public class GroupChannelTotalUnreadChannelCountParams : ObjectiveC.NSObject, Swift.Encodable {
@objc public var customTypesFilter: [Swift.String]?
@objc public var superChannelFilter: SendbirdChatSDK.GroupChannelSuperChannelFilter
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public init()
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
}
@objc(SBChatError) public enum ChatError : Swift.Int, SendbirdChatSDK.SBErrorCode {
case invalidParameterValueString = 400100
@@ -3342,7 +3534,7 @@ extension SendbirdChatSDK.GroupChannelCollection : SendbirdChatSDK.GroupChannelD
}
}
extension SendbirdChatSDK.ChatError : Swift.Decodable {
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@_hasMissingDesignatedInitializers @objc(SBDOpenChannel) open class OpenChannel : SendbirdChatSDK.BaseChannel {
@objc open var participantCount: Swift.Int {
@@ -3353,8 +3545,8 @@ extension SendbirdChatSDK.ChatError : Swift.Decodable {
}
@objc(isOperatorWithUser:) open func isOperator(user: SendbirdChatSDK.User) -> Swift.Bool
@objc open func isOperator(userId: Swift.String) -> Swift.Bool
- required public init(from decoder: Swift.Decoder) throws
- override open func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override open func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.OpenChannel {
@@ -3386,7 +3578,7 @@ extension SendbirdChatSDK.MutedUserListQuery {
@_hasMissingDesignatedInitializers @objc(SBDFileMessageUpdateParams) public class FileMessageUpdateParams : SendbirdChatSDK.BaseMessageUpdateParams {
@objc override dynamic public init()
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- override public func encode(to encoder: Swift.Encoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class SendbirdChat : ObjectiveC.NSObject {
@@ -3427,24 +3619,24 @@ extension SendbirdChatSDK.MutedUserListQuery {
@objc public class func createMessageSearchQuery(builder: (SendbirdChatSDK.MessageSearchQueryParams) -> Swift.Void) -> SendbirdChatSDK.MessageSearchQuery
@objc public class func createMessageSearchQuery(params: SendbirdChatSDK.MessageSearchQueryParams) -> SendbirdChatSDK.MessageSearchQuery
@available(*, deprecated, renamed: "addConnectionDelegate(_:identifier:)", message: "This method is deprecated in 4.0.12.")
- public class func add(_ delegate: SendbirdChatSDK.ConnectionDelegate, identifier: Swift.String)
- @objc public class func addConnectionDelegate(_ delegate: SendbirdChatSDK.ConnectionDelegate, identifier: Swift.String)
+ public class func add(_ delegate: any SendbirdChatSDK.ConnectionDelegate, identifier: Swift.String)
+ @objc public class func addConnectionDelegate(_ delegate: any SendbirdChatSDK.ConnectionDelegate, identifier: Swift.String)
@objc public class func removeConnectionDelegate(forIdentifier identifier: Swift.String)
- @objc public class func connectionDelegate(forIdentifier identifier: Swift.String) -> SendbirdChatSDK.ConnectionDelegate?
+ @objc public class func connectionDelegate(forIdentifier identifier: Swift.String) -> (any SendbirdChatSDK.ConnectionDelegate)?
@objc public class func removeAllConnectionDelegates()
@available(*, deprecated, renamed: "addChannelDelegate(_:identifier:)", message: "This method is deprecated in 4.0.12.")
- public class func add(_ delegate: SendbirdChatSDK.BaseChannelDelegate, identifier: Swift.String)
- @objc public class func addChannelDelegate(_ delegate: SendbirdChatSDK.BaseChannelDelegate, identifier: Swift.String)
+ public class func add(_ delegate: any SendbirdChatSDK.BaseChannelDelegate, identifier: Swift.String)
+ @objc public class func addChannelDelegate(_ delegate: any SendbirdChatSDK.BaseChannelDelegate, identifier: Swift.String)
@objc public class func removeChannelDelegate(forIdentifier identifier: Swift.String)
- @objc public class func channelDelegate(forIdentifier identifier: Swift.String) -> SendbirdChatSDK.BaseChannelDelegate?
+ @objc public class func channelDelegate(forIdentifier identifier: Swift.String) -> (any SendbirdChatSDK.BaseChannelDelegate)?
@objc public class func removeAllChannelDelegates()
- @objc public class func userEventDelegate(forIdentifier identifier: Swift.String) -> SendbirdChatSDK.UserEventDelegate?
+ @objc public class func userEventDelegate(forIdentifier identifier: Swift.String) -> (any SendbirdChatSDK.UserEventDelegate)?
@available(*, deprecated, renamed: "addUserEventDelegate(_:identifier:)", message: "This method is deprecated in 4.0.12.")
- public class func add(_ delegate: SendbirdChatSDK.UserEventDelegate, identifier: Swift.String)
- @objc public class func addUserEventDelegate(_ delegate: SendbirdChatSDK.UserEventDelegate, identifier: Swift.String)
+ public class func add(_ delegate: any SendbirdChatSDK.UserEventDelegate, identifier: Swift.String)
+ @objc public class func addUserEventDelegate(_ delegate: any SendbirdChatSDK.UserEventDelegate, identifier: Swift.String)
@objc public class func removeUserEventDelegate(forIdentifier identifier: Swift.String)
@objc public class func removeAllUserEventDelegates()
- @objc public class func setSessionDelegate(_ delegate: SendbirdChatSDK.SessionDelegate)
+ @objc public class func setSessionDelegate(_ delegate: any SendbirdChatSDK.SessionDelegate)
@objc public class func removeSessionDelegate()
@objc public class func getPendingPushToken() -> Foundation.Data?
@objc public class func registerDevicePushToken(_ devToken: Foundation.Data, unique: Swift.Bool, completionHandler: ((_ registrationStatus: SendbirdChatSDK.PushTokenRegistrationStatus, _ error: SendbirdChatSDK.SBError?) -> Swift.Void)? = nil)
@@ -3522,7 +3714,7 @@ extension SendbirdChatSDK.MutedUserListQuery {
@objc public class func unblockUser(_ user: SendbirdChatSDK.User, completionHandler: SendbirdChatSDK.SBErrorHandler? = nil)
@objc public class func createGroupChannelCollection(query: SendbirdChatSDK.GroupChannelListQuery) -> SendbirdChatSDK.GroupChannelCollection?
@objc public class func createMessageCollection(channel: SendbirdChatSDK.GroupChannel, startingPoint: Swift.Int64, params: SendbirdChatSDK.MessageListParams) -> SendbirdChatSDK.MessageCollection
- @objc open class func createNotificationCollection(channel: SendbirdChatSDK.FeedChannel, startingPoint: Swift.Int64, params: SendbirdChatSDK.MessageListParams, delegate: SendbirdChatSDK.NotificationCollectionDelegate?) -> SendbirdChatSDK.NotificationCollection?
+ @objc open class func createNotificationCollection(channel: SendbirdChatSDK.FeedChannel, startingPoint: Swift.Int64, params: SendbirdChatSDK.MessageListParams, delegate: (any SendbirdChatSDK.NotificationCollectionDelegate)?) -> SendbirdChatSDK.NotificationCollection?
@objc public class func clearCachedData(completionHandler: SendbirdChatSDK.SBErrorHandler?)
@objc public class func clearCachedMessages(channelURL: Swift.String, completionHandler: SendbirdChatSDK.SBErrorHandler?)
@objc public class func getCachedDataSize() -> Swift.Int
@@ -3550,6 +3742,42 @@ extension SendbirdChatSDK.MutedUserListQuery {
@objc public class func sendUserMessage(channelType: SendbirdChatSDK.ChannelType, channelURL: Swift.String, params: SendbirdChatSDK.UserMessageCreateParams, completionHandler: SendbirdChatSDK.UserMessageHandler?)
@objc deinit
}
+public enum GzipStatics {
+ public static let maxWindowBits: Swift.Int32
+}
+public struct CompressionLevel : Swift.RawRepresentable {
+ public let rawValue: Swift.Int32
+ public static let noCompression: SendbirdChatSDK.CompressionLevel
+ public static let bestSpeed: SendbirdChatSDK.CompressionLevel
+ public static let bestCompression: SendbirdChatSDK.CompressionLevel
+ public static let defaultCompression: SendbirdChatSDK.CompressionLevel
+ public init(rawValue: Swift.Int32)
+ public init(_ rawValue: Swift.Int32)
+ public typealias RawValue = Swift.Int32
+}
+public struct GzipError : Swift.Error {
+ public enum Kind : Swift.Equatable {
+ case stream
+ case data
+ case memory
+ case buffer
+ case version
+ case unknown(code: Swift.Int)
+ public static func == (a: SendbirdChatSDK.GzipError.Kind, b: SendbirdChatSDK.GzipError.Kind) -> Swift.Bool
+ }
+ public let kind: SendbirdChatSDK.GzipError.Kind
+ public let message: Swift.String
+ public var localizedDescription: Swift.String {
+ get
+ }
+}
+extension Foundation.Data {
+ public var isGzipped: Swift.Bool {
+ get
+ }
+ public func gzipped(level: SendbirdChatSDK.CompressionLevel = .defaultCompression, wBits: Swift.Int32 = GzipStatics.maxWindowBits + 16) throws -> Foundation.Data
+ public func gunzipped(wBits: Swift.Int32 = GzipStatics.maxWindowBits + 32) throws -> Foundation.Data
+}
@objc(SBDGroupChannelListOrder) public enum GroupChannelListOrder : Swift.Int {
case chronological = 0
case latestLastMessage = 1
@@ -3562,8 +3790,8 @@ extension SendbirdChatSDK.GroupChannelListOrder : Swift.RawRepresentable, Swift.
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPublicGroupChannelListOrder) public enum PublicGroupChannelListOrder : Swift.Int {
case chronological = 0
@@ -3576,8 +3804,8 @@ extension SendbirdChatSDK.PublicGroupChannelListOrder : Swift.RawRepresentable,
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelListQueryType) public enum GroupChannelListQueryType : Swift.Int {
case and = 0
@@ -3589,8 +3817,8 @@ extension SendbirdChatSDK.GroupChannelListQueryType : Swift.RawRepresentable, Sw
get
}
public init?(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelSuperChannelFilter) public enum GroupChannelSuperChannelFilter : Swift.Int {
case all = 0
@@ -3605,8 +3833,8 @@ extension SendbirdChatSDK.GroupChannelSuperChannelFilter : Swift.RawRepresentabl
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelPublicChannelFilter) public enum GroupChannelPublicChannelFilter : Swift.Int {
case all = 0
@@ -3619,8 +3847,8 @@ extension SendbirdChatSDK.GroupChannelPublicChannelFilter : Swift.RawRepresentab
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPublicGroupChannelMembershipFilter) public enum PublicGroupChannelMembershipFilter : Swift.Int {
case all = 0
@@ -3632,8 +3860,8 @@ extension SendbirdChatSDK.PublicGroupChannelMembershipFilter : Swift.RawRepresen
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelOperatorFilter) public enum GroupChannelOperatorFilter : Swift.Int {
case all = 0
@@ -3646,8 +3874,8 @@ extension SendbirdChatSDK.GroupChannelOperatorFilter : Swift.RawRepresentable, S
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelMutedMemberFilter) public enum GroupChannelMutedMemberFilter : Swift.Int {
case all = 0
@@ -3660,8 +3888,8 @@ extension SendbirdChatSDK.GroupChannelMutedMemberFilter : Swift.RawRepresentable
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDUnreadChannelFilter) public enum UnreadChannelFilter : Swift.Int {
case all = 0
@@ -3673,8 +3901,8 @@ extension SendbirdChatSDK.UnreadChannelFilter : Swift.RawRepresentable, Swift.Co
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelHiddenState) public enum GroupChannelHiddenState : Swift.Int {
case unhidden = 0
@@ -3687,8 +3915,8 @@ extension SendbirdChatSDK.GroupChannelHiddenState : Swift.RawRepresentable, Swif
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDChannelHiddenStateFilter) public enum ChannelHiddenStateFilter : Swift.Int {
case unhiddenOnly = 0
@@ -3703,8 +3931,8 @@ extension SendbirdChatSDK.ChannelHiddenStateFilter : Swift.RawRepresentable, Swi
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelPushTriggerOption) public enum GroupChannelPushTriggerOption : Swift.Int {
case `default` = 0
@@ -3718,8 +3946,8 @@ extension SendbirdChatSDK.GroupChannelPushTriggerOption : Swift.RawRepresentable
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDPushTokenType) public enum PushTokenType : Swift.Int {
case none = 0
@@ -3736,8 +3964,8 @@ extension SendbirdChatSDK.PushTokenType : Swift.RawRepresentable, Swift.CustomSt
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDGroupChannelListQuerySearchField) public class GroupChannelListQuerySearchField : ObjectiveC.NSObject, Swift.OptionSet, Swift.Codable {
@objc public var rawValue: Swift.UInt
@@ -3745,8 +3973,8 @@ extension SendbirdChatSDK.PushTokenType : Swift.RawRepresentable, Swift.CustomSt
@objc public static let memberNickname: SendbirdChatSDK.GroupChannelListQuerySearchField
@objc public static let channelName: SendbirdChatSDK.GroupChannelListQuerySearchField
@objc convenience public init(fields: [SendbirdChatSDK.GroupChannelListQuerySearchField])
- required convenience public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required convenience public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public var hash: Swift.Int {
@objc get
}
@@ -3778,8 +4006,8 @@ extension SendbirdChatSDK.PushTokenType : Swift.RawRepresentable, Swift.CustomSt
@objc open var requestState: SendbirdChatSDK.MessageRequestState? {
@objc get
}
- required public init(from decoder: Swift.Decoder) throws
- override open func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override open func encode(to encoder: any Swift.Encoder) throws
@objc open func getFileMessageParams() -> SendbirdChatSDK.FileMessageCreateParams?
@objc open func dispose()
@objc deinit
@@ -3792,9 +4020,9 @@ extension SendbirdChatSDK.FileMessage {
@objc final public var limit: Swift.UInt
@objc override dynamic public init()
@objc public init(builder: (SendbirdChatSDK.FeedChannelListQueryParams) -> Swift.Void)
+ required public init(from decoder: any Swift.Decoder) throws
+ final public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
- final public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
}
extension SendbirdChatSDK.FeedChannelListQueryParams : Foundation.NSCopying {
@objc final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@@ -3833,8 +4061,8 @@ extension SendbirdChatSDK.MessageSearchQuery {
@_hasMissingDesignatedInitializers @objc(SBDOriginalMessageInfo) public class OriginalMessageInfo : ObjectiveC.NSObject, Swift.Codable {
@objc final public let createdAt: Swift.Int64
@objc final public let messageId: Swift.Int64
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
extension SendbirdChatSDK.BaseChannel {
@@ -3902,8 +4130,8 @@ extension SendbirdChatSDK.ScheduledMessageListQueryParams : Foundation.NSCopying
@objc final public let type: Swift.String?
@objc final public let vendor: Swift.String?
@objc final public let detail: [Swift.String : Any]?
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDMessageTemplateListParams) final public class MessageTemplateListParams : ObjectiveC.NSObject {
@@ -3952,8 +4180,8 @@ extension SendbirdChatSDK.MemberStateFilter : Swift.RawRepresentable, Swift.Coda
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMyMemberStateFilter) public enum MyMemberStateFilter : Swift.Int {
case all = 0
@@ -3968,8 +4196,8 @@ extension SendbirdChatSDK.MyMemberStateFilter : Swift.RawRepresentable, Swift.Co
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMemberState) public enum MemberState : Swift.Int {
case joined = 0
@@ -3983,8 +4211,8 @@ extension SendbirdChatSDK.MemberState : Swift.RawRepresentable, Swift.Codable {
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDRole) public enum Role : Swift.Int {
case none = 0
@@ -3996,8 +4224,8 @@ extension SendbirdChatSDK.Role : Swift.RawRepresentable, Swift.Codable {
public var rawValue: Swift.String {
get
}
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDMutedState) public enum MutedState : Swift.Int {
case unmuted = 0
@@ -4018,8 +4246,8 @@ extension SendbirdChatSDK.MemberListOrder : Swift.RawRepresentable, Swift.Codabl
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc(SBDRestrictionType) public enum RestrictionType : Swift.Int, Swift.RawRepresentable, Swift.Codable {
public typealias RawValue = Swift.String
@@ -4029,19 +4257,8 @@ extension SendbirdChatSDK.MemberListOrder : Swift.RawRepresentable, Swift.Codabl
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
-}
-@propertyWrapper public class Atomic {
- public var wrappedValue: T {
- get
- set
- }
- public var projectedValue: SendbirdChatSDK.Atomic {
- get
- }
- public init(wrappedValue: T)
- @objc deinit
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc extension SendbirdChatSDK.BaseChannel {
@objc dynamic open func getMessagesByTimestamp(_ timestamp: Swift.Int64, params: SendbirdChatSDK.MessageListParams, completionHandler: SendbirdChatSDK.MessageListHandler?)
@@ -4060,8 +4277,8 @@ extension SendbirdChatSDK.MemberListOrder : Swift.RawRepresentable, Swift.Codabl
@objc public var plainURL: Swift.String? {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.Thumbnail {
@@ -4119,7 +4336,7 @@ extension Swift.Decodable {
@objc deinit
}
extension SendbirdChatSDK.PollOptionRetrievalParams : Swift.Encodable {
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
public struct __SendbirdSDKInfo {
public init(product: SendbirdChatSDK.__SendbirdProduct, platform: SendbirdChatSDK.__SendbirdPlatform, version: Swift.String)
@@ -4133,8 +4350,8 @@ public struct __SendbirdSDKInfo {
@_hasMissingDesignatedInitializers @objc(SBDUIKitConfiguration) final public class UIKitConfiguration : ObjectiveC.NSObject, Swift.Codable {
@objc final public let jsonPayload: Swift.String
@objc deinit
- final public func encode(to encoder: Swift.Encoder) throws
- public init(from decoder: Swift.Decoder) throws
+ final public func encode(to encoder: any Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@_inheritsConvenienceInitializers @objc(SBDGroupChannelCreateParams) public class GroupChannelCreateParams : ObjectiveC.NSObject, Swift.Codable {
@available(*, unavailable, renamed: "channelURL")
@@ -4178,8 +4395,8 @@ public struct __SendbirdSDKInfo {
@objc public var accessCode: Swift.String?
@objc public var messageSurvivalSeconds: Swift.Int
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc public func addUser(_ user: SendbirdChatSDK.User)
@objc public func addUserId(_ userId: Swift.String)
@objc public func addUsers(_ users: [SendbirdChatSDK.User])
@@ -4192,8 +4409,8 @@ extension SendbirdChatSDK.GroupChannelCreateParams : Foundation.NSCopying {
}
@_hasMissingDesignatedInitializers @objc(SBDMultipleFilesMessage) public class MultipleFilesMessage : SendbirdChatSDK.BaseMessage {
@objc public var files: [SendbirdChatSDK.UploadedFileInfo]
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc public func copyWithFailedState(errorCode: Swift.Int, latestUploadableFileInfos: [SendbirdChatSDK.UploadableFileInfo]) -> Self
public func copyWithFailedState(errorCode: Swift.Int?, latestUploadableFileInfos: [SendbirdChatSDK.UploadableFileInfo]) -> Self
@objc public func getMultipleFilesMessageParams() -> SendbirdChatSDK.MultipleFilesMessageCreateParams?
@@ -4203,6 +4420,17 @@ extension SendbirdChatSDK.GroupChannelCreateParams : Foundation.NSCopying {
extension SendbirdChatSDK.MultipleFilesMessage {
@objc override dynamic public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
}
+@propertyWrapper public class Atomic {
+ public var wrappedValue: T {
+ get
+ set
+ }
+ public var projectedValue: SendbirdChatSDK.Atomic {
+ get
+ }
+ public init(wrappedValue: T)
+ @objc deinit
+}
@_hasMissingDesignatedInitializers @objc(SBDReaction) public class Reaction : ObjectiveC.NSObject, Swift.Codable {
@objc final public let key: Swift.String
@objc public var userIds: [Swift.String] {
@@ -4214,8 +4442,8 @@ extension SendbirdChatSDK.MultipleFilesMessage {
@objc public var updatedAt: Swift.Int64 {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public func isEqual(_ object: Any?) -> Swift.Bool
@objc override dynamic public var hash: Swift.Int {
@objc get
@@ -4244,8 +4472,8 @@ extension SendbirdChatSDK.BaseChannel {
@objc public var restrictionInfo: SendbirdChatSDK.RestrictionInfo? {
get
}
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDRestrictionInfo) public class RestrictionInfo : ObjectiveC.NSObject, Swift.Codable {
@@ -4255,8 +4483,8 @@ extension SendbirdChatSDK.BaseChannel {
get
}
@objc final public let remainingDuration: Swift.Int64
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objc(SBDScheduledFileMessageUpdateParams) public class ScheduledFileMessageUpdateParams : SendbirdChatSDK.ScheduledBaseMessageUpdateParams {
@@ -4285,8 +4513,8 @@ extension SendbirdChatSDK.BaseChannel {
@objc public var limit: Swift.UInt {
@objc get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func loadNextPage(completionHandler: @escaping SendbirdChatSDK.FeedChannelListHandler)
@objc deinit
}
@@ -4305,8 +4533,8 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc(makeWithMaxCGSize:) public class func make(maxSize: CoreFoundation.CGSize) -> SendbirdChatSDK.ThumbnailSize
@objc(makeWithMaxWidth:maxHeight:) public class func make(maxWidth: CoreFoundation.CGFloat, maxHeight: CoreFoundation.CGFloat) -> SendbirdChatSDK.ThumbnailSize
@objc(makeWithThumbnail:) public class func make(thumbnail: SendbirdChatSDK.Thumbnail) -> SendbirdChatSDK.ThumbnailSize
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDUserMessageCreateParams) public class UserMessageCreateParams : SendbirdChatSDK.BaseMessageCreateParams {
@@ -4316,8 +4544,8 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc public var mentionedMessageTemplate: Swift.String?
@objc public init(message: Swift.String)
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objc(SBDThreadInfoUpdateEvent) public class ThreadInfoUpdateEvent : ObjectiveC.NSObject, Swift.Codable {
@@ -4325,9 +4553,19 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc final public let targetMessageId: Swift.Int64
@objc final public let channelURL: Swift.String
@objc final public let channelType: SendbirdChatSDK.ChannelType
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ @objc deinit
+}
+public struct SSLClientCertificateError : Foundation.LocalizedError {
+ public var errorDescription: Swift.String?
+}
+public class SSLClientCertificate {
+ convenience public init(pkcs12Path: Swift.String, password: Swift.String) throws
+ public init(identity: Security.SecIdentity, identityCertificate: Security.SecCertificate)
+ convenience public init(pkcs12Url: Foundation.URL, password: Swift.String) throws
+ public init(pkcs12Url: Foundation.URL, importOptions: CoreFoundation.CFDictionary) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
}
@objc extension SendbirdChatSDK.OpenChannel {
@objc(createChannelWithCompletionHandler:) dynamic open class func createChannel(completionHandler: @escaping SendbirdChatSDK.OpenChannelHandler)
@@ -4374,8 +4612,8 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc final public let fields: [SendbirdChatSDK.FormField]
@objc final public let answers: [SendbirdChatSDK.FormFieldAnswer]?
@objc public init(formKey: Swift.String, fields: [SendbirdChatSDK.FormField], answers: [SendbirdChatSDK.FormFieldAnswer]? = nil)
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc public var isSubmitted: Swift.Bool {
@objc get
@@ -4394,8 +4632,8 @@ extension SendbirdChatSDK.FeedChannelListQuery {
@objc final public let placeholder: Swift.String?
@objc public var temporaryAnswer: Swift.String?
@objc public init(fieldKey: Swift.String, title: Swift.String, inputTypeValue: Swift.String, required: Swift.Bool, regex: Swift.String? = nil, placeholder: Swift.String? = nil)
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc public var inputType: SendbirdChatSDK.FormField.InputType {
@objc get
@@ -4447,8 +4685,8 @@ extension SendbirdChatSDK.FormField.InputType : Swift.RawRepresentable {
@objc public var role: SendbirdChatSDK.Role {
get
}
- required public init(from decoder: Swift.Decoder) throws
- override public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendbirdChatSDK.Sender {
@@ -4481,7 +4719,7 @@ extension SendbirdChatSDK.ScheduledStatus : Swift.RawRepresentable, Swift.Codabl
get
}
public init?(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
+ public init(from decoder: any Swift.Decoder) throws
}
@objc(SBDChannelType) public enum ChannelType : Swift.Int {
case open = 0
@@ -4500,8 +4738,8 @@ extension SendbirdChatSDK.ChannelType : Swift.RawRepresentable, Swift.CustomStri
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@objc extension SendbirdChatSDK.BaseChannel {
@objc dynamic open func createMetaCounters(_ metaCounters: [Swift.String : Swift.Int], completionHandler: SendbirdChatSDK.MetaCountersHandler?)
@@ -4535,8 +4773,8 @@ extension SendbirdChatSDK.OperatorListQueryParams : Foundation.NSCopying {
public var totalCount: Swift.Int32 {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc public func loadNextPage(completionHandler: @escaping SendbirdChatSDK.MessageListHandler)
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
@objc deinit
@@ -4586,8 +4824,8 @@ extension SendbirdChatSDK.MessageSearchQuery {
}
@_hasMissingDesignatedInitializers @objc(SBDMessageTemplateInfo) open class MessageTemplateInfo : ObjectiveC.NSObject, Swift.Codable {
@objc public var templateListToken: Swift.String?
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDNotificationCollectionDelegate) public protocol NotificationCollectionDelegate {
@@ -4613,8 +4851,8 @@ extension SendbirdChatSDK.ChannelMetaCountersUpdateMode : Swift.RawRepresentable
get
}
public init(rawValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
@_inheritsConvenienceInitializers @objc(SBDMessageRetrievalParams) public class MessageRetrievalParams : ObjectiveC.NSObject, Foundation.NSCopying {
@available(*, unavailable, renamed: "channelURL")
@@ -4727,8 +4965,8 @@ extension SendbirdChatSDK.GroupChannel {
@objc public var message: Swift.String
@objc public var translationTargetLanguages: [Swift.String]?
@objc public init(scheduledAt: Swift.Int64, message: Swift.String)
- override public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDCachedDataClearOrder) public enum CachedDataClearOrder : Swift.Int {
@@ -4790,8 +5028,8 @@ extension SendbirdChatSDK.FriendListQuery {
@objc public var isPinnedMessage: Swift.Bool
@objc override dynamic public init()
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objc(SBDScheduledMessageListOrder) public enum ScheduledMessageListOrder : Swift.Int {
@@ -4935,6 +5173,14 @@ extension SendbirdChatSDK.ReplyType : Swift.Equatable {}
extension SendbirdChatSDK.ReplyType : Swift.Hashable {}
extension SendbirdChatSDK.NotificationMessageStatus : Swift.Equatable {}
extension SendbirdChatSDK.NotificationMessageStatus : Swift.Hashable {}
+extension SendbirdChatSDK.CloseCode : Swift.Equatable {}
+extension SendbirdChatSDK.CloseCode : Swift.Hashable {}
+extension SendbirdChatSDK.CloseCode : Swift.RawRepresentable {}
+extension SendbirdChatSDK.ErrorType : Swift.Equatable {}
+extension SendbirdChatSDK.ErrorType : Swift.Hashable {}
+extension SendbirdChatSDK.WebSocket.OpCode : Swift.Equatable {}
+extension SendbirdChatSDK.WebSocket.OpCode : Swift.Hashable {}
+extension SendbirdChatSDK.WebSocket.OpCode : Swift.RawRepresentable {}
extension SendbirdChatSDK.ChatError : Swift.Equatable {}
extension SendbirdChatSDK.ChatError : Swift.Hashable {}
extension SendbirdChatSDK.ChatError : Swift.RawRepresentable {}
diff --git a/Package.resolved b/Package.resolved
index 9454fb06..396c1fb8 100644
--- a/Package.resolved
+++ b/Package.resolved
@@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/sendbird/sendbird-chat-sdk-ios",
"state": {
"branch": null,
- "revision": "129b5325cce7c1469190766c033075a5f05894e3",
- "version": "4.17.0"
+ "revision": "3125065015982175879093cac9c71b5adbe0749e",
+ "version": "4.19.0"
}
}
]
diff --git a/Package.swift b/Package.swift
index 3348a19a..793f9401 100644
--- a/Package.swift
+++ b/Package.swift
@@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "SendbirdUIKit",
- platforms: [.iOS(.v11)],
+ platforms: [.iOS(.v12)],
products: [
.library(
name: "SendbirdUIKit",
@@ -15,7 +15,7 @@ let package = Package(
.package(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios",
- from: "4.18.0"
+ from: "4.19.1"
),
],
targets: [
diff --git a/README.md b/README.md
index 54bf0451..b2e0e85a 100644
--- a/README.md
+++ b/README.md
@@ -58,9 +58,9 @@ This section shows the prerequisites you need to check to use Sendbird UIKit for
The minimum requirements for Sendbird UIKit for iOS are:
-- iOS 11+
+- iOS 12+
- Swift 5.0+
-- Sendbird Chat SDK for iOS 4.18.0+
+- Sendbird Chat SDK for iOS 4.19.1+
@@ -106,7 +106,7 @@ https://github.com/sendbird/sendbird-uikit-ios-spm.git
1. Add `SendBirdUIKit` into your `Podfile` in Xcode as below:
```bash
-platform :ios, '11.0'
+platform :ios, '12.0'
use_frameworks!
target YOUR_PROJECT_TARGET do
diff --git a/Sample/QuickStart.xcodeproj/project.pbxproj b/Sample/QuickStart.xcodeproj/project.pbxproj
index df77601c..5c42322d 100644
--- a/Sample/QuickStart.xcodeproj/project.pbxproj
+++ b/Sample/QuickStart.xcodeproj/project.pbxproj
@@ -7,127 +7,126 @@
objects = {
/* Begin PBXBuildFile section */
- 007BCB1B89E5B4C9C81C441F /* SBUOpenChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F9B635A9001332EB541465 /* SBUOpenChannelModule.swift */; };
- 01F0FB470D5C3FA34BFFD203 /* SBUMessageStateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64712AE53034AEB1FFCEC579 /* SBUMessageStateView.swift */; };
- 02CD256AAD9A0B3AECC810C9 /* SBUOpenChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B92ACE85BA2F2BB7D27F1CB6 /* SBUOpenChannelViewController.swift */; };
- 03B5E09B7496741B679593A4 /* SBUCacheManager.NotificationSetting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D85E7792C07414235D7B35 /* SBUCacheManager.NotificationSetting.swift */; };
- 04D9C43A8A39CEF7D4262BC7 /* SBUQuoteMessageInputViewParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7E3CDCA2DA58BE0E2DB6423 /* SBUQuoteMessageInputViewParams.swift */; };
- 0516D574EA52826FA118CD34 /* SBUConfig.OpenChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96662EBE6F5D194D7B70425C /* SBUConfig.OpenChannel.swift */; };
- 054979B36A72551ED6414444 /* SBUQuotedMessageViewProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07E84F5D1ECA943A19889798 /* SBUQuotedMessageViewProtocol.swift */; };
- 05B21D65815AB677BDB83EAB /* SBUInviteUserViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33454F72C41899DA7942625C /* SBUInviteUserViewModel.swift */; };
- 081F0C9C0D658CDEDB55AF93 /* SBUBaseChannelSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F2362038D02F89DCB3A7C4 /* SBUBaseChannelSettingsViewModel.swift */; };
- 084130B4F9F843B8AA112418 /* SBUUserListModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F7234B901417358FD15C477 /* SBUUserListModule.swift */; };
- 09390ABBCFF7AE68A5252B7A /* SBUMessageSearchModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8029BF3175860F9127B70ACD /* SBUMessageSearchModule.Header.swift */; };
- 0BB95C73E0168B4030AAD232 /* SBUCreateChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85AF58D8B98D35D4CB78E223 /* SBUCreateChannelModule.swift */; };
- 0BD5AB9D94C804B9411B46E8 /* SBUCacheManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAD7C1070884BABD564E6CD7 /* SBUCacheManager.swift */; };
- 0C3F4D8882F3EF15AD24341B /* Formatter+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF12969D6A81091501A3242B /* Formatter+SBUIKit.swift */; };
- 0C80CCE0038B1DA00183AB91 /* SBUIconSetType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CA42BAB6EE81548123AD963 /* SBUIconSetType.swift */; };
- 0DB0C7A7AEEAE0820F1FFE02 /* StringProtocol+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6805A5CDED73C080EF6AE2A2 /* StringProtocol+SBUIKit.swift */; };
- 0DEE7900A46605E2B72E0F31 /* SBUCacheManager.File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07B8C69B2EC3DF38C5B89ABC /* SBUCacheManager.File.swift */; };
- 0E5D3476AAFF1E102C937329 /* SBUStringSet.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77555C5E6ECD0CB1625EA9E3 /* SBUStringSet.Deprecated.swift */; };
- 0ECCF8871C7B4F5D52DFA903 /* SBUGroupChannelListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852E8BB48BE3C37C650879CF /* SBUGroupChannelListViewController.swift */; };
- 0EF07D37ED520ABDFF250821 /* SBUCoverImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1FDACB46C28787993054D87 /* SBUCoverImageView.swift */; };
- 0F239800AF557CA027B1561F /* SBUMemberListViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBEA545C52B24F67094DE8C3 /* SBUMemberListViewController.Deprecated.swift */; };
- 0F3E9D1F41D1EC22C6F8FADB /* SBUFeedbackAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9571AB67BAFCBA58B2DBC1A /* SBUFeedbackAction.swift */; };
- 0F5E7AEBF1207EAA64167744 /* BlockingOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8749F294A306D82678F0350D /* BlockingOperation.swift */; };
- 0F97531477D4202C39F8BD32 /* UIColor+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B6B7907632985FD651FDB9A /* UIColor+SBUIKit.swift */; };
- 10665F3A29FCDE59D11918EE /* SBUMessageSearchModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F56DD98EAC57C5893DC21C7 /* SBUMessageSearchModule.swift */; };
- 10DE85367B1560A9C1D8EE17 /* SBUBaseSelectUserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 697E14C9AE1C9419795C15A5 /* SBUBaseSelectUserViewController.swift */; };
- 125E07970697730018FEAD9B /* SBUGroupChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2783923CF9EADF9F14080E16 /* SBUGroupChannelModule.swift */; };
- 12DCAEDE71296F36F36463B6 /* SBUCacheManager.Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A94F9F702D3437F60D71185 /* SBUCacheManager.Image.swift */; };
- 1342C71A7B308A1DF8FF2829 /* SBURegisterOperatorViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F33B5566419008929130AA7E /* SBURegisterOperatorViewModel.swift */; };
- 13C937D04995ECA09962A05B /* SBUCommonViewControllerSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4516B9F65C48BC1B878CCA4E /* SBUCommonViewControllerSet.swift */; };
- 13CC8AF5D42E4B9C6F8262B6 /* SBUBaseChannelViewController.Unavailable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31825C3DECC303EB7BFFFDBC /* SBUBaseChannelViewController.Unavailable.swift */; };
- 14A2B21505BA72200353D9E9 /* SBUDebouncer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E560524AED84B9FB55779E4 /* SBUDebouncer.swift */; };
- 1508743EDF50D5414CA3E6A4 /* SBUBaseViewController.Unavailable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E7C86F6E040AA510D1C5A /* SBUBaseViewController.Unavailable.swift */; };
- 1529CCA640DE7F60863E15BD /* SBUBaseSelectUserModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84014B194D99E4B48860F202 /* SBUBaseSelectUserModule.swift */; };
- 15FAF7E868526E974FE4A975 /* SBUMenuCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82754E368BFE33AB5F12A7C4 /* SBUMenuCell.swift */; };
- 16820D08CD5F8C4A2F1EDF69 /* SBUToastView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E9B6E7561E688BE5AF9C6E2 /* SBUToastView.swift */; };
- 16CF0F552C159666633A1C68 /* SBUOpenChannelSettingsModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 143BF8AD155FF48CA7664010 /* SBUOpenChannelSettingsModule.Header.swift */; };
- 181FBE94363B41503B9AFD98 /* SBUInviteUserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52F8178163894A37005B9689 /* SBUInviteUserViewController.swift */; };
- 1850FD8A765EA12ADB79E7C3 /* SBUTypingIndicatorMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17BC3417F11DFC0CC53C8570 /* SBUTypingIndicatorMessage.swift */; };
- 18B410D914A7BD7ECD0D59D8 /* SBUBaseChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = D27FA0829A196E370F828AE6 /* SBUBaseChannelModule.swift */; };
- 1958D86D56A4302D59F18270 /* SBUChannelSettingItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F42EC9AAC975F05386EB4421 /* SBUChannelSettingItem.swift */; };
- 19B0C147B5A488E21449790C /* SBUAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C06B9A1803732D7E1E72BC6 /* SBUAlertView.swift */; };
- 19D233460827C059835A3733 /* SBUGroupChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F418FB4063CACD7B312621B3 /* SBUGroupChannelViewModel.swift */; };
- 1AC56A2303A5179A8C8946EB /* SBUMessageThreadTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BC51D6C6479205614773A0 /* SBUMessageThreadTitleView.swift */; };
- 1B3CE86B07429B8BD7499C91 /* SBUMessageReactionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DD41C791CEA420DE451525A /* SBUMessageReactionView.swift */; };
- 1E437B8C4880BD617802749B /* SBUFormFieldView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 111A97A71FCFC2D77A603F09 /* SBUFormFieldView.swift */; };
- 1F52A6D8D291CA631AAA3C32 /* SBUQuotedFileMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23E382BF002F2FB35F88A22A /* SBUQuotedFileMessageView.swift */; };
- 20926BED17DA3A897132CB7A /* SBUGroupChannelSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C97C3F074375FEEA714836F7 /* SBUGroupChannelSettingsViewModel.swift */; };
- 211801E32989999B164FD3B8 /* SBUPermissionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBA758AE4111289ABF6B5921 /* SBUPermissionManager.swift */; };
- 216748127FC186C57A585588 /* BaseMesssage+SBUIKit.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41F340D9D4390D3BA10CB247 /* BaseMesssage+SBUIKit.Deprecated.swift */; };
- 22A9F08F30977E06538B0302 /* SendbirdUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C8875FE5A6CABB83DF1304 /* SendbirdUI.swift */; };
- 22D3D3000EAB552E2B0D717C /* SBUUnknownMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 212CD7A3A2BF80ADF3EA0632 /* SBUUnknownMessageCellParams.swift */; };
- 2314923EF7939EC677BDD1C3 /* SBURegisterOperatorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7AFE4F80B8D12FF51383A6F /* SBURegisterOperatorViewController.swift */; };
- 23E92AD487399E60BE78418F /* SBUOpenChannelAdminMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E7E8D3724BAEDC0109003BC /* SBUOpenChannelAdminMessageCell.swift */; };
- 2441E526334ED6279E488531 /* SBUChatNotificationChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51A3A947EB0B907B0482F6BD /* SBUChatNotificationChannelModule.Header.swift */; };
- 24C3BA5AC76436D2BD8A949D /* SBUOpenChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF030AAE8D35064685C138B3 /* SBUOpenChannelViewModel.swift */; };
- 2508FD180C8CEC2D9B1FC69D /* SBUReactionCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86A6C3147E9A8702C1253329 /* SBUReactionCollectionViewCell.swift */; };
- 258822479786F0134DC399E7 /* UIImage+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9C74E51064D8FE66AA4DE03 /* UIImage+SBUIKit.swift */; };
- 25ED7DD4B6F256520381826A /* SBUChatNotificationChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CC6BFF0C471BD7677996516 /* SBUChatNotificationChannelModule.swift */; };
- 261866817A5FC755D45BF469 /* SBURegisterOperatorModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CFB1BE2D22B4865C8B88D4C /* SBURegisterOperatorModule.Header.swift */; };
- 2745B2F06C71435083FF6606 /* SBUDateFormatSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFFC75AC60FBFF82AB4FB5A /* SBUDateFormatSet.swift */; };
- 28B20A9D4DF5728C2A3E1F55 /* SBUConfig.GroupChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19CE35C51EEBC95C36DC95C8 /* SBUConfig.GroupChannel.swift */; };
- 28BE6B4BF13351B9FBC3FB42 /* SBUCommonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E4E059B693460B4F3B3AACB /* SBUCommonItem.swift */; };
- 294A09160CC7B3C409D70C1E /* SBUOpenChannelBaseMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4592EF0258893B148E2156B /* SBUOpenChannelBaseMessageCell.swift */; };
- 2A45959C18173F7B8939E0FA /* SBUUserCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F839C635DD11564AFF52C7 /* SBUUserCell.swift */; };
- 2A80DD6AC63FAF4C3441CFFE /* SBUBaseChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BCAC21B59867DA3464F3D5B /* SBUBaseChannelViewModel.swift */; };
- 2B060115B04BADB9FDC9B1CC /* SBUMessageSearchViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 727E21A04A504B66C6F26F23 /* SBUMessageSearchViewController.Deprecated.swift */; };
- 2B2B5B6B741DF2A56739BA42 /* SBUMultipleFilesMessageCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E13DDA0D14BBFBE43112F830 /* SBUMultipleFilesMessageCollectionView.swift */; };
- 2BB6E7D85F6FCDFFD74E19EC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7068AAA9F3D0A86029154CC4 /* Assets.xcassets */; };
- 2C47673518C03755580B9D99 /* SBUInviteUserModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DCD657FD6DCB29D4B36EE4B /* SBUInviteUserModule.swift */; };
- 2CAF43DCDFBF16E196433057 /* SBUViewModelDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B994396A00981838F5D12DE /* SBUViewModelDelegate.swift */; };
- 2CDF6F943EBC97ED9257DB1B /* SBUMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52C213968A3CEC604AD9B955 /* SBUMenuView.swift */; };
- 2D08AEA0B5FC332C6E78D385 /* SBUEmojiListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 425CB7D157D054F06F8CC070 /* SBUEmojiListViewController.swift */; };
+ 002CC43553A574694C37C5C2 /* SBUModuleSet.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F30C5B39D7E2CD031AB57B /* SBUModuleSet.Deprecated.swift */; };
+ 0073E3986327C4BDCC3AC16D /* SBUGlobals.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6F1D2DC4E96767F96DBE3C /* SBUGlobals.swift */; };
+ 0190D14527FFF05B9994277E /* SBUNavigationTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D33D8BFA2B5FB27B459A23D /* SBUNavigationTitleView.swift */; };
+ 02DDD4884986572811CC59E4 /* SBUMessageSearchViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBDD8B369120B84FA064B2AA /* SBUMessageSearchViewModel.swift */; };
+ 030CA90BE0F742F4F46E6EFE /* SBUQuotedUserMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9896CFACBCD818D696C215E5 /* SBUQuotedUserMessageView.swift */; };
+ 033AF5C34957DCBC456C2495 /* SBULoading.swift in Sources */ = {isa = PBXBuildFile; fileRef = C091BAD398D51537B73E801A /* SBULoading.swift */; };
+ 03665BDB12F6FBC23D837D7B /* SBUGroupChannelSettingsModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C59B7720F77F9E1C58DC9C4 /* SBUGroupChannelSettingsModule.List.swift */; };
+ 046A20F759B3AAF914502A90 /* MessageTemplateParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEACF47BA359CA32088744C2 /* MessageTemplateParser.swift */; };
+ 05ABC734B3DA41C284FEA3D3 /* SBUMultipleFilesMessageCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3858CC21CBBD6ECE8142C64 /* SBUMultipleFilesMessageCollectionView.swift */; };
+ 05B1F828EC416F4C098BF62F /* SBUMessageThreadTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F28647FCA447493008EAEC05 /* SBUMessageThreadTitleView.swift */; };
+ 05D736B4BB570E6208632D27 /* SBUMentionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 204975E3DC99CF7F8C7E820C /* SBUMentionManager.swift */; };
+ 05E44938FB263F260EA92C07 /* UIView+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = D32EC814C9CA76D2B1065B9B /* UIView+SBUIKit.swift */; };
+ 0652AA6E7EF106CBEFCF90A8 /* SBUFormFieldView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D595CEFAD3037E27726B25B5 /* SBUFormFieldView.swift */; };
+ 068B33478BD822A720556766 /* SBUBaseSelectUserViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07DE44489D302663FBB2CA25 /* SBUBaseSelectUserViewModel.swift */; };
+ 069C691CBE7424CEFC6A651E /* SBUQuotedMessageViewProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D3F3A4B4F4822CA51996429 /* SBUQuotedMessageViewProtocol.swift */; };
+ 0746E43449DE40A134895A37 /* SBUOpenChannelListModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2ACA32D640C2B81E6944EA02 /* SBUOpenChannelListModule.Header.swift */; };
+ 07B9832AFDC24718A8152129 /* SBUBaseChannelSettingsModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = D31EDCACDF10918B6909E2F4 /* SBUBaseChannelSettingsModule.Header.swift */; };
+ 086C9A1A0336C161623A243A /* SBUOpenChannelUserMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABCEFE8689333AF049CF095B /* SBUOpenChannelUserMessageCell.swift */; };
+ 09CA5179545498AEE1E58F2A /* SBUOpenChannelSettingsModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E06119C817BF52EF9E3A37 /* SBUOpenChannelSettingsModule.Header.swift */; };
+ 09DAB5640FDF426B7F48F170 /* SBUFeedbackViewParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76786FFA722857EF3216341E /* SBUFeedbackViewParams.swift */; };
+ 0B6D770838D553B3CA509ECF /* SBUBaseMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE6A9D8594BE85D5A271212A /* SBUBaseMessageCellParams.swift */; };
+ 0B9B28865E996E920B28ADD4 /* SBUGroupChannelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B0040610E4977A70E5DDC38 /* SBUGroupChannelCell.swift */; };
+ 0BCCFD0AB3B66747E250B8AD /* SBUStringSet.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E3637DDA83F29D1F970E604 /* SBUStringSet.Deprecated.swift */; };
+ 0CC7134F0E56B3227E68B563 /* MessageTemplateRenderer.Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C7B91E28A8782911896EFD /* MessageTemplateRenderer.Image.swift */; };
+ 0CCB92E0BE5B50A410F06F8F /* String+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33F4BCEF991EC94710C3540C /* String+SBUIKit.swift */; };
+ 112D7C34698624C985D3B667 /* SBUMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D833E8C4F82306DDD8FEF87 /* SBUMenuView.swift */; };
+ 12B58BC2E872584AD1519039 /* SBUUserMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3789D0A9FA4171F2E8C93BEC /* SBUUserMessageCell.swift */; };
+ 139FA9D07E96A4A657208815 /* SendbirdUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1092BBF151099DA603A58D5 /* SendbirdUI.swift */; };
+ 13BEBD57E5C321D9D75B7AAE /* SBUPermissionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F934169ED16F1468261DEF22 /* SBUPermissionManager.swift */; };
+ 1454F403DC119E1D86464FFB /* SBUChatNotificationCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A89E6E1B5739F5ED917282F /* SBUChatNotificationCell.swift */; };
+ 17942B74BA896AB54B2F688F /* SBUGroupChannelListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E085329DA47EDE5D37013B7B /* SBUGroupChannelListViewModel.swift */; };
+ 17BFC3E0CA8211955634CD48 /* SBURegisterOperatorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FABAC448E976C0831C7AC8D3 /* SBURegisterOperatorViewController.swift */; };
+ 18EAE2F3801CE26BDD1FE048 /* SBUOpenChannelSettingsModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF0D2C72F40C3DBFAE43F7D4 /* SBUOpenChannelSettingsModule.swift */; };
+ 18F40E91C3FC941ACB4D1113 /* SBUCacheManager.Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12AECBDF34BF87C4EBE34633 /* SBUCacheManager.Version.swift */; };
+ 19D358868FE77C35613BB8C1 /* SBUPropertyWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 192509B6B7EBD2F6F3E323D5 /* SBUPropertyWrapper.swift */; };
+ 1A0CC7371D07EAF17B9F4041 /* SBUMessageSearchModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68398D800401DBA23AE33F4 /* SBUMessageSearchModule.swift */; };
+ 1AAA6E130E24B0A21CFD003E /* SBUMessageSearchResultCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8202D9DBB0940225487358FC /* SBUMessageSearchResultCell.swift */; };
+ 1ADF4FE0DF0750599E83C9A3 /* SBUBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C945A6B1DC51A3D402CE13C /* SBUBarButtonItem.swift */; };
+ 1BBA73AA5D5AB17E3FF782C2 /* SBUEnums.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0891785E8E16DE4727C8690 /* SBUEnums.swift */; };
+ 1C7B363001BBE0D99F236D9C /* SBUOpenChannelSettingsModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBFD231407B7B61FE0B89FE1 /* SBUOpenChannelSettingsModule.List.swift */; };
+ 1E7BA1AB86A2D993B741D2E7 /* UIImageView+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04764F8ACCBB3F7FC2EA6CD4 /* UIImageView+SBUIKit.swift */; };
+ 1F40E70A5DE7E97329FAF11C /* SBUQuotedBaseMessageViewParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B38BF1929AC14C72C39C3E9 /* SBUQuotedBaseMessageViewParams.swift */; };
+ 204A6C7192ABA87EBEC4E796 /* SBUBaseChannelSettingsModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C70C4490D4F3294A844BAA1 /* SBUBaseChannelSettingsModule.List.swift */; };
+ 2079EF0E71448F2E44D5D60E /* SBUMessageStateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9970C8DE7531EB4AAEF52CCC /* SBUMessageStateView.swift */; };
+ 223B805AB4AEA520A77509DE /* SBUMessageSearchModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7B60CC73528C21B5F8A401B /* SBUMessageSearchModule.Header.swift */; };
+ 23DFBCAB8ED0A708AC303580 /* SBUQuotedBaseMessageViewParams.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA4CABFA1DEE8E35403068AD /* SBUQuotedBaseMessageViewParams.Deprecated.swift */; };
+ 243AE92D0A198CE750D927A7 /* SBUFeedNotificationChannelModule.CategoryFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BCA6F209C5DD4FD0704AC99 /* SBUFeedNotificationChannelModule.CategoryFilter.swift */; };
+ 256CAF250B40B3454A1D031D /* SBUGroupChannelListModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E839B04BCE704C3D1B00ED7 /* SBUGroupChannelListModule.Header.swift */; };
+ 25B1FF13E1F0513C66670D65 /* SBUTypingIndicatorMessageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 265DE003403F8AABA8B36705 /* SBUTypingIndicatorMessageManager.swift */; };
+ 272BD86CB4836543741C7946 /* CGSize+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 688CC69DED2DA509BFA55190 /* CGSize+SBUIKit.swift */; };
+ 27316C7A3697806090B75199 /* SBUStackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0295FCE38C0E5EDBDB0561DD /* SBUStackView.swift */; };
+ 2740DB22C0D9DF5C59881268 /* SBUMessageWebViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A2948CF29311D64648C2A30 /* SBUMessageWebViewModel.swift */; };
+ 280822895D4BF79B26E65357 /* SBUContentBaseMessageCell.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2BEACACCE1A25F6A9B0EB83 /* SBUContentBaseMessageCell.Deprecated.swift */; };
+ 2936631D4EDE888D3181170A /* SBUOpenChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8D67F2DA52201CAD7213C8 /* SBUOpenChannelModule.swift */; };
+ 295594DC3E7FE940A5B6AD23 /* SBUMention.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0FF82C3BD0CFADF011E39B8 /* SBUMention.swift */; };
+ 29E16FFC4B5E7C8C9957ED17 /* SBUReplyConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D99BC43DC13B106DFFCA6B /* SBUReplyConfiguration.swift */; };
+ 2AB155741931CAA51BD0390D /* SBUTheme.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = C54A1417D9E0295A52B83101 /* SBUTheme.Deprecated.swift */; };
+ 2AE7E48E0F7E2677E42289C5 /* SBUBaseChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37AF4B9002493B116BFFFA37 /* SBUBaseChannelModule.swift */; };
+ 2B4B2A125DE2C16FA6C89E41 /* SBUUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D54C8168B1F3040D884A10 /* SBUUser.swift */; };
+ 2C8296ED457CB40A9C53DAD8 /* SBUMessageThreadModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF5DAD6F7EFED7D21B089F55 /* SBUMessageThreadModule.swift */; };
+ 2CA39380FAAC2BDE927DFF30 /* Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 826A8EE7B0FBE0C4041F5D62 /* Debug.xcconfig */; };
+ 2CA43DC8091327F4A0CEDA0C /* SBUReactionsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7FE83FD348F9FCDE11321CD /* SBUReactionsViewController.swift */; };
+ 2DBD09FA3470CF13A5E98C62 /* SBUMultipleFilesMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6F648C23424DF60B70B7126 /* SBUMultipleFilesMessageCellParams.swift */; };
+ 2E3B3C83D204EC84F073F43F /* Formatter+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C67154AD5474D0DF7A18EBE9 /* Formatter+SBUIKit.swift */; };
2E9850E12B1EEB8600EA4F39 /* AdditionalFeaturesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E9850E02B1EEB8600EA4F39 /* AdditionalFeaturesManager.swift */; };
2E9850E32B1EEBA900EA4F39 /* ChannelVC_AdditionalFeatures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E9850E22B1EEBA900EA4F39 /* ChannelVC_AdditionalFeatures.swift */; };
2E9850E72B1EEC0B00EA4F39 /* GroupChannelViewModel_AdditionalFeatures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E9850E62B1EEC0B00EA4F39 /* GroupChannelViewModel_AdditionalFeatures.swift */; };
2E9850EA2B1EEC3000EA4F39 /* MetadataViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E9850E92B1EEC3000EA4F39 /* MetadataViewController.swift */; };
2E9850EC2B1EEC4B00EA4F39 /* PaddedLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E9850EB2B1EEC4B00EA4F39 /* PaddedLabel.swift */; };
- 2FB747D232CDF31BC8954859 /* SBUAdminMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C08BC21D0821ADB886A445B8 /* SBUAdminMessageCell.swift */; };
- 30DE2BDD5CBB852F304ABA4E /* SendbirdUI.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD7CC54CA9D8C78E5C9E9BA /* SendbirdUI.Deprecated.swift */; };
- 30EF1FE6827B58778F38A877 /* String+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBC9B66AE1385CF3E9793F87 /* String+SBUIKit.swift */; };
- 30F6EE4521E1CEA5FFA5FF46 /* SBUBaseSelectUserModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46F522A0A3161E07877275E2 /* SBUBaseSelectUserModule.List.swift */; };
- 30FC7E72269F667CE23AB728 /* SBUMessageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = A16E418F7D2DCF15099794AE /* SBUMessageCache.swift */; };
- 31DD4AFBB78DCC19BD49C13D /* SBUUserMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 525988D38C9A2D2CB8A6778C /* SBUUserMessageCellParams.swift */; };
- 322055AE7F48F734DB7F2850 /* SBUBaseChannelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46CDA557048355523031C38 /* SBUBaseChannelCell.swift */; };
- 3246FBAE00FFA9130BF6F64D /* SBUOpenChannelSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6762BFE9AF648B03569320D /* SBUOpenChannelSettingsViewController.swift */; };
- 324C977ECCD074E2DB51F88D /* SBUNotificationNavigationTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30CF1C2690AA020B0F13BDF7 /* SBUNotificationNavigationTitleView.swift */; };
- 32D4BA6A7B3FDB48AF231340 /* SBUGlobals.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55ADD3A883E5C814660D814E /* SBUGlobals.Deprecated.swift */; };
- 32E481D5023FC0AD29E17125 /* SBUBaseMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90383058B5F775766DD330C8 /* SBUBaseMessageCellParams.swift */; };
- 33D6A7871CB62D628A2E0947 /* SBUGroupChannelPushSettingsModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA961F0800B8C144B9FB1D24 /* SBUGroupChannelPushSettingsModule.swift */; };
- 36080CF699A59BDDF7652028 /* NSLayoutConstraint+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57142F98DF352D0CB322AD0D /* NSLayoutConstraint+SBUIKit.swift */; };
- 3622C8D67E3E780EA5428F6B /* SBULinkClickableTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48DEB1F3BE22388579EC28C /* SBULinkClickableTextView.swift */; };
- 364D0AA423F2C95EC8676E1F /* SBUMessageWebViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E5E5622022C040BBFCE6F2B /* SBUMessageWebViewModel.swift */; };
- 3690C5911842CFD4104BD975 /* SBUEmojiManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF96B7EC127186AEA2347055 /* SBUEmojiManager.swift */; };
- 36AD5E5D9154DB70638428DA /* SBUVoiceMessageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 797104DC31C971B4FC021DAC /* SBUVoiceMessageConfiguration.swift */; };
- 391CAA1E695798E9069CCF35 /* SBUMessageThreadModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = D61A3DFF1EFCE43ABF85E51C /* SBUMessageThreadModule.Header.swift */; };
- 3BAB394AE8142355E4AF1A56 /* SBUFeedNotificationChannelModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = B383172C1817014553E598D4 /* SBUFeedNotificationChannelModule.List.swift */; };
- 3C4F198A34FBA34F2EC0B673 /* SBUAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3187F1C6CD4A2AC5FC7F60C /* SBUAnimation.swift */; };
- 3CCDD7F00F589CFAAAD85B97 /* SBUHighlightMessageInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CAD727793A4C4A1E255A687 /* SBUHighlightMessageInfo.swift */; };
- 3E961DA0C77BC925BCD1F3FC /* SBUGroupChannelListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 384B99F37E76E05DCB94E29D /* SBUGroupChannelListViewModel.swift */; };
- 3EEF3FD83A013F537325935C /* SBUNotificationCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A88C2A9C377F19FE596ED022 /* SBUNotificationCell.swift */; };
- 4085AC940E470F2F78C3DB3F /* SBUMultipleFilesMessageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5AE4E63403752232E64FBB2 /* SBUMultipleFilesMessageCollectionViewCell.swift */; };
- 430E3686DA8A95FB9171E11A /* SBUMessageCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97EF8920A2CA2C0A7188761D /* SBUMessageCellConfiguration.swift */; };
- 4311D5A85B341ECE856BAEB3 /* SBUGroupChannelModule.Input.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC9C2F15E66B40834256F506 /* SBUGroupChannelModule.Input.swift */; };
- 43ABA794F44A729A0AC5E58F /* SBUForm.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18749DBA7B870E3815BAB80C /* SBUForm.Deprecated.swift */; };
- 43CCCABD21D0D520632E6F46 /* SBUUserMessageTextViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BFDD6AAB7A46E2510455E /* SBUUserMessageTextViewModel.swift */; };
- 43CDE68E4B0D2894B4DEE8C7 /* SBUTheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BB9969A4EEF3FC4E7709653 /* SBUTheme.swift */; };
- 43D9DF6A495605F9C5D1D2D7 /* SBUAvailable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E908BF87C99DDB2841C0241 /* SBUAvailable.swift */; };
- 441C4A38987CA5E023D5ADA8 /* SBUOpenChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1586383A1EF36EEF834B065 /* SBUOpenChannelModule.Header.swift */; };
- 44ACEB5623B4E6F51C55DDDF /* SBUInviteUserModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5680C91B064FE02D9F9153ED /* SBUInviteUserModule.Header.swift */; };
- 450B5BAFF52D8605EB2CB31E /* Sequence+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28A2345FCA6D246710620C17 /* Sequence+SBUIKit.swift */; };
- 452616D1B25009F822315BA6 /* UIViewController+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48DD0BE64E4E83F2073ED612 /* UIViewController+SBUIKit.swift */; };
- 45FF58B42F4DD250EFC04CB4 /* SBUGroupChannelSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FC90AA3C01272B960D01BE /* SBUGroupChannelSettingsViewController.swift */; };
- 46EF908B7360B40EA0D116EA /* SBUUnderLineTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02E8717B044B32ECB1446F21 /* SBUUnderLineTextField.swift */; };
- 4708E9CA2C40E06C53CC3DEC /* SBUBaseChannelModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9BD300226BB6448A954BDC6 /* SBUBaseChannelModule.List.swift */; };
- 4823C4A5F43406130C1AF81E /* SBUConstant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B22F16CB4DE1178B95D1496 /* SBUConstant.swift */; };
- 483614C3F43F2CB4CA628226 /* SBUReplyConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 036DD65897CB8C5116B25509 /* SBUReplyConfiguration.swift */; };
- 483B48BD900E6683AE50CDB2 /* SBUChannelInfoHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A74B3B7DB5800DDCD1BFFFF /* SBUChannelInfoHeaderView.swift */; };
- 488ACD9BAD98FF7F2505A167 /* SBUOpenChannelMessageWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44347C68969EE30B503463C6 /* SBUOpenChannelMessageWebView.swift */; };
- 490D2A4908FED7FA345916AC /* SBUColorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0820A9CAC92B3262958085BD /* SBUColorSet.swift */; };
- 494C937E43B2596D7BCD6119 /* SBULayoutableButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC61550ECC740D9F7725C5A /* SBULayoutableButton.swift */; };
+ 2F9517DDF24C19D0BE60145E /* SBUNotificationChannelManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E89DB048AD748621202B46B /* SBUNotificationChannelManager.swift */; };
+ 30037AD3DEB29F10F4735E6C /* SBUModerationsModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8491F770D3F71CEA63E8206D /* SBUModerationsModule.Header.swift */; };
+ 302EB2C3BFEB896C0976C92E /* SBUVoiceContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB6F525E57A7FB0E9CC2367E /* SBUVoiceContentView.swift */; };
+ 306C34CF6DC303ECDB609F9A /* SBUToastType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 123706653F6DA8B7FFAEDFF7 /* SBUToastType.swift */; };
+ 3137C9617100FA1E58F461F3 /* MultipleFilesMessage+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90F55CD65FFCD694D6FE02AA /* MultipleFilesMessage+SBUIKit.swift */; };
+ 324BF26D91078846930A9362 /* SBUFeedNotificationChannelViewParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4970D1065CFE9ED01C966C4B /* SBUFeedNotificationChannelViewParams.swift */; };
+ 32A1C376B2A3263ED1001C2F /* SBUTypingIndicatorMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3228BA7A53686FD7EAD5E8E8 /* SBUTypingIndicatorMessage.swift */; };
+ 32A277778693E699EAE32A7E /* SBUSuggestedMentionList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BE2920F0B04BE58A53B81AF /* SBUSuggestedMentionList.swift */; };
+ 338F81E7AFB2BFD267435F99 /* SBUExtendedMessagePayloadCustomViewFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 016C87BE09C604AD46B97A0C /* SBUExtendedMessagePayloadCustomViewFactory.swift */; };
+ 3397A1040A2B2CD729923F51 /* SBUOpenChannelImageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20084ECF8B7B61B77BEF0D9D /* SBUOpenChannelImageContentView.swift */; };
+ 344AF4FBAFD7D9C1E860CF0D /* SBUGroupChannelSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B3BFE6E82E987141AA20AF5 /* SBUGroupChannelSettingsViewModel.swift */; };
+ 346CA7FFF127151A31FEE26F /* BaseMessage+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757CC5C327959D15AAD40DFC /* BaseMessage+SBUIKit.swift */; };
+ 349A3E3DF5D5B61C605217B7 /* VoiceMessageStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9737431D5F56F579556D935B /* VoiceMessageStatus.swift */; };
+ 35A5AD1F0EE10C84C5B753B1 /* SBUAdminMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F64BC3060FC93FE8420EE960 /* SBUAdminMessageCell.swift */; };
+ 3627549292EFAD9FE3E18EEA /* SBUToastView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC50316631195C264596CF1A /* SBUToastView.swift */; };
+ 3673FCF9C7FFBD1D4A6427C8 /* SBUModerationCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50D32DF67DEE1081B6021C15 /* SBUModerationCell.swift */; };
+ 37262BC46F31AD6F4ED17C67 /* SBURegisterOperatorModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EF578D3FA6192127C64D8E8 /* SBURegisterOperatorModule.List.swift */; };
+ 37F25E25ECD21045B6B0E3A3 /* SBUCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A245B15EA43A92139483B896 /* SBUCollectionViewCell.swift */; };
+ 39565249D990DA027E23F5F3 /* SBUBaseMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC139A8F3FB7E0B58EE3B80C /* SBUBaseMessageCell.swift */; };
+ 3982111D6345586BC300332A /* SBUScrollPostionConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82AC8CD614D3FD1131236B95 /* SBUScrollPostionConfiguration.swift */; };
+ 39A613E6E2552995B163B603 /* SBUBaseChannelSettingsViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5FEDF0694446B786F8D204B /* SBUBaseChannelSettingsViewController.Deprecated.swift */; };
+ 3ABD9728BA8C89104059887F /* SBUChatNotificationChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A0DD10CAF7F3F441DABBF4 /* SBUChatNotificationChannelViewController.swift */; };
+ 3AEEF83415C1E05558EFF525 /* SBUBaseChannelViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 512D06C747DE67E404A09FDE /* SBUBaseChannelViewController.Deprecated.swift */; };
+ 3B15BC3073543F205567EBA4 /* SBUModerationsModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6E078DAA115FEEBCAD2157A /* SBUModerationsModule.List.swift */; };
+ 3B2ADB319BB6244640A4CF4C /* SBUTypingIndicatorMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52FC3C917A4C7DF7E8C37D37 /* SBUTypingIndicatorMessageCell.swift */; };
+ 3B8469D352E39B457AA00626 /* SBUInviteUserModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8448AD5AA4242FB92C279FB3 /* SBUInviteUserModule.swift */; };
+ 3BC1C0D47D6249D7BA79B6FB /* SBUOpenChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F3F02DEF3B94F6FDEAAE79C /* SBUOpenChannelModule.Header.swift */; };
+ 3CC6207D52704727A273D316 /* SBUSuggestedReplyOptionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60FDCDF3D66F0FFDA8ABBCE3 /* SBUSuggestedReplyOptionView.swift */; };
+ 3CF6361F625A91AD9075F343 /* SBUBaseChannelSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC57B224AA33B55CCAB5D78B /* SBUBaseChannelSettingsViewController.swift */; };
+ 3D9107FF146563FCAFC9447C /* SBUDateFormatSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = A53737B16CF825ED0632FFD3 /* SBUDateFormatSet.swift */; };
+ 3DE476D27A3952FA887D400A /* SBUOpenChannelListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339DBD11FFD801915B3BB3AC /* SBUOpenChannelListViewController.swift */; };
+ 3E41A18A61102797B5050D88 /* SBUConstant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A5681BEC654D08B5FAED22 /* SBUConstant.swift */; };
+ 3E875580B6693C10A4E02FD3 /* Thread+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C4FC066680E2748587BAA07 /* Thread+SBUIKit.swift */; };
+ 3EE5EF6FDF19D1D686964D04 /* SBUBaseSelectUserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92AA691F1200911248032422 /* SBUBaseSelectUserViewController.swift */; };
+ 3F45DA90D94B7965E4BE0000 /* SBUMessageSearchViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06B3EB773CE28EBF0BBD851A /* SBUMessageSearchViewController.Deprecated.swift */; };
+ 3FE211DFC0DBD3852F12142C /* SBUUserCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB15065961B0DE055CA6E437 /* SBUUserCell.swift */; };
+ 3FEEAA57150317737502CC3C /* SBUGroupChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC44B3F9C0157BA2DC26CB83 /* SBUGroupChannelViewModel.swift */; };
+ 406816C66EE5B12E11797421 /* SBUFeedbackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C586EFC0BE519D6E014C5A44 /* SBUFeedbackView.swift */; };
+ 4130658AA3780F1CBD3BD338 /* SBUGroupChannelPushSettingsModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10D036AD3A0E63CDDE3E7A70 /* SBUGroupChannelPushSettingsModule.Header.swift */; };
+ 42C390B99407B844BD888DB8 /* SBUViewModelDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F239339F8C6C55F08106EFE /* SBUViewModelDelegate.swift */; };
+ 43AC285DFE4E83A9BC7DCC7A /* SBUMemberListViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA09240BFBDCF1C06CA7B79B /* SBUMemberListViewController.Deprecated.swift */; };
+ 43B4453377C4953609141989 /* SBUChatNotificationChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1274972ACDC3D445B95C2D8C /* SBUChatNotificationChannelModule.swift */; };
+ 4417FC7E05082508A01557E1 /* SBUVoiceFileInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA61BB50A0E4F65049D6944D /* SBUVoiceFileInfo.swift */; };
+ 446FF584199E8C6D7A3AC750 /* SBUNotificationCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD7B5A08941B296219DEB1D /* SBUNotificationCell.swift */; };
+ 448A6CEE3E55200C674DD277 /* SBUOpenChannelSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A23192E8E321308B36A50021 /* SBUOpenChannelSettingsViewModel.swift */; };
+ 44A91AA3E21D489CAA8ED2B4 /* SBUDashboardConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8754D25485DE920BEEC4C5 /* SBUDashboardConfig.swift */; };
+ 45496BF844667B806EA2681B /* UITextField+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62FDAA7CAF9EF741FC13C30C /* UITextField+SBUIKit.swift */; };
+ 461D728F0B3381ECF15F5292 /* SBUMessageCellProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 572F3E79B281EA122171C538 /* SBUMessageCellProtocol.swift */; };
+ 4634B8C0822FC20FEA511739 /* SBUEmojiListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45A41FE89168518677745683 /* SBUEmojiListViewController.swift */; };
+ 47DECA1281CDC8564341C18C /* SBUUserNameView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EA8ACC55F1CD9CE7E5767C6 /* SBUUserNameView.swift */; };
+ 4893BBB9CCC31D220F32431A /* Array+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC91E359C1F482F9789F1D00 /* Array+SBUIKit.swift */; };
499261732A9D89BE00B07828 /* ConnectView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4992616E2A9D89BE00B07828 /* ConnectView.swift */; };
499261742A9D89BE00B07828 /* ConnectView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4992616F2A9D89BE00B07828 /* ConnectView.xib */; };
499261752A9D89BE00B07828 /* MainView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 499261702A9D89BE00B07828 /* MainView.xib */; };
@@ -135,120 +134,105 @@
499261772A9D89BE00B07828 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 499261722A9D89BE00B07828 /* MainView.swift */; };
4992617A2A9D8A4A00B07828 /* MainItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 499261782A9D8A4900B07828 /* MainItemView.swift */; };
4992617B2A9D8A4A00B07828 /* MainItemView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 499261792A9D8A4900B07828 /* MainItemView.xib */; };
- 4B9A076A46C6AB0B3CCBE8AD /* Date+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019DB8FA4A5B6BFC068A2B96 /* Date+SBUIKit.swift */; };
- 4C9D42E9FD6E9ED88500B53B /* SBUFeedNotificationCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A842AFD9096B079205ADEA78 /* SBUFeedNotificationCell.swift */; };
- 4D6D6CC93CB69C853EA234B5 /* Array+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 981B66EA03C837B5FC91D020 /* Array+SBUIKit.swift */; };
- 515544D9C33CBDC4BEDC2552 /* SBUUserListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3B5E3D48913096C6C35BA90 /* SBUUserListViewController.swift */; };
- 5159515789D6A2D8FD4CB09A /* SBUMessageCellProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = F79692F555A9ABCEE27B7F3F /* SBUMessageCellProtocol.swift */; };
- 5201E491DE5D6EB967A92D30 /* QuotedFileCommonContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF17686015D65781B760FEE7 /* QuotedFileCommonContentView.swift */; };
- 54D9BB93709A22783E03646C /* SBUFeedbackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46F80A6DB7301918744BE2AD /* SBUFeedbackView.swift */; };
- 55E52D922930275A911771F1 /* SBUPropertyWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 324532AE75DAE25F00C2F916 /* SBUPropertyWrapper.swift */; };
- 561D1DDBDA670B6EBC800993 /* SBUTypingIndicatorInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 799A07903937F7AE04762340 /* SBUTypingIndicatorInfo.swift */; };
- 57DFA868C6EBE1ABC51B55E7 /* SBUMessageThreadModule.Input.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC58B24D7AF4C0778052B4C5 /* SBUMessageThreadModule.Input.swift */; };
- 586497D59FA1EE5DAC65F39C /* SBUGroupChannelViewController.Unavailable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDAABEAED3626698F8C2AFD3 /* SBUGroupChannelViewController.Unavailable.swift */; };
- 5903D9214B67D8D75B83E848 /* SBUVoiceRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FCDD5666AD67B90749F2FF /* SBUVoiceRecorder.swift */; };
- 5A720F4430B155687D1DD3B6 /* SBUBaseMessageCellParams.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73E7D835659F7BB607426A3 /* SBUBaseMessageCellParams.Deprecated.swift */; };
- 5AD30DD54FD568F9200F80E3 /* SBUFontSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBCF8110407BD4F277D16386 /* SBUFontSet.swift */; };
- 5BB71C41B73D9177C76919E6 /* SBUScrollPostionConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 344F9B24E9B7EEFD148C9220 /* SBUScrollPostionConfiguration.swift */; };
- 5BF8F814CF36E576B41DF580 /* SBUGroupChannelViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759DE31266338E3A1741239B /* SBUGroupChannelViewController.Deprecated.swift */; };
- 5C5C995479E308AC3EE7886C /* UIApplication+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E2E3C0724733DD621C225C /* UIApplication+SBUIKit.swift */; };
- 5C91455D0B1B5FB1B04CB2E3 /* SBUCreateChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24355661365B4A776F5C3A4D /* SBUCreateChannelViewModel.swift */; };
- 5D3CFF613896F778AAB10A84 /* SBUBaseSelectUserViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38BFBFC08308EDF7DF2F8AF3 /* SBUBaseSelectUserViewController.Deprecated.swift */; };
- 5D65CA28D00A43F072EE3E52 /* SBULoading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 775E189BFA091BAA6D96EC41 /* SBULoading.swift */; };
- 5DF37610EA79C820ADBD3D2B /* SBUCacheManager.Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA08EF1BCED0B2DD2276A6AA /* SBUCacheManager.Version.swift */; };
- 5E488F84D117FADF768CEC8C /* SBUChatNotificationChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6984C447E6F6C0F36D7280A0 /* SBUChatNotificationChannelViewModel.swift */; };
- 5E64987503961F0D38E83CA2 /* SBUUserMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8875326FDAA2FCDAF220FFEE /* SBUUserMessageCell.swift */; };
- 5F3A5CD663BF3F8049C27BDB /* SBUVoiceContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2271775FA6407287C065346 /* SBUVoiceContentView.swift */; };
- 5FADF639FE639D9BF5449F0E /* SBUOpenChannelFileMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F521602BE2DB80D79320CEE3 /* SBUOpenChannelFileMessageCell.swift */; };
- 600B7B43182A5C9CD8A077D0 /* SBUGlobals.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ACE276DC07177F271182F50 /* SBUGlobals.swift */; };
- 603D4A73733A11B97E162162 /* UIView+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B730F08A9D19C2CDDEE4609 /* UIView+SBUIKit.swift */; };
- 6092AF15456F63F8C61420AA /* MessageTemplateTestViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92B5E13F4F434AC00700783D /* MessageTemplateTestViewController.swift */; };
- 61A64D34ACCB83966A375CF7 /* SBURegisterOperatorModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D04BB84E9FDEF6EBD88839F /* SBURegisterOperatorModule.swift */; };
- 620CF334C47C698E2DBA80B9 /* SBUUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0E68DA05D881592BB88863F /* SBUUser.swift */; };
- 62317B0A4CB0A0AB71003375 /* SBUMessageSearchModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = E31F0297E698A27F7B3289F7 /* SBUMessageSearchModule.List.swift */; };
- 62894B8D65F43C03885B4C91 /* SBUEnums.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9901ABF765729DB8A1960BE /* SBUEnums.Deprecated.swift */; };
- 64646D0BF1A0AD006290E83B /* SBUOpenChannelSettingsModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA46EC327329FBD38FF5D800 /* SBUOpenChannelSettingsModule.swift */; };
- 65A777BC164C006978F0807D /* SBUBaseChannelListModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = E40FBDC04567C03FF097DE5F /* SBUBaseChannelListModule.List.swift */; };
- 6712D3447F8D8A81973F162A /* SBUGlobalCustomParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB8C4BCEDE90976DAD914D2E /* SBUGlobalCustomParams.swift */; };
- 67AF509F5A20D4D3FF88364B /* SBUBaseChannelListModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87134E7A06E3F4715C7FDE77 /* SBUBaseChannelListModule.Header.swift */; };
- 6846A38982635A603DD8FDB8 /* SBUUserProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84B3741FF779EEF10777983F /* SBUUserProfileView.swift */; };
- 68490383949F1D786706B87F /* SBUCategoryFilterCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 603872B7E7F6DA21B1C34780 /* SBUCategoryFilterCell.swift */; };
- 686FDBC0C53ED618693751CD /* SBUMention.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BAAED3336A448CAD252C114 /* SBUMention.swift */; };
- 68DDBFC496200E72F0985F52 /* SBUTemplateLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF76E638DE4EEF19F0FD3E3A /* SBUTemplateLabel.swift */; };
- 692CC842FD897CF489D82E12 /* SBUReactionCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 168FC08C0BC4342EE5CB617F /* SBUReactionCollectionViewCell.xib */; };
- 697886CD325C66F49DC9D320 /* SBUChannelListViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3C58FE470A76DD5B5EFB073 /* SBUChannelListViewController.Deprecated.swift */; };
- 6A52CD8ECB0BE08D857EE0B5 /* SBUCoverImageView.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03B1A281E7C51AA285A6E97F /* SBUCoverImageView.Deprecated.swift */; };
- 6B594162E3E3A3D111ADE58B /* SBUFeedNotificationChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FFB0A5D61E778948668EF96 /* SBUFeedNotificationChannelViewModel.swift */; };
- 6CE0D54AB5B3F2C064929D01 /* SBUTypingIndicatorMessageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD407608E8A0507BE4DA3AE7 /* SBUTypingIndicatorMessageManager.swift */; };
- 6D61EF7500117634A0CC2C0F /* SBUFeedNotificationChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3F02F536B3FE39097B889FE /* SBUFeedNotificationChannelModule.swift */; };
- 6F238A2495304CCD4EC50FE3 /* SBUNotificationTimelineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F5CE7D0D719E510B33CEE81 /* SBUNotificationTimelineView.swift */; };
- 6F25AA5E793D3F13C4B98A07 /* SBUQuotedUserMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543A524083003F3401CCE3B1 /* SBUQuotedUserMessageView.swift */; };
- 70D0AF70148F79B52FE5DA97 /* SBUOpenChannelModule.Input.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3821E43B6D5657D88DF0D3CE /* SBUOpenChannelModule.Input.swift */; };
- 71791593131EAEA0AA70438C /* SBUCommonDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C20CDCFE7F639675F277D48 /* SBUCommonDelegate.swift */; };
- 71FABC3EAF296B7E9CF9C67A /* UIStackView.SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4761BC34D45671E36ECD1F8 /* UIStackView.SBUIKit.swift */; };
- 720356C449DE737B067CF1FD /* SBUMentionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4FBA1831C86CD4340CA0EA4 /* SBUMentionManager.swift */; };
- 743442EC027EA7100951D48C /* SBUUserListModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A7BE88487252744DD8F67 /* SBUUserListModule.List.swift */; };
- 74C2F70ECC2143D819DB604D /* Base.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 1F848399F8551029FDE8E5AA /* Base.xcconfig */; };
- 74C53D1B8614FD705A5972B1 /* SBUMenuSheetViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95930FE2F69BD1291DDBB42C /* SBUMenuSheetViewController.swift */; };
- 75B41C9FB79DAA7208D1BE04 /* SBUBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AEAF14390F32162C4971CE6 /* SBUBarButtonItem.swift */; };
- 75CBBCA5C6363E70A732D8B7 /* SBUModerationsModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5A9E3FFF7A92716DC2423BD /* SBUModerationsModule.Header.swift */; };
- 764554427832158FF3DAD6DE /* SBUViewControllerSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A331AE8E70F60C5BE879B56 /* SBUViewControllerSet.swift */; };
- 7693734BA508AF800C0CEFAF /* SBUModerationsViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0296867257E8F898562C8A2 /* SBUModerationsViewController.Deprecated.swift */; };
- 786987AA7FAC6F74E5F8B9B0 /* SBUBaseChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6424128788D13EA8E73153AE /* SBUBaseChannelViewController.swift */; };
- 7B254AC1A610D659E1F16BB0 /* SBUPhotoAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = A907E48C8DF3A682B9AE3850 /* SBUPhotoAccess.swift */; };
- 7BCE9E71132F2FA9AC07EC9E /* SBUOpenChannelViewController.Unavailable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0321E753FCC50FD867143C02 /* SBUOpenChannelViewController.Unavailable.swift */; };
- 7C15D96A6A0DE5A34CC406FC /* SBUOpenChannelModule.Media.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AA5851E5B6FD3A01E441FC1 /* SBUOpenChannelModule.Media.swift */; };
- 7FC26CB39A1C1295CF723BA6 /* SBUFileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 541BCBC21CB9FC5F457326DB /* SBUFileViewController.swift */; };
- 7FC388522838987288021AD2 /* SBUExtendedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7946EB5309213C9089E457 /* SBUExtendedMessage.swift */; };
- 8031E2443934540B40A611A0 /* SBUSuggestedReplyOptionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E498A0846EDD502C42A9839A /* SBUSuggestedReplyOptionView.swift */; };
- 80C814C3ABC243FAD5CEB036 /* SBUFeedNotificationChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9B5B564B27D10943E3132B /* SBUFeedNotificationChannelModule.Header.swift */; };
- 8162077AFF423ECBF600F0F6 /* SBUStackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FF416A7F38C358564B32019 /* SBUStackView.swift */; };
- 819113270398EA48EF05F9F6 /* SBUBaseMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E3D3A971CBFD76BD48F075C /* SBUBaseMessageCell.swift */; };
- 822D3C47E450BD5260034B4B /* MessageTemplateRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10A3F4BAB6E65F25EDB02A86 /* MessageTemplateRenderer.swift */; };
- 82C0450E63F99AD4B0DF70FF /* SBUFeedNotificationCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C90B88671EC438C6008F6DA /* SBUFeedNotificationCellParams.swift */; };
- 82CF4A91EDEC269EEED45C24 /* SBUNewMessageInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F65213A7B683E20943DDB4 /* SBUNewMessageInfo.swift */; };
- 82FF066190EE3EB9C4DB2C35 /* SBUModerationsViewModel.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E0E88BF9A429E5609F82686 /* SBUModerationsViewModel.Deprecated.swift */; };
- 8359058BAA329827248150C6 /* SBUCreateChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB350A7EDF48E5C1F211D13C /* SBUCreateChannelViewController.swift */; };
- 83C4704708295BDB33C23B36 /* SBUTypingIndicatorMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0ED31B77B1B45BAD753416DD /* SBUTypingIndicatorMessageCell.swift */; };
- 83CD579FF6BF3E73E198C24C /* SBUQuoteMessageInputViewProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3492107851573D070D5D258C /* SBUQuoteMessageInputViewProtocol.swift */; };
- 84638E8DA9476BC813E38686 /* SBUOpenChannelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C96D9B9B0B3491171E0D3126 /* SBUOpenChannelCell.swift */; };
- 8618971750DE8CCA5D927D58 /* SBUTheme+Type.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF832EC6B67A0018E501616D /* SBUTheme+Type.swift */; };
- 86207551AA3A55E2C8BC161A /* SBUMessageInputMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2809D5B2DEDB6D1F915AE3E3 /* SBUMessageInputMode.swift */; };
- 869CD3ACF472D5D65B9D1CA5 /* SBUPhotoCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1FFAC4E3E6BA9F90D7EC989 /* SBUPhotoCollectionViewCell.swift */; };
- 86F320433DBD55C0D259BC07 /* SBUDownloadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 833918C4E83063FAA520E891 /* SBUDownloadManager.swift */; };
- 87642EACF37C46EB4D62614B /* SBUTypingIndicatorBubbleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43C1505FFA4248D47FDCC26B /* SBUTypingIndicatorBubbleView.swift */; };
- 897973292412E4A5ED50B234 /* SBUGroupChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = F760212DD0A4961B02787E38 /* SBUGroupChannelModule.Header.swift */; };
- 8AEE6C4096B8C852D8BDD9BB /* SBUOpenChannelCommonContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EA325839C013E3FD6A93E66 /* SBUOpenChannelCommonContentView.swift */; };
- 8C2BEF2AC76DE68877929A1D /* SBUContentBaseMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65116A00F95F383DF12E86CB /* SBUContentBaseMessageCell.swift */; };
- 8C3796247E71F7E82C23B051 /* SBUFormView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 306EE9A3AEAE645F8C1CB0C2 /* SBUFormView.swift */; };
- 8C4508138C76019FC8FCE3FF /* SBUBaseChannelSettingsViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F22ABC4DE8784B244534E89 /* SBUBaseChannelSettingsViewController.Deprecated.swift */; };
- 8CFCE7D99EA884A9AF61240C /* SBUChannelPushSettingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8637A63F13239476A34BEEBF /* SBUChannelPushSettingCell.swift */; };
- 8D9ED8E9925D9371E6E91BCA /* SBUExtendedMessagePayloadCustomViewFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 597D494AD3661D17C6A3365F /* SBUExtendedMessagePayloadCustomViewFactory.swift */; };
- 8DB471DF49F7C2BC79A62159 /* SBUChannelTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F94063057E0F3182DC0017A2 /* SBUChannelTitleView.swift */; };
- 8DC05B4722C07C36EEE85938 /* SBUImageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5926FB39BC4E17332405519 /* SBUImageContentView.swift */; };
- 8E083028B207D944482438F6 /* SBUCreateChannelViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8637DE6EF9032D6E6E9B0CE1 /* SBUCreateChannelViewController.Deprecated.swift */; };
- 8E0D8342C19CE874CB33F636 /* SBUSuggestedReplyViewParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = D29AD53F9C75E89E8C699549 /* SBUSuggestedReplyViewParams.swift */; };
- 8E248B940DD9ABBE86A5E14E /* SBUModerationsModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2254BF65FD6DC0918F0765F5 /* SBUModerationsModule.swift */; };
- 8E596AE2A5D618D0D53B95EF /* SBUModerationsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9A5A3CBD02D2E1B2E86BBC /* SBUModerationsViewModel.swift */; };
- 8E9E9730622C8D7E7C69D14E /* SBUBaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2975CDDCB51845BB4215ADF0 /* SBUBaseViewController.swift */; };
- 8F9C307CDD8AB2935DDD4404 /* SBUMenuCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7BC18FA4760E8D5F86F1683B /* SBUMenuCell.xib */; };
- 913F8FF797F0103D3B31D152 /* SBUParentMessageInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FC66B0C70712E83854E9E74 /* SBUParentMessageInfoView.swift */; };
- 9151A20EE1EE79D22E20CFBE /* SBUTypingMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4BD6FFE5571D8DD83ABDBD8 /* SBUTypingMessageCellParams.swift */; };
- 91D3904C67ED03FEA77AC048 /* SBUSelectablePhotoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E86347A0040066E46411A38A /* SBUSelectablePhotoViewController.swift */; };
- 932EF64E17E5CE4ABB150E64 /* MessageTemplateRenderer.Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9645C115CBE5DAABE5ACD75 /* MessageTemplateRenderer.Image.swift */; };
- 93770381EB586BA4420397D0 /* SBUOpenChannelContentBaseMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE5404E90D21BC526250D724 /* SBUOpenChannelContentBaseMessageCell.swift */; };
- 95BA3E6B928E117A8CD6C90B /* SBUPaddingLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811B5D43DAF54C781267810C /* SBUPaddingLabel.swift */; };
- 95E0A7C6EA0C5B0BDFC8D69C /* SBUGroupChannelModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 873BB460EB3B4ADE8D0BA3DE /* SBUGroupChannelModule.List.swift */; };
- 960774E635EF696451CDFE9F /* SBUScrollOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0513B3376444DD37101BE55 /* SBUScrollOptions.swift */; };
- 96CB49F864827BE8AF3C42CB /* SBUCommonContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2E189DBB967EA931875C8D2 /* SBUCommonContentView.swift */; };
- 979AE82AB1512CDC562EFA2B /* SBUMentionLimitGuideCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0639DAD8051C542A192DAEC7 /* SBUMentionLimitGuideCell.swift */; };
- 9815EA9EA470532DA811EF15 /* SBUFileMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94018980434FCCD7A4306D5E /* SBUFileMessageCellParams.swift */; };
- 991A4B5CA551F139AE9323F7 /* SBUModerationCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F59ED1AF495B3E6B8B5FE47 /* SBUModerationCell.swift */; };
- 998B4926229350DE72A813C7 /* SBUConfig.Base.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EEAC09001F31081C8611F7B /* SBUConfig.Base.swift */; };
- 9A8B724D033EBD0B9B3A0F05 /* SBUChatNotificationChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDCCB53A84D609C7946800E3 /* SBUChatNotificationChannelViewController.swift */; };
- 9B5D0668635A931889D9861D /* SBUGroupChannelPushSettingsModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3EA454F81E242FDF53DC715 /* SBUGroupChannelPushSettingsModule.Header.swift */; };
- 9B6A8325E4590C3DD349118E /* SBUVoiceFileInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E059628C8579CEE52830465 /* SBUVoiceFileInfo.swift */; };
- 9BC107389E79B75EEC6735F2 /* SBUGroupChannelSettingsModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = C07A6A3BF77C77BAE91D61BE /* SBUGroupChannelSettingsModule.swift */; };
+ 49CDC2DAFC4A220DCFF1FCC9 /* SBUPendingMessageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F93FD5D96A616FBDC4ECA787 /* SBUPendingMessageManager.swift */; };
+ 4A7B608DAEED121117C26B3D /* SBUMessageInputMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79BFFB3018C393B9B50FE744 /* SBUMessageInputMode.swift */; };
+ 4B5B0458FC7E037B7B56295D /* SBUOpenChannelModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 394B4F4A340242F282560B9C /* SBUOpenChannelModule.List.swift */; };
+ 4C99BC4DB4124CD94B6DAC38 /* SBUDownloadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68362CAD1C37CB9B18E46FC8 /* SBUDownloadManager.swift */; };
+ 4D70A6CC197B6BB0FA50D9EA /* SBUGroupChannelListModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 979601D4D6B3F27B28AA5FD8 /* SBUGroupChannelListModule.List.swift */; };
+ 4FF2688534993BD5E22E54C5 /* SBUNewMessageInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = C006D599063170BA2B66F87B /* SBUNewMessageInfo.swift */; };
+ 5081F670BA9BDCA322A4F1F4 /* SBUFeedNotificationCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFB75DB778BD2BA96F30805F /* SBUFeedNotificationCell.swift */; };
+ 509F87C6481D8D19AF34941F /* UIButton+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FA612D9792CBD04BD8780D0 /* UIButton+SBUIKit.swift */; };
+ 50FB9034503DC9258220C5D5 /* SBUOpenChannelSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF4A0F7E98B8A2EAA4400AB /* SBUOpenChannelSettingsViewController.swift */; };
+ 51197D652E9EFF51CF583AAB /* SBUTemplateLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84CE695F69E8D975E73191C6 /* SBUTemplateLabel.swift */; };
+ 543DE4D3A5144B552B75B92D /* SBUUnderLineTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3FCC845A08F7D5D4DBA19C2 /* SBUUnderLineTextField.swift */; };
+ 55D65B9C36454756D09C11DF /* SBUInviteUserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D63AF237FEB6210708A89DFA /* SBUInviteUserViewController.swift */; };
+ 581B798A6180C6823D3D8DD4 /* SBUMessageThreadModule.Input.swift in Sources */ = {isa = PBXBuildFile; fileRef = 372126C1F2909F030F3E550F /* SBUMessageThreadModule.Input.swift */; };
+ 58E52AFF824B8198552E096F /* SBUParentMessageInfoReactionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52F19469795C8394868938B5 /* SBUParentMessageInfoReactionView.swift */; };
+ 593E350B1385AF7F8FA08BCE /* SBUVoiceMessageInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A31A5B960DBF92D47C50C91 /* SBUVoiceMessageInputView.swift */; };
+ 597257D44FA1F50BB9F2A75E /* UIViewController+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = E175C192F4509522856A0333 /* UIViewController+SBUIKit.swift */; };
+ 5985959F22BD4FF269561FF3 /* SBUChannelInfoHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79BCCA1E5B5B49795D3F02DB /* SBUChannelInfoHeaderView.swift */; };
+ 5A185B97D2CC71B746363229 /* SBUTypingMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDD7FF7AD89E9C8D53097908 /* SBUTypingMessageCellParams.swift */; };
+ 5A4D6B8B6EC9A81DA47DA09A /* SBUCreateChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0E9FA6EB34EB2EA116F6264 /* SBUCreateChannelViewController.swift */; };
+ 5A7D1DACD818011741FA01BD /* SBUChatNotificationChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93162841E3E9F4133D1A540A /* SBUChatNotificationChannelViewModel.swift */; };
+ 5AF0C77B23CD422AB7431D2E /* SBUCreateChannelViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24CFD3FB49FE5702696A4B69 /* SBUCreateChannelViewController.Deprecated.swift */; };
+ 5BB9C78402E26806C805CEF2 /* Float+SBUKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED02A0E650875CE865EFD820 /* Float+SBUKit.swift */; };
+ 5CFB096FD4B586CA2BE02440 /* SBUGroupChannelViewController.Unavailable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A09DDE9252F5F04DE2FB21C6 /* SBUGroupChannelViewController.Unavailable.swift */; };
+ 5D1375D077880A95D0E5DEAB /* SBUFeedNotificationCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D1D22D33EE54E3114245C2B /* SBUFeedNotificationCellParams.swift */; };
+ 5DC1C5715AAA51C9A4687EFB /* SBUGroupChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEBD3B980421B01FB8B5B37C /* SBUGroupChannelModule.Header.swift */; };
+ 618F0EC7225644A8AEB36B12 /* SBUEmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAD22F8966331A64D28FCA0D /* SBUEmptyView.swift */; };
+ 63EDF6400E0D3C64E3284860 /* SBUMessageSearchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12C02E91E25DBB5CE93AEB2D /* SBUMessageSearchViewController.swift */; };
+ 6421CCE4E19D94D48002E7C5 /* SBUBaseSelectUserModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07AFFA928A002DA5D085ABB1 /* SBUBaseSelectUserModule.List.swift */; };
+ 6464B067C4B31F43D0893431 /* SBUContentBaseMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD31623675898565E6522D64 /* SBUContentBaseMessageCell.swift */; };
+ 674B110D535C893B631FCCB2 /* SBUConfig.GroupChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66DDC5A203D4C67ED7D2EEFE /* SBUConfig.GroupChannel.swift */; };
+ 67698D56D41BCF6618236BD4 /* UIImage+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66703B2D08743D117120B564 /* UIImage+SBUIKit.swift */; };
+ 68075019E2B18C2357AFDE12 /* SBUMessageReactionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 925D2BF8D99B168EBEDCCC5A /* SBUMessageReactionView.swift */; };
+ 69AE77405BC5FCEDCA10A5CE /* BlockingOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9483721A86B08000ADB1C9D /* BlockingOperation.swift */; };
+ 69B050E57AE339CB66A92A43 /* SBUUserMentionConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3059087BAC7ED3EC06E047C7 /* SBUUserMentionConfiguration.swift */; };
+ 69CDDDCA106C9B08F2E047E2 /* SBUModuleSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B29133DB0BFA26CB3F3F68C /* SBUModuleSet.swift */; };
+ 6B124599ADD59EC7582B8FA3 /* SBUAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 187375B048417C4598618301 /* SBUAnimation.swift */; };
+ 6C2F651F3A94BE5AED0D3634 /* SBUFileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0BF7F16FD5020F2DF487947 /* SBUFileViewController.swift */; };
+ 6C39512DB6A71A46DAE2BA40 /* SBUBaseChannelListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEAFE62D76DA1A1C40F61693 /* SBUBaseChannelListViewController.swift */; };
+ 6DCEE91AFF33402D42F07F5D /* SBUGroupChannelPushSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71950A914617099DE56332C1 /* SBUGroupChannelPushSettingsViewController.swift */; };
+ 6E643B4EB204AA2B79F174E5 /* CommonProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05EF1A5E3847B4A7000A94EF /* CommonProtocols.swift */; };
+ 6F65110A5C08398C525D28F5 /* Data+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4415B1691077938C68D6EF7F /* Data+SBUIKit.swift */; };
+ 6FACC739EE9FFDC32813A23E /* SBUOpenChannelAdminMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C3D6142AD26E1F341A191AB /* SBUOpenChannelAdminMessageCell.swift */; };
+ 71238597AFFBC3AE90E9C871 /* SBUExtendedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18FC83085B3229B33C0CE77D /* SBUExtendedMessage.swift */; };
+ 734F3C265568D1878C02CF31 /* SBUMessageProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31DA3794A9C0670DB28F2532 /* SBUMessageProfileView.swift */; };
+ 73F5621AFE65E715C3BAE2E1 /* SBUPaddingLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DEF3EAFCC71873FD12B93EF /* SBUPaddingLabel.swift */; };
+ 75D795D794B27FA448BDAE38 /* SBUSelectableStackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C16A75190E4F91E46452AAD6 /* SBUSelectableStackView.swift */; };
+ 75E13857E05FFEA71B8A5118 /* SBULayoutableButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCFC97EEF290D6E2A769B49D /* SBULayoutableButton.swift */; };
+ 75F014508CC76E5D3522B81C /* SBUMenuSheetViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BF4CDC40846FDF45B287119 /* SBUMenuSheetViewController.swift */; };
+ 7632052C461FF42DE402E2B6 /* SBUOpenChannelBaseMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04155CA412F2F20701D1AA8A /* SBUOpenChannelBaseMessageCell.swift */; };
+ 76C79AAF8868394C6EE1DC1D /* SBUCacheManager.NotificationSetting.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B983C31A57E755431EC367 /* SBUCacheManager.NotificationSetting.swift */; };
+ 7755CDAC51458A6C72CA0C88 /* SBUModerationsViewModel.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 744271CB3DF32CC175B0D05F /* SBUModerationsViewModel.Deprecated.swift */; };
+ 77F441F25812CF90769FAE80 /* StringProtocol+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86B894BAE125B4924FEAEF9C /* StringProtocol+SBUIKit.swift */; };
+ 781236E4CA09E13EA520AB85 /* SBUInviteUserModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE00B1C88AC326FBE0630B /* SBUInviteUserModule.List.swift */; };
+ 7833A7F666D15BF30CF2A6F3 /* SBUMessageThreadViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE13C6839B8DC5B4FEAB919 /* SBUMessageThreadViewModel.swift */; };
+ 783730788F06126B0F58E3F2 /* SBUOpenChannelModule.Input.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15288DAB1D94793A495A1926 /* SBUOpenChannelModule.Input.swift */; };
+ 783852A6BD951FE5C58E6263 /* SBUOpenChannelViewController.Unavailable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C98DA9C5B83B9DD56FE6AA6 /* SBUOpenChannelViewController.Unavailable.swift */; };
+ 790874A97270C4AB93D373E3 /* SBUSuggestedReplyViewParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = D840A4A32C8FF01E6A765ECF /* SBUSuggestedReplyViewParams.swift */; };
+ 792E6B426427FA3D952119DE /* SBUFeedNotificationChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F4A11F971AD906CA252333 /* SBUFeedNotificationChannelViewController.swift */; };
+ 794DF4765FA4ECC3BBB4CC34 /* Sequence+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 541A4DF8B124C62E1C0BBBE2 /* Sequence+SBUIKit.swift */; };
+ 7AE585CC451E063231C07B19 /* SBUGroupChannelPushSettingsModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FB030C0FEE772D9C7E935BF /* SBUGroupChannelPushSettingsModule.swift */; };
+ 7B273F1E3251500ECC50E359 /* SBUOpenChannelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517B7FDA755E2C0DC7B9127A /* SBUOpenChannelCell.swift */; };
+ 7BD78DFEEEF397486AE923A4 /* SBUUserListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6A026439016DB3A1A2BE262 /* SBUUserListViewController.swift */; };
+ 7D39FB5DE84697DD51BBF0B7 /* SBUBaseSelectUserModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D2DB42CF81E6390C5AA3FD0 /* SBUBaseSelectUserModule.Header.swift */; };
+ 7D9C0B7322C89C99ECBDDD60 /* SBUViewLifeCycle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3526BCAD346A83DCA00F566D /* SBUViewLifeCycle.swift */; };
+ 7DD5A862A1F81361D7F22B48 /* SBUUnknownMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 497C64E279A20220B675415E /* SBUUnknownMessageCell.swift */; };
+ 7F7DD255AFAF7569FD06392E /* SBUScrollOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F721FE0B041DAC7707A629C /* SBUScrollOptions.swift */; };
+ 80BE5C5AC17449B30261E4EF /* SBUBaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B6356668705B0C41B339509 /* SBUBaseViewController.swift */; };
+ 80CF5663D893AEF31CA377F9 /* SBUFontSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F18837852994F7920B6359 /* SBUFontSet.swift */; };
+ 80D7A0D0323890325EC2AC46 /* SBUView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E30B33B521F597FD5A98EC9F /* SBUView.swift */; };
+ 8332670AEAC21D1D31427B4C /* SBUMenuCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3B62F27AA8409CA7B2C90E5B /* SBUMenuCell.xib */; };
+ 8390D31A64801C36EEEA3784 /* Date+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 470A1DE1263FB3B88C23F650 /* Date+SBUIKit.swift */; };
+ 83AE572DD481EB4666F4A80B /* SBUReactionCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F9AA16B3DCEAC86E33F405C /* SBUReactionCollectionViewCell.swift */; };
+ 84027F00180D5AB03FEF8D3F /* SBUUserListModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4FC9332166B82FC445F597 /* SBUUserListModule.swift */; };
+ 84E2C2AF92AAD30A2AE583A8 /* SBUBaseChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = A79272DCD77DB2CE4E40BDF4 /* SBUBaseChannelModule.Header.swift */; };
+ 85639BA853B4386C9A434CF5 /* SBUCreateOpenChannelModule.ProfileInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EE04C99C4951AE4B1929B71 /* SBUCreateOpenChannelModule.ProfileInput.swift */; };
+ 8682BC6AD78688F18AAE59F0 /* SBUBaseChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C302648052F85AA36E4758A /* SBUBaseChannelViewModel.swift */; };
+ 870E54E2D00C36CC53521380 /* SBUBaseMessageCell.Feedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01A24ACC026F98972A2A797A /* SBUBaseMessageCell.Feedback.swift */; };
+ 8895FEB98E903915D41D93BA /* MessageTemplateTestViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFEC360EF6D4347EE1CA5A88 /* MessageTemplateTestViewController.swift */; };
+ 89CC1A37E4592319D0BF625D /* QuotedFileCommonContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 990AA55359E825AA619DD521 /* QuotedFileCommonContentView.swift */; };
+ 8B5B49CAB269252DD1C1F1A7 /* SBUInviteUserModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59F33CEE43637980B11FE2F5 /* SBUInviteUserModule.Header.swift */; };
+ 8E5F856E85779DCB25196C89 /* SBUViewControllerSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 864508C81033B8BE8B33BD7C /* SBUViewControllerSet.swift */; };
+ 8FC4314E44C26D49895B36B0 /* SBURegisterOperatorViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17080F22507174D4D19CFC3D /* SBURegisterOperatorViewModel.swift */; };
+ 9047612055758DD70F74472A /* SBUInviteUserViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 054FA8576F96F9AB6B053AA5 /* SBUInviteUserViewModel.swift */; };
+ 90BBA0FB60E99D057013E8BB /* Base.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 17E8CE192CFC8A660ED75F13 /* Base.xcconfig */; };
+ 90D9C75AF9F8AD3F9FAAC4EA /* SBUBaseChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FF29E25BCBFEB0A39C1501D /* SBUBaseChannelViewController.swift */; };
+ 91D76E32C8CC876903C8734B /* SBULogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A34429DD27859B843A17EDD /* SBULogger.swift */; };
+ 9366C3E57B502DA834EA4DC2 /* SBUNewNotificationInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FEA97BF290264E3EA853252 /* SBUNewNotificationInfo.swift */; };
+ 93F36D4852BE0AF77172D58D /* SBUChatNotificationChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23501DB65B9CD2CFF0373809 /* SBUChatNotificationChannelModule.Header.swift */; };
+ 9477A49292394B043E9E66F2 /* SBUUserMessageTextViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F81CE5C3563BCA931D55F770 /* SBUUserMessageTextViewModel.swift */; };
+ 96D32F8A1EC17FB9DF75D873 /* SBUModerationsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CE36EC19694CAAB7FB7FE13 /* SBUModerationsViewModel.swift */; };
+ 96DDB555EA325DD6A7F2B4DD /* SBUCacheManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5FABD285CC3C8C3C5E2D6EE /* SBUCacheManager.swift */; };
+ 96F31B8F9E67047A044768DE /* SBUSuggestedReplyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D3B8DE4AF52A187E2677CEC /* SBUSuggestedReplyView.swift */; };
+ 97908DF0EFFBDB938CBD92D2 /* SBUBaseMessageCellParams.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749EE313F3812C40A1FC87B1 /* SBUBaseMessageCellParams.Deprecated.swift */; };
+ 984EDD621B03BFC3FF5A25AB /* NSObject+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8E815CE8211C77DDFC7CAB0 /* NSObject+SBUIKit.swift */; };
+ 98726C50D863B951B2F267D0 /* SBUModerationsModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80BB706B1EC1C820D74DA68B /* SBUModerationsModule.swift */; };
+ 98CEF542CA08758D28A4B72B /* SBUFileMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3CECBC8AD699CEB6870E925 /* SBUFileMessageCell.swift */; };
+ 990D5B65F94E8E3C983EB473 /* SBUGroupChannelSettingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A659CD353974C2369FED97B6 /* SBUGroupChannelSettingCell.swift */; };
+ 9921D2A80A08AAB860AA47E4 /* SBUCreateChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC68B1B22842404D0A88313E /* SBUCreateChannelViewModel.swift */; };
+ 9B83505098056D32C4EE436E /* SBUUnknownMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 055D64F2F1E797037D9D70C9 /* SBUUnknownMessageCellParams.swift */; };
9C037E2E280432DB00059696 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C037DD4280432DB00059696 /* ViewController.swift */; };
9C037E2F280432DB00059696 /* UILabel+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C037DD7280432DB00059696 /* UILabel+Ext.swift */; };
9C037E30280432DB00059696 /* UIImageView+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C037DD8280432DB00059696 /* UIImageView+Ext.swift */; };
@@ -273,28 +257,31 @@
9C037E44280432DC00059696 /* LiveStreamChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C037DF6280432DB00059696 /* LiveStreamChannelViewController.swift */; };
9C037E45280432DC00059696 /* CommunityChannelListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C037DF8280432DB00059696 /* CommunityChannelListViewController.swift */; };
9C037E47280432DC00059696 /* CreateCommunityChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C037DFA280432DB00059696 /* CreateCommunityChannelViewController.swift */; };
- 9C13CE6528562F6AD387112E /* SBUOpenChannelListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7ADABC298F762457E9AFC18 /* SBUOpenChannelListViewController.swift */; };
9C2A3C5B28863A9E0052F71D /* SendbirdChatSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 9C2A3C5A28863A9E0052F71D /* SendbirdChatSDK */; };
- 9C2BF0B3D3F6E768DC207DDD /* SBUModuleSet.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978FE7D78E64F1700639DF09 /* SBUModuleSet.Deprecated.swift */; };
9C3EBE2328091D2A00B5366B /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C3EBE2228091D2A00B5366B /* NotificationService.swift */; };
9C3EBE2728091D2A00B5366B /* NotificationService.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 9C3EBE2028091D2A00B5366B /* NotificationService.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
+ 9C479B6A2D6501D225680975 /* UIApplication+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D72E9CA2DC74C1C179A706 /* UIApplication+SBUIKit.swift */; };
+ 9C522223D578168FADBBE340 /* SBUCreateOpenChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B149DD578DABD2C548A3C280 /* SBUCreateOpenChannelViewModel.swift */; };
9C5DCD49242AFA7C00C41106 /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C5DCD48242AFA7C00C41106 /* UserNotifications.framework */; };
- 9EC4576E34CA4B7850EB5EB9 /* SBUMessageThreadViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E027E71DB42789DA6126502D /* SBUMessageThreadViewController.swift */; };
- 9F55773CC8203C28F980E944 /* SBUSuggestedReplyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5887D5C27A5B9C5D594AEA86 /* SBUSuggestedReplyView.swift */; };
- 9F828CF0BCC3EBFA4A460B3C /* SBUAdminMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EF38CA2E87E61BEC271A7C3 /* SBUAdminMessageCellParams.swift */; };
- 9F8D178C0102CF9D9A9DB255 /* SBUNewNotificationInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02303F02A83A1410659865BB /* SBUNewNotificationInfo.swift */; };
- 9FBE1F0646C03D9998A02F9D /* SBUMessageThreadModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0814A5564184000C30E1B263 /* SBUMessageThreadModule.List.swift */; };
- A216A2E65188AB70266857C0 /* SBUGroupChannelSettingsModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88F8BEA826246F7AB2B7FF6A /* SBUGroupChannelSettingsModule.Header.swift */; };
- A297192485356949B6028A2D /* SBUTableViewCell.Unavailable.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC6897FD788AD19AFBD7CCF1 /* SBUTableViewCell.Unavailable.swift */; };
- A4111B40C988B8DD199D537B /* SBUFeedNotificationChannelModule.CategoryFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CC75A4F7F9BBA9A765B2F63 /* SBUFeedNotificationChannelModule.CategoryFilter.swift */; };
- A4D8215DACF257F5AAD29552 /* SBUConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F6230F2E3F6F32978578A8D /* SBUConfig.swift */; };
- A58CBA44D118A63395C38759 /* SBUOpenChannelSettingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA4E9E69A68972C8D6FB0EC /* SBUOpenChannelSettingCell.swift */; };
- A5CA9FB7046BBC957705650D /* SBUFeedNotificationChannelViewParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CFFD6EBEC5345E71BACCAB0 /* SBUFeedNotificationChannelViewParams.swift */; };
- A633A4CD5D361C5F5B744E63 /* SBUActionSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52E849FDC982D2F916B19FB5 /* SBUActionSheet.swift */; };
- A6EEC2EF71DB0499096D9B22 /* SBUMultipleFilesMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD64601CC5ED088310CD3E4C /* SBUMultipleFilesMessageCell.swift */; };
- A7F500B45F04D62C7BFAEDC2 /* Data+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6623FC09EFBBD59945D9007C /* Data+SBUIKit.swift */; };
- A864D09DF405B9802352107D /* SBUOpenChannelImageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE0A39D78BF4A89183C9E6F3 /* SBUOpenChannelImageContentView.swift */; };
- A8BEDA2799176792BF43F5D3 /* SBUTheme.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAC50E027076E6B3A7ED9A37 /* SBUTheme.Deprecated.swift */; };
+ 9D6C5A5902CDD8E9E1484AAA /* SBUFeedNotificationChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0CB81313B75998D248A3808 /* SBUFeedNotificationChannelModule.swift */; };
+ 9E5F4C71C00C523ED67E13E1 /* SendbirdUI.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = D91C6BD385CC9DFD4BAC87B5 /* SendbirdUI.Deprecated.swift */; };
+ 9F2FB9226E2ACE3B4FC51B36 /* Release.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = C1994F8A8B35521D4868FB99 /* Release.xcconfig */; };
+ 9F53BF1141E77D280FC318A1 /* SBUConfigManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FEA1FC1C47B68847270AD04 /* SBUConfigManager.swift */; };
+ A10F19D7FBFCD4338BE282F7 /* SBUChatNotificationChannelModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDC6ECA5C7AC847E21A0A214 /* SBUChatNotificationChannelModule.List.swift */; };
+ A1DA80DF4092373624A89165 /* SBUView.Unavaliable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7100A354ED24F42F87F6076B /* SBUView.Unavaliable.swift */; };
+ A3181AA2434F39153446F084 /* QuotedFileImageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70FDEC0AE49B21AA9005D531 /* QuotedFileImageContentView.swift */; };
+ A33636888724F8ECD9E3BC0F /* SBUCreateChannelModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9785CC37DB3F7DBAEBF3345B /* SBUCreateChannelModule.List.swift */; };
+ A3400FE36C4093C8EC6C11E7 /* SBUBaseChannelViewController.Unavailable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F3FAC3C2DEFA12DB05BC1E4 /* SBUBaseChannelViewController.Unavailable.swift */; };
+ A3C11263F1D229A04125980A /* SBUEnums.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F92052F3197BB270A5FCE0 /* SBUEnums.Deprecated.swift */; };
+ A43B7377BCB80CD6A0A0BB0A /* SBUMessageInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDB53326700F349E1391EB78 /* SBUMessageInputView.swift */; };
+ A47BE86607D7EE075E9CCD46 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 25510825485517906E74C171 /* Assets.xcassets */; };
+ A4B04D8B10674897D3106215 /* SBUGroupChannelSettingsModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 582D28591321BF0E03E95EDC /* SBUGroupChannelSettingsModule.Header.swift */; };
+ A55D712D394AC20B7EE0506A /* SBUModerationsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8611ADBE4AAAF4315671E792 /* SBUModerationsViewController.swift */; };
+ A6944459D167B0156A6026EE /* SBUNotificationNavigationTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F6FC2FA520534E4D8EC3FE4 /* SBUNotificationNavigationTitleView.swift */; };
+ A6B9BABCB96D8ADA0827DE00 /* SBUOpenChannelListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C6CB37A3141F04131D2846E /* SBUOpenChannelListViewModel.swift */; };
+ A78152BCA17EE2D1EFCF12D7 /* SBUCreateChannelTypeSelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 635FA5E97D39233050AFC6F0 /* SBUCreateChannelTypeSelector.swift */; };
+ A7A9AB77D46CD79B13656828 /* UIStackView.SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCF9DEA2ACBFB539BF8D89BB /* UIStackView.SBUIKit.swift */; };
+ A81644DAEDE3A3BB23873975 /* SBUChannelTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9169B053703514DB70AEC6C8 /* SBUChannelTitleView.swift */; };
A93AE87B2A383CAA00AFFF9C /* CustomBaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A93AE84F2A383CAA00AFFF9C /* CustomBaseViewController.swift */; };
A93AE87C2A383CAA00AFFF9C /* ChannelListCustomManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A93AE8522A383CAA00AFFF9C /* ChannelListCustomManager.swift */; };
A93AE87D2A383CAA00AFFF9C /* InviteUserCustomManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A93AE8532A383CAA00AFFF9C /* InviteUserCustomManager.swift */; };
@@ -331,133 +318,146 @@
A968B36A28C86B5700271C60 /* LiveStreamChannelListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A968B36928C86B5700271C60 /* LiveStreamChannelListViewModel.swift */; };
A968B36C28C86B8600271C60 /* LiveStreamChannelListModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = A968B36B28C86B8600271C60 /* LiveStreamChannelListModule.List.swift */; };
A968B36E28C9AB7F00271C60 /* LiveStreamChannelModule.Media.swift in Sources */ = {isa = PBXBuildFile; fileRef = A968B36D28C9AB7F00271C60 /* LiveStreamChannelModule.Media.swift */; };
- A9BF1DADB7BD1ECD1F8D3FD0 /* SBUIconSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFCAB54722A19C4A0B3FF2FB /* SBUIconSet.swift */; };
- AA0AE1AE17B0AF0D1EACE394 /* SBUSelectableStackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F9A7A79C7C3369CFCEFD7D /* SBUSelectableStackView.swift */; };
- AA2938D81673317A110A7417 /* SBUCreateOpenChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81DB4D20561E382CC585CD7C /* SBUCreateOpenChannelViewController.swift */; };
- AB5A46655629D7931DDEFE65 /* SBUGroupChannelListModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = B41873C6DB9EBD7E47CA0C81 /* SBUGroupChannelListModule.List.swift */; };
- AB8892E3ABDEAF3930BF585B /* SBUOpenChannelListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D61F6663C730B86EDA640817 /* SBUOpenChannelListViewModel.swift */; };
- AC6749761B03A433B9B65FDD /* UINavigationController+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6470E388BD04F494564F3667 /* UINavigationController+SBUIKit.swift */; };
- AC74671A2CE918C45D973321 /* SBUGroupChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6038A3454CACC0C6CF91E5FC /* SBUGroupChannelViewController.swift */; };
- AC773AE44D03A7EB166A3C41 /* SBUCreateOpenChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 529D1D3F16300430D44B7F3E /* SBUCreateOpenChannelModule.swift */; };
- AE2AEF0D78990E9F72200221 /* SBUCacheManager.Template.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5171DC755ABD77EE25E2528 /* SBUCacheManager.Template.swift */; };
- AE7F81A34476CD803E3CF2BE /* Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = F1A1477DB08F7F570FB9A288 /* Debug.xcconfig */; };
- AF3A2A2778DC313E071B445F /* SBUMessageWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17114F1C3065F9F956B8536C /* SBUMessageWebView.swift */; };
- AF3B696459225F722FA29904 /* SBUBottomSheetController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BBAF7BAF74B4E3A4E70CD1F /* SBUBottomSheetController.swift */; };
- B01F48C44B1409BA76F3B969 /* SBUUserListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56ABE88025BDB3612B9BEFB7 /* SBUUserListViewModel.swift */; };
- B0CC3503491C9DF65D39A10F /* SBUInviteUserModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953E09BBA45892E1F110C21A /* SBUInviteUserModule.List.swift */; };
- B0DCEFC4DF8783B2F101A364 /* SBUBaseChannelViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC6AFD8F81CB682BE4A19DE /* SBUBaseChannelViewController.Deprecated.swift */; };
- B24531D6526C1045997D6F84 /* SBUGroupChannelPushSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 778E5E96A5F33C98EEE19FBB /* SBUGroupChannelPushSettingsViewController.swift */; };
- B4A747A3CFE4F0FA7D26666B /* SBUChatNotificationCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 855ACB9BDCC620EFE6B85FDF /* SBUChatNotificationCell.swift */; };
- B4BC98CBC99774AF32252BAA /* SBUEmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5E5319E314CE7BE9FB4578A /* SBUEmptyView.swift */; };
- B4DDE0D495C01A44DCC0BF5C /* SBUModerationsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87228EBB171E655D689898C4 /* SBUModerationsViewController.swift */; };
- B4F02E265C1DD878515D7793 /* SBUOpenChannelUnknownMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AFD044C37C5F87A8919A787 /* SBUOpenChannelUnknownMessageCell.swift */; };
- B545F9A6293F0E310BF60D1E /* SBUStringSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1ACD97E29A9496AD63BA008 /* SBUStringSet.swift */; };
- B558AC0D70268BDFB0174394 /* SBUConfig.Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90E805C1A47DBD2B21C70E6D /* SBUConfig.Common.swift */; };
- B5B32E25F8B45C38FC636D5E /* SBUChatNotificationChannelModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7111DBA08EA7992CE5901569 /* SBUChatNotificationChannelModule.List.swift */; };
- B646A2D78FCCD2E5252CFEFF /* SBUMultipleFilesMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 232A4CB868ACAE3AAA410CBC /* SBUMultipleFilesMessageCellParams.swift */; };
- B665825044048A1070EA1EF6 /* SBUSuggestedMentionList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32F96484765E7FCD3860F152 /* SBUSuggestedMentionList.swift */; };
- B68F2CBE21BF5F5FEB66B2B4 /* SBUFeedbackViewParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE81511A49A8CD385208A48 /* SBUFeedbackViewParams.swift */; };
- B6D7E5AAF108108831239006 /* SBUMessageThreadViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B26B8F2726D7C5BFDA1241A /* SBUMessageThreadViewModel.swift */; };
- B926987AD140E6E0F6C6757E /* SBUGroupChannelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06D9EB4B1616964B0FACA9B3 /* SBUGroupChannelCell.swift */; };
- BA6C3C1D5E4858C5350961B1 /* SBUModuleSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA369E1099E0B216D6B06247 /* SBUModuleSet.swift */; };
- BBACD65B16400AF24696A64B /* SBUGroupChannelListModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = F69E000613A5780F60BF22C6 /* SBUGroupChannelListModule.swift */; };
- BCD4F2A85C023A03D56CA59F /* SBUContentBaseMessageCell.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6099C632EF3DC10AF01DF25 /* SBUContentBaseMessageCell.Deprecated.swift */; };
- BDCA316544004C34A04D71B7 /* SBUParentMessageInfoReactionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B361538F7B92167EF4585BCA /* SBUParentMessageInfoReactionView.swift */; };
- BDFCF033F2F4DF5D60CD5BAE /* SBUVoicePlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD73CC031F84C6E76F3C436 /* SBUVoicePlayer.swift */; };
- BE81922D563D329827E944F6 /* SBUCreateChannelModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3CD2340136D64F4AC3C8D74 /* SBUCreateChannelModule.List.swift */; };
- BEB6C4DA0329951FDFBBACB2 /* SBUMessageDateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 941A1B99E1E1D8D12FC80DB5 /* SBUMessageDateView.swift */; };
- BF53D3B601BDC5E91BC832B3 /* SBUConfigManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB9D22B31D7677D581E28C63 /* SBUConfigManager.swift */; };
- BF87221DD618F4D407DB79B0 /* UIImageView+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4314F326F7123775B8F34D14 /* UIImageView+SBUIKit.swift */; };
- BFDFCDFE0F50B32AA4E7D70F /* SBUFileMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 821F30791B4780914C1091F3 /* SBUFileMessageCell.swift */; };
- C06C30A5F521F1C75EB7F10D /* SBUMessageSearchViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F53DC8261768B25C5A08B001 /* SBUMessageSearchViewModel.swift */; };
- C0F539F185C73F20C837F7D8 /* SBUCreateOpenChannelModule.ProfileInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53B221A9C44136593ED4FD1D /* SBUCreateOpenChannelModule.ProfileInput.swift */; };
- C175C45D95F3C968E7929BD5 /* SBUMessageProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A5B03D99FEA0ABF9EED0665 /* SBUMessageProfileView.swift */; };
- C1C63415FC3B89D9E580747A /* SBUMentionConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E68EC364379EFD71C873B32 /* SBUMentionConfiguration.swift */; };
- C232CC96A29BEA33D7B8230B /* NSObject+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3EC8923BD2C726540709408 /* NSObject+SBUIKit.swift */; };
- C291F521A16F884DE50AF3BD /* SBUMarginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C7C30EE0313E1680C727E9 /* SBUMarginView.swift */; };
- C39F639F3273D6C97E8D1A9B /* SBUModerationsModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 498469E25403F2DEC96241B1 /* SBUModerationsModule.List.swift */; };
- C44AD8ABE55768D9F7A121C1 /* SBUTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE538ADBBCC356F3A3AE8A22 /* SBUTableViewCell.swift */; };
- C48FB5D429085F1DF9D51F49 /* UIButton+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 311251780FDB1C4BE299E96A /* UIButton+SBUIKit.swift */; };
- C5CD9D970124D81015E53530 /* SBUNotificationEmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA11CBB3F51A7BE195013E74 /* SBUNotificationEmptyView.swift */; };
- C662926BDC28F00EB9AEC545 /* SBUFeedNotificationChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6F7AC1733F04A8DF2C43461 /* SBUFeedNotificationChannelViewController.swift */; };
- C7766ADEE4C8B18CE06C2538 /* SBUBaseChannelSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE730E91858F346683F1BA72 /* SBUBaseChannelSettingsViewController.swift */; };
- C78B12DFE8CE0AA322E15DCD /* SBUBaseChannelListModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1899D09F3E73488B33E9EAE0 /* SBUBaseChannelListModule.swift */; };
- C79099D4663546A1572783C2 /* SBUCreateOpenChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E28048E0BB6196FDDEEB17AE /* SBUCreateOpenChannelViewModel.swift */; };
- C87ABEF820B15EEC7E4B9102 /* MessageTemplateParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24CF705F86FC8061CEC8449C /* MessageTemplateParser.swift */; };
- C953FAE29E79C088BEA1E547 /* URL+SBUKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 086A4D43AD987E6D60D94618 /* URL+SBUKit.swift */; };
- C9BC4DD67BC4EEA7E532BA5A /* SBUQuotedBaseMessageViewParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F217CC3857AA07A4EDF42CA /* SBUQuotedBaseMessageViewParams.swift */; };
- C9E32783C4DE8F0A34730D02 /* SBUEnums.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96C9D6D7FAE614378E4C961A /* SBUEnums.swift */; };
- CA0734D6A8B22D73ED2162F8 /* SBUMessageThreadModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED6CA880C14C791D48735311 /* SBUMessageThreadModule.swift */; };
- CA88EDDBF6C383EEDF9A8BB3 /* SBUGroupChannelListModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCF2AD47E444177A2996313 /* SBUGroupChannelListModule.Header.swift */; };
- CAF4DAF4EB3F6207C4AB55C1 /* SBUGroupChannelSettingsModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61A100F6AA8AD69369CA9B12 /* SBUGroupChannelSettingsModule.List.swift */; };
- CBDA92A8F987928B520D5BA8 /* SBUCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8552119E079598C1667DE7D7 /* SBUCollectionViewCell.swift */; };
- CC2758EB33463E993C7C1A11 /* SBUMessageSearchResultCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5FA7C3B457A4E06279BF745 /* SBUMessageSearchResultCell.swift */; };
- CC77FF8C063528102900C5DB /* SBUReactionsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98502454D9767A621F4545AF /* SBUReactionsViewController.swift */; };
- CC91959CE9EAC4FB094A0FF4 /* SBUNotificationChannelManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37454E5DB5605867697AB8D /* SBUNotificationChannelManager.swift */; };
- CD51E7E895A2AAC64043B061 /* SBUBaseChannelModule.Input.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F1902CE43152EB46A073010 /* SBUBaseChannelModule.Input.swift */; };
- CD54A6D86BE988DCB3AD29D0 /* SBUGroupChannelPushSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63E02A8087DD6EBEDCFDDAC8 /* SBUGroupChannelPushSettingsViewModel.swift */; };
- CD80229913BBD84E3FA1D357 /* SBUBaseChannelSettingsModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C1AE959808C09E10A358DD3 /* SBUBaseChannelSettingsModule.List.swift */; };
- CE3E332B67EDC33E66640E04 /* SBUDashboardConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBA6C8298F0303DD9F3C3745 /* SBUDashboardConfig.swift */; };
- CE53DF07970A011D859242EE /* VoiceMessageStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1114499D835ADDBCF0167D41 /* VoiceMessageStatus.swift */; };
- CFB0D7A6D2D83DF4ED8D2285 /* Thread+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18F84DA08C2A787F3A4A0F8C /* Thread+SBUIKit.swift */; };
- D1060C8EEAEC8F22FACA0BB0 /* SBUMessageSearchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C15F019DD23E855A70E8DD88 /* SBUMessageSearchViewController.swift */; };
- D198963D5F339CE3F7DE5370 /* CommonProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A65972A8E53588F16034590 /* CommonProtocols.swift */; };
- D2DA882FA701C7299DB76D86 /* SBUUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FA5465274AE28F47F2EA1C2 /* SBUUtils.swift */; };
- D3E3DD6FDA2AA58DE21E2868 /* SBUQuotedBaseMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0474B84D7CA0654D0E09584 /* SBUQuotedBaseMessageView.swift */; };
- D3E5680498C7D6ED720EF5B8 /* BaseMessage+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3A4998A322AD62FE7C1E2B8 /* BaseMessage+SBUIKit.swift */; };
- D47E028B2B40FA6F9A1B5B49 /* SBUUserMentionConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AFE75B76FA9D997C3D3C077 /* SBUUserMentionConfiguration.swift */; };
- D54F9E000EC0C7D64CF68F55 /* SBUBaseChannelViewController.Keyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794A5F4A97B58B90F686032A /* SBUBaseChannelViewController.Keyboard.swift */; };
- D5B837D3B21EA831E0408B70 /* SBUVoiceMessageInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F95EEA2BB3C996DE9F99D881 /* SBUVoiceMessageInputView.swift */; };
- D5F887BA1B3621334742B916 /* SBUView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9CCCCA3C47A90088FB11B94 /* SBUView.swift */; };
- D711D4EACB7ABEC413DF3559 /* SBUCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF178A493950EA70EAEE525F /* SBUCollectionViewFlowLayout.swift */; };
- D746A2A095EBDCD5D28C48DF /* SBUNavigationTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AD6DDE3452D141FD9B30BC7 /* SBUNavigationTitleView.swift */; };
- DA31311E80DBB1881DFADF9D /* SBUBaseFileContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCE5921CA8682326E51AAC53 /* SBUBaseFileContentView.swift */; };
- DAB461C9C33A75F7E7FA212D /* SBUBaseChannelListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78EEDAC9354880C7B98C7ABE /* SBUBaseChannelListViewModel.swift */; };
- DB0F2762CBD7C4E51A49CAEB /* SBUBaseChannelSettingsModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = D94B847135A2BC27346EF2A4 /* SBUBaseChannelSettingsModule.swift */; };
- DC54D15404A129AED5C177C6 /* SBUBaseChannelSettingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE91139DC74D4C968750FDE /* SBUBaseChannelSettingCell.swift */; };
- DCA5EF900C1F7B1C5E9BC19F /* SBUGroupChannelPushSettingsModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FBAC2852838CFBF55C915DC /* SBUGroupChannelPushSettingsModule.List.swift */; };
- DE5B382A6E6764E82BE36E1F /* SBUOpenChannelSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9807C62E69F3A182240AB166 /* SBUOpenChannelSettingsViewModel.swift */; };
- DEE5C6E8C2E97526DB1A7DAD /* MultipleFilesMessage+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DED859F6275BABB0D2A9E98 /* MultipleFilesMessage+SBUIKit.swift */; };
- DF3DC919E7148655BA315783 /* CGSize+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C41BAFC5B39F9B9EFAE9788B /* CGSize+SBUIKit.swift */; };
- E0ECD6BC4D00C2B0187381BC /* SBUBaseSelectUserModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E82DC024D9F654405467B8 /* SBUBaseSelectUserModule.Header.swift */; };
- E1404DFBF76834C768120E9F /* SBUViewLifeCycle.swift in Sources */ = {isa = PBXBuildFile; fileRef = BECF96501979B7DCE1EC895F /* SBUViewLifeCycle.swift */; };
- E16B95B7E11F159A856FA25B /* SBUOpenChannelModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = AABD5B37B4D8D90F3C5594E7 /* SBUOpenChannelModule.List.swift */; };
- E1EC4B013C3CA2D7021263A8 /* SBUBaseChannelSettingsModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6B9B44219348C768BC31B01 /* SBUBaseChannelSettingsModule.Header.swift */; };
- E23720A4D78981892BD87903 /* SBUCreateOpenChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = A51BCD1DA2715D671A623702 /* SBUCreateOpenChannelModule.Header.swift */; };
- E25A3959F72B3B5F7A33095D /* SBUPendingMessageManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0AF75A343479DBB6094608B /* SBUPendingMessageManager.swift */; };
- E3198DC3D0593E6795C9F132 /* SBUBaseChannelListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEFB07A3F5AE6E9F546AB244 /* SBUBaseChannelListViewController.swift */; };
- E500F312C7A50A26364276FF /* SBUOpenChannelListModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = E69C8BD7814FAEA53CAD9C48 /* SBUOpenChannelListModule.Header.swift */; };
- E513F3F710989032998695A9 /* SBUBaseChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C283D5A910A4C4F8DF0D12B /* SBUBaseChannelModule.Header.swift */; };
- E5300CA3CC6CF9A26BD9AFCD /* SBUGroupChannelSettingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36C8005C9E3B16219F02C431 /* SBUGroupChannelSettingCell.swift */; };
- E6122AFD064F9711F0DBD344 /* SBUToastType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DAA65BC68ACD42D6816274C /* SBUToastType.swift */; };
- E64F00BE37EA2ABFB32AB8E7 /* Release.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 6109D184C51D7FCD2DB0AE49 /* Release.xcconfig */; };
- E93F1DC8D0361404B216F711 /* SBUFormViewParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A878D555EEEC964A4A2C540 /* SBUFormViewParams.swift */; };
- E973D4C98ED6BE768F7EC548 /* SBUOpenChannelSettingsModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD600573AE3A59F82720BD70 /* SBUOpenChannelSettingsModule.List.swift */; };
- E9DD7FE8CEFC63A19E10CF82 /* SBUChannelSettingsChannelInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FC5CE40D68A4317C4D8362E /* SBUChannelSettingsChannelInfoView.swift */; };
- EACF9B8A7FE4776D70584F2C /* SBUQuotedBaseMessageViewParams.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB3499DE8637CDEA60A751A9 /* SBUQuotedBaseMessageViewParams.Deprecated.swift */; };
- EC3A7E40DBCCCB87449706B9 /* SBUThreadInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62EDA41A52D12B175B3B01C5 /* SBUThreadInfoView.swift */; };
- EC4D723074ADE87FDB67C713 /* SBUQuoteMessageInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C1319C71DD42B53AA16153C /* SBUQuoteMessageInputView.swift */; };
- EF68AFEED997351FA68AD53A /* SBUView.Unavaliable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98B386381ABAFFEB997A370A /* SBUView.Unavaliable.swift */; };
- EF73C886362183CFA417F5B8 /* SBULogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7044F36F8E857585C0D4D5F8 /* SBULogger.swift */; };
- EF8EC437C946C7451DE762BF /* SBURegisterOperatorModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF5B9C07AFFE349C6017D69B /* SBURegisterOperatorModule.List.swift */; };
- F06E1FD15EDBCBD1D73525E7 /* SBUCreateChannelTypeSelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8D743816EDB072746A9B20 /* SBUCreateChannelTypeSelector.swift */; };
- F111B2DDF01340E5CD42E44B /* SBUUserListModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89A174648CFFE6F77A33DC89 /* SBUUserListModule.Header.swift */; };
- F19B83F531280A5C13FD337D /* QuotedFileImageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E0F25C1DC570E14CE3A6BD8 /* QuotedFileImageContentView.swift */; };
- F1D1C206434C784ECE83B248 /* SBUOpenChannelListModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC27AF6B0D9A6B8381F19CDC /* SBUOpenChannelListModule.List.swift */; };
- F25FBC314166F382E5A2CE3E /* SBUConfig.CodingKeys.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45768B6F95A24D84746B8D60 /* SBUConfig.CodingKeys.swift */; };
- F2B0904F5DB48859D8DBED89 /* SBUOpenChannelUserMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFECD40352B920779492F932 /* SBUOpenChannelUserMessageCell.swift */; };
- F3B539CC0495F194B6AF5D64 /* SBUUserMessageTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181B733EC3ECF8213650C4B3 /* SBUUserMessageTextView.swift */; };
- F489D07F356CF4CF312DD202 /* SBUCacheManager.Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F1406981D15202E15D3A1AA /* SBUCacheManager.Config.swift */; };
- F4CC01DDB241DD57D366C50F /* SBUMessageInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52FD6F713FDAD5F84DC19DD2 /* SBUMessageInputView.swift */; };
- F4EE529AABA31EA835831442 /* SBUOpenChannelViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA6F49BEFDA3534795FDEAE4 /* SBUOpenChannelViewController.Deprecated.swift */; };
- F5B65D64A1CA0BED20DCD3CB /* Float+SBUKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BA7B651EC567A95E1C68DD5 /* Float+SBUKit.swift */; };
- F6198A0462D5A6F926852EBC /* SBUBaseMessageCell.Feedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA53A09F1FD259DD91E5911D /* SBUBaseMessageCell.Feedback.swift */; };
- F7569B9910502BDE7259D1EA /* SBUUserNameView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C3D4B3DF64EB61C961CF19 /* SBUUserNameView.swift */; };
- F853526D6B3625F06670F8E2 /* SBUCreateChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDD8C2B3BFE0DB1B26209AEA /* SBUCreateChannelModule.Header.swift */; };
- F8D3B2D04B44F1BD46C759A0 /* SBUOpenChannelListModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE7E5AB0340A0633FF9AA83C /* SBUOpenChannelListModule.swift */; };
- F914270657BFFB925C64AFDE /* UITextField+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = A89CF8FEC3B141B0708CBEB2 /* UITextField+SBUIKit.swift */; };
- FD140A0376BCC70C1DA4939E /* SBUUnknownMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A87468F8CF473F8531C04D5 /* SBUUnknownMessageCell.swift */; };
- FF1406CDCAAB3306D2A92AE7 /* SBUBaseSelectUserViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A32363D830FF6F77722ECC8D /* SBUBaseSelectUserViewModel.swift */; };
+ A973796D469281CACB968E76 /* SBUBaseChannelListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECBA1AAD107FAFC6825086D /* SBUBaseChannelListViewModel.swift */; };
+ AB60E365C21C0EFC8E5B28C9 /* SBUCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBC04ED5AEF7FE927B277C0E /* SBUCollectionViewFlowLayout.swift */; };
+ AB794CD92E504478153E60B0 /* SBUFeedNotificationChannelModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBF2F90C75F2207334F2C918 /* SBUFeedNotificationChannelModule.List.swift */; };
+ AB92DC82CD696B26EA9F480C /* SBUTypingIndicatorBubbleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BB0D1B8BAAB8D967A139A49 /* SBUTypingIndicatorBubbleView.swift */; };
+ ABFDA1D439BF6417BC0DA7EF /* SBUCreateChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B466CB8A10174EC81C85376 /* SBUCreateChannelModule.swift */; };
+ ACCDA9269B73840D90BF7423 /* URL+SBUKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C33EC20FF70984721A84E72 /* URL+SBUKit.swift */; };
+ AD6FD620F0FB929428007A70 /* SBUModerationsViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDC60B03BC894ABC31BDECD8 /* SBUModerationsViewController.Deprecated.swift */; };
+ ADD8563083B09C16CC205CFD /* SBUMessageDateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2305E75C7638D6D0738B415 /* SBUMessageDateView.swift */; };
+ AEC754559F0C1000EF74ADAA /* SBUCoverImageView.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B83A0E7DBEEAC6EC292372C /* SBUCoverImageView.Deprecated.swift */; };
+ AED940FD1E1026DBABFA7588 /* SBUUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A65B113476F65DE317AF3261 /* SBUUtils.swift */; };
+ AF385B67ADCD6AE631253509 /* SBUGroupChannelModule.Input.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD047E346D42BCFD48EE99C /* SBUGroupChannelModule.Input.swift */; };
+ AF967C0DFB98236D5CCD0920 /* SBUNotificationTimelineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A92C39DA25091A47A99D1C /* SBUNotificationTimelineView.swift */; };
+ B18CEDCD05AF932A45EBCB27 /* SBUColorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2476AEEF45F51EE4F0D8589 /* SBUColorSet.swift */; };
+ B224D21328D697197DFCD1C3 /* SBUOpenChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91F963047DC72D5CC5A0A2E6 /* SBUOpenChannelViewModel.swift */; };
+ B247EABE415F27B7DCA21FF9 /* SBULinkClickableTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C586C8201403DAC3CFB78D54 /* SBULinkClickableTextView.swift */; };
+ B3972D954D0D449A4A5456CE /* SBUOpenChannelCommonContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE5CF40E566E1E6E3BEA900E /* SBUOpenChannelCommonContentView.swift */; };
+ B3DC899DECB5C7B12FCF3F91 /* SBUBaseChannelModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = E22A80A0BBBFFC22B3FAFE51 /* SBUBaseChannelModule.List.swift */; };
+ B4C83D6E9E11F7B0F9D21C35 /* SBUAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 315295B26BC76362D1204D77 /* SBUAlertView.swift */; };
+ B6063B4AA546BAA22AA84192 /* SBUFeedNotificationChannelViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B3689D00697D205509DF4F7 /* SBUFeedNotificationChannelViewModel.swift */; };
+ B6A838E13115F72635089AF8 /* MessageTemplateRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5694B1D06E107CCBD5120531 /* MessageTemplateRenderer.swift */; };
+ B6CB72E28BA1D0F4D850FDFB /* SBUMultipleFilesMessageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CBC599C95F57A85B58B96DB /* SBUMultipleFilesMessageCollectionViewCell.swift */; };
+ B703406EDBE48883B09009FE /* SBUQuotedFileMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C30691212E51C2D656080B /* SBUQuotedFileMessageView.swift */; };
+ B7198400F965209FCA5CF972 /* SBUCreateOpenChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23F4190DDB7728A93D4C305F /* SBUCreateOpenChannelModule.swift */; };
+ B837182B20933F4FE75D1E73 /* SBUTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 368837FD3ED2D2F6A706CAF3 /* SBUTableViewCell.swift */; };
+ B8A7790ACC553F2E824A4353 /* SBUFeedNotificationChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4D46594DE27CABFCFD8532 /* SBUFeedNotificationChannelModule.Header.swift */; };
+ B948A4AE7A80ABE668CF1EBC /* SBUBaseChannelSettingsModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA7F438498859860940F9E2D /* SBUBaseChannelSettingsModule.swift */; };
+ BB33B2F49F646DAF5A1BBD50 /* SBURegisterOperatorModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBDE575B5204F1B461C32753 /* SBURegisterOperatorModule.swift */; };
+ BB649DD9FB5AF0D8F6214CB7 /* SBUGroupChannelListModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D185B226AD2A84AEA006AB /* SBUGroupChannelListModule.swift */; };
+ BB8F1AED477C12D4C333D967 /* SBUBaseChannelListModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 177723926C6545B1E2A9072E /* SBUBaseChannelListModule.swift */; };
+ BBCA6A4ED796883638DBEF7E /* SBUFormViewParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F3BC50F24BD66CBE6429614 /* SBUFormViewParams.swift */; };
+ BC78E97BBABC00F96C6EEBBE /* SBUOpenChannelContentBaseMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC78842F5980A0AB4EE2628 /* SBUOpenChannelContentBaseMessageCell.swift */; };
+ BDA179204A1B11121D840B34 /* SBUUserProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7BB205C068ED8DCFCD33537 /* SBUUserProfileView.swift */; };
+ BDD0FF5DE0908CE1B8C46C4D /* SBUThreadInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F13B1E6E4C38CA7B0CFDBF /* SBUThreadInfoView.swift */; };
+ BE4632B0420A88678376B529 /* SBUTheme.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDAE840C03D099468F0944E3 /* SBUTheme.swift */; };
+ BE77CF237D57B75158045860 /* SBUBaseChannelSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B62F10B14C5495B1DDD1B376 /* SBUBaseChannelSettingsViewModel.swift */; };
+ BF8B1E459A3D1764EE35A867 /* SBUGroupChannelSettingsModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11563DCA106FCFAD4D8D368B /* SBUGroupChannelSettingsModule.swift */; };
+ BFB3AD50E88E25715F0D90F8 /* SBUUserMessageTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0BFC49944A7397E0278E79 /* SBUUserMessageTextView.swift */; };
+ C01EB6630EB80733EC954ACA /* SBUTableViewCell.Unavailable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDAA11417CCE84D536D67703 /* SBUTableViewCell.Unavailable.swift */; };
+ C077E3839BAFA06E8C63EF14 /* SBUOpenChannelListModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 808BA36711DD56EB30737AA7 /* SBUOpenChannelListModule.swift */; };
+ C2210DE801CD547F0ECF462D /* SBUCategoryFilterCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB47FACE57D5ECA76171518E /* SBUCategoryFilterCell.swift */; };
+ C22EFC528F69B99B5F922AA6 /* SBUBaseSelectUserViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78F25EE727AD0216EDA787D2 /* SBUBaseSelectUserViewController.Deprecated.swift */; };
+ C2AFE99EB26CAAEA81FC5A88 /* SBUConfig.Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480E6883F0BD15A6B077729D /* SBUConfig.Common.swift */; };
+ C2DA2EB80BD28EADF1C8DC48 /* SBUBaseSelectUserModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6262D8A2E5113B90D13B189 /* SBUBaseSelectUserModule.swift */; };
+ C379B4B5B82B1436E3354DDF /* SBUVoicePlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4649C139B081774019F6117 /* SBUVoicePlayer.swift */; };
+ C4A3974AAD722FA62B2958BB /* SBUOpenChannelMessageWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA0138EAFC777E5CA9ED085F /* SBUOpenChannelMessageWebView.swift */; };
+ C5E7C25A5591DA1CF9F5DB52 /* SBUIconSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDDC81EF293E6C4459479A38 /* SBUIconSet.swift */; };
+ C684AA3E1B558B52461EBEB1 /* SBUTypingIndicatorInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3317BE51D9CF327385869D81 /* SBUTypingIndicatorInfo.swift */; };
+ C7817D455A59F4194C3858FF /* SBUOpenChannelListModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76E9B93EB359BA99FFF2F653 /* SBUOpenChannelListModule.List.swift */; };
+ C85B3E731228BB38CFA88844 /* SBUCreateChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAB144D830CB21EBC0E34C85 /* SBUCreateChannelModule.Header.swift */; };
+ C87211B16683C4F4FD60108F /* SBUOpenChannelViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7BAC4AFDDA9C6B127657888 /* SBUOpenChannelViewController.Deprecated.swift */; };
+ C8DE1B916901F77F54833F33 /* UIColor+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EB995F8F38CFBF8D32D95FA /* UIColor+SBUIKit.swift */; };
+ C95686817126DBC28716AB5C /* SBUFileMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF4787BE868CCCAA66E94E54 /* SBUFileMessageCellParams.swift */; };
+ CA2F924CC35D99BE4C7C274A /* SBUSelectablePhotoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B9729A6A0BCCC6ACE65A041 /* SBUSelectablePhotoViewController.swift */; };
+ CA9E8666F22459FD8E499724 /* SBUGroupChannelPushSettingsModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20D5D8AC1DEB901967AC0F19 /* SBUGroupChannelPushSettingsModule.List.swift */; };
+ CAD2861769829DEEB50764F6 /* SBUPhotoCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12EC6A145B1239A9CDF091EA /* SBUPhotoCollectionViewCell.swift */; };
+ CB94A2656FA64641A149E9C2 /* SBUReactionCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F212754C7B5F8F0591E875DD /* SBUReactionCollectionViewCell.xib */; };
+ CBAC529C5324D43DDDF8E616 /* SBUBaseChannelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C38F4055258E7C4F73D879 /* SBUBaseChannelCell.swift */; };
+ CCDEC9742E79ED46E3D43618 /* SBUBaseChannelModule.Input.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE221AA064E0FC83CC8A2E1 /* SBUBaseChannelModule.Input.swift */; };
+ CD58717C0828F52AB8D3F55C /* SBURegisterOperatorModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = E61273BC054BAE529CEE4C86 /* SBURegisterOperatorModule.Header.swift */; };
+ CDB0036119D7E56514F69312 /* SBUMessageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42210498039AF0ADE684622F /* SBUMessageCache.swift */; };
+ CDF1E4222E25993CA2E45294 /* SBUCommonDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8F4C63E00D4B9F0369CB454 /* SBUCommonDelegate.swift */; };
+ CE22C383A1721397EAC17791 /* SBUQuotedBaseMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A33269CEE1B4B7E53AE7A04E /* SBUQuotedBaseMessageView.swift */; };
+ CE8189896908CC2FB6609A3A /* SBUConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA9CE07C453528CA8E923F46 /* SBUConfig.swift */; };
+ CEBA5EA97D51042907D5BE7A /* SBUQuoteMessageInputViewParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9F4B45B64E493D6DB5A06B2 /* SBUQuoteMessageInputViewParams.swift */; };
+ CED0600983B81C5F44184F7F /* SBUGroupChannelListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8617CB7EC318DE7BA892E1F3 /* SBUGroupChannelListViewController.swift */; };
+ CF26B6ECF2899D87C1002DBF /* SBUCacheManager.Template.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6E697C4CA37C0D3AA8C1DEF /* SBUCacheManager.Template.swift */; };
+ CFAED25B4E8743737B05E160 /* SBUConfig.CodingKeys.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793FCDC3888833EF1F8D5915 /* SBUConfig.CodingKeys.swift */; };
+ D06988954D011030AC084B5E /* SBUMessageCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A0E2021023CC9B625769D88 /* SBUMessageCellConfiguration.swift */; };
+ D0B6136683AE347E275552B8 /* SBUMentionLimitGuideCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9836429C7EC87468868C2437 /* SBUMentionLimitGuideCell.swift */; };
+ D0C46794AAFE51B12EEB9C77 /* SBUChannelSettingItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CCE378CEBE4F632EF4E3A8D /* SBUChannelSettingItem.swift */; };
+ D1E9BF6514FF887DD1E40CF1 /* SBUOpenChannelModule.Media.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94E0D20C4B18EA978C711BEB /* SBUOpenChannelModule.Media.swift */; };
+ D2240E9962A63DE3AB799C2A /* SBUChannelPushSettingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6254D66F9FD8347C32EB351 /* SBUChannelPushSettingCell.swift */; };
+ D290CF621550BE3D327D5227 /* SBUEmojiManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F64389FA2927A8A67EBC4D24 /* SBUEmojiManager.swift */; };
+ D3C69F0A962AEE6FD812151B /* SBUAvailable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F76CCFB6CA228C173DFB314 /* SBUAvailable.swift */; };
+ D45877036247EE74DB32567D /* SBUBaseChannelSettingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9022DE22E63FAC8A3573E7BC /* SBUBaseChannelSettingCell.swift */; };
+ D4EDBF00BF8A46C5F4E4CA96 /* SBUCacheManager.Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28356ECF747403065F1C7101 /* SBUCacheManager.Config.swift */; };
+ D713FC12E5BC7DF147CF64A5 /* SBUGroupChannelViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BA63ADC0F94DE54955288B8 /* SBUGroupChannelViewController.Deprecated.swift */; };
+ D71B52BA756406A656E53930 /* SBUCreateOpenChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FEFC0A271F997EEB15A0985 /* SBUCreateOpenChannelViewController.swift */; };
+ D7409E4753DCF958E31164CA /* SBUDebouncer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ED681F4F7A4398F7DFB6DB5 /* SBUDebouncer.swift */; };
+ D769D7F11B3E8365C810105C /* SBUVoiceMessageConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBCE2F70A584F2F57A4C60D8 /* SBUVoiceMessageConfiguration.swift */; };
+ D7AB1D581D80DBF5A1DE26D9 /* SBUGroupChannelPushSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE176F6DA408664B9DF2F54F /* SBUGroupChannelPushSettingsViewModel.swift */; };
+ D82591CD1950345CFDD45569 /* SBUQuoteMessageInputViewProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAE0028B22BF8F00F1CB15D1 /* SBUQuoteMessageInputViewProtocol.swift */; };
+ D88BD79C80A569B3DF05E1AE /* SBUBaseChannelViewController.Keyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = D584B353ED36FCA43AE35022 /* SBUBaseChannelViewController.Keyboard.swift */; };
+ D903D93AD42DB7039BD54860 /* SBUOpenChannelFileMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2717F0072EC6ABE90FFE7A /* SBUOpenChannelFileMessageCell.swift */; };
+ D91EC96F0FEDCF8302C95AD0 /* SBUMentionConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E17A01BE87B77CD44A517B0 /* SBUMentionConfiguration.swift */; };
+ D95D4FD9CC49E3B7D846DFCE /* SBUOpenChannelSettingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0B8F54BEB0ED584E47AE96 /* SBUOpenChannelSettingCell.swift */; };
+ D98A3A33A4FCDED7E82E44BD /* SBUVoiceRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A8BEDC04F3214FBCD01E91 /* SBUVoiceRecorder.swift */; };
+ DD8DAC2729E1F3165DC022F2 /* SBUMarginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B8EBE589B3D583C9A1C73A5 /* SBUMarginView.swift */; };
+ DDD02BF8602469421A583F1D /* SBUUserListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7F23151841C02B1BDB22E1C /* SBUUserListViewModel.swift */; };
+ DF22BFFCA52143ED61DF500A /* SBUBaseFileContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9190FF6824A5A341D5DF2B98 /* SBUBaseFileContentView.swift */; };
+ DF6B2278B6F0B1BAD255AA0E /* NSLayoutConstraint+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = F45D8534ABA993CED4469631 /* NSLayoutConstraint+SBUIKit.swift */; };
+ DFDF6C392B52CB4F0D2A01FA /* SBUImageContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC9A7A20502AB7E5F8388603 /* SBUImageContentView.swift */; };
+ E06519DB4BA7EED5FDBC8472 /* SBUGroupChannelSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 283F8BA091A2AA96F2BB5349 /* SBUGroupChannelSettingsViewController.swift */; };
+ E0C10381A8D3911BA2FD203A /* SBUGroupChannelModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D175BA7B0ED1BA5820DDC14 /* SBUGroupChannelModule.List.swift */; };
+ E3254273974B246495FF2B48 /* SBUTheme+Type.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A74F3F7C1A11E4383641ADA /* SBUTheme+Type.swift */; };
+ E350494A31DC68B7997D8C3E /* SBUFormView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B535635A779517B2033BA5 /* SBUFormView.swift */; };
+ E3A4F5E7D55DCE7A988B005D /* SBUNotificationEmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28D3D7E094AED1E8318CCB66 /* SBUNotificationEmptyView.swift */; };
+ E471C3DDF514B5353D8E720C /* SBUGroupChannelModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = D220ADF171EEB15A5392295C /* SBUGroupChannelModule.swift */; };
+ E4782FA0F17B1651B8B776EE /* SBUCoverImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4025F5E2E37B8C2DD08CB596 /* SBUCoverImageView.swift */; };
+ E5788A801565E754AC61849A /* SBUGlobalCustomParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC35AD956ABCE183FDC5A56F /* SBUGlobalCustomParams.swift */; };
+ E6BA0A5CCBAEDF67551F748D /* SBUActionSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96052DDB1678839BC13F0615 /* SBUActionSheet.swift */; };
+ E87155347158FD637B9E3178 /* UINavigationController+SBUIKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8960C31DEFF57C70F11D1ED0 /* UINavigationController+SBUIKit.swift */; };
+ E87C870FC6EFB5C5ACC09707 /* SBUFeedbackAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E502C21F127877A75300941 /* SBUFeedbackAction.swift */; };
+ E95D611554BD88761D29E34E /* SBUOpenChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73DE1B7FE1C9F6DE9A6FB0A9 /* SBUOpenChannelViewController.swift */; };
+ EA954D58E36CD0A8CDB5DD3D /* SBUParentMessageInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14D6ABF23C8F36A1C41F12C6 /* SBUParentMessageInfoView.swift */; };
+ EAD3AB7B23B859B0F6A44121 /* SBUBaseChannelListModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 385FFE427C5F0AEC0444F842 /* SBUBaseChannelListModule.Header.swift */; };
+ EBA27E966AA960ECA6CAB793 /* SBUCreateOpenChannelModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3FF5DD5B23562D3A7BD5485 /* SBUCreateOpenChannelModule.Header.swift */; };
+ ECD9941D80D0CE7A62B5385A /* SBUMessageThreadViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CFAF8C2ED0C77DCE486F493 /* SBUMessageThreadViewController.swift */; };
+ ED51FF03C3166F4D83B284FC /* SBUMessageWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD1919BEF1FF603285D8A1F2 /* SBUMessageWebView.swift */; };
+ ED524079261723E8C03B48F7 /* SBUConfig.OpenChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E44EF3E17BDB076AFF3D92 /* SBUConfig.OpenChannel.swift */; };
+ EDB388E1133E62EF4C8EAE56 /* SBUUserListModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1360855DB060FA5219E10410 /* SBUUserListModule.Header.swift */; };
+ EDF90884135C3D1945A8EBF1 /* SBUMessageSearchModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B31FC2E0D2996BDE42B57EB /* SBUMessageSearchModule.List.swift */; };
+ EE5697B1C99CE3C9C61EE276 /* SBUGroupChannelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C385F280B7D04A18101FA96D /* SBUGroupChannelViewController.swift */; };
+ EE7FD9FC5567E9764D6A93E1 /* BaseMesssage+SBUIKit.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0803362FA3339CE722EB4F5 /* BaseMesssage+SBUIKit.Deprecated.swift */; };
+ EF3A8F81FC4A5EA265A9BBF0 /* SBUCacheManager.Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39E8177BE8545E223B67F16F /* SBUCacheManager.Image.swift */; };
+ EFBF3BA9906A6DB9E5379668 /* SBUIconSetType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C42836F0381C4827E4376E /* SBUIconSetType.swift */; };
+ F03C9F9738E99D7613095208 /* SBUUserMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25D8318140965C1A245FDA41 /* SBUUserMessageCellParams.swift */; };
+ F089E0402DD5BA1E154DB465 /* SBUChannelSettingsChannelInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD59FEA18FA9C1BF37442206 /* SBUChannelSettingsChannelInfoView.swift */; };
+ F0C2C95F5BB57FE3254AB042 /* SBUGlobals.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 841E5CA2B21475650C39B55E /* SBUGlobals.Deprecated.swift */; };
+ F141A0CE764C4AF69060B624 /* SBUCommonContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9674FD9BC82BF97CBAADD86 /* SBUCommonContentView.swift */; };
+ F1EF7037C47F07FE9187FEB7 /* SBUMenuCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0A12B30A3653DB05836E863 /* SBUMenuCell.swift */; };
+ F22949D639D748B7B076BBCD /* SBUQuoteMessageInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F41A376F99DE5712113712F /* SBUQuoteMessageInputView.swift */; };
+ F2480F8F74C34072024CF63B /* SBUCommonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA9BF8C76C627F0378D5EC04 /* SBUCommonItem.swift */; };
+ F277768F16FE1681767DB24D /* SBUMultipleFilesMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F51AADC9339FFB6D967E789 /* SBUMultipleFilesMessageCell.swift */; };
+ F291CE71C47FEF8DDF96D60C /* SBUForm.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C4729B0F384E6B4D4555A38 /* SBUForm.Deprecated.swift */; };
+ F315EBF1AA7330B294B025AF /* SBUStringSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCBF60D59D5F04299730FB40 /* SBUStringSet.swift */; };
+ F3CD5B9A301CB7DB2D8C2FE4 /* SBUChannelListViewController.Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051A47117A63FD1857E2F522 /* SBUChannelListViewController.Deprecated.swift */; };
+ F698B3619A6615A6F389F0F8 /* SBUMessageThreadModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = F69B2A30E06AD1EF4D2AFD46 /* SBUMessageThreadModule.Header.swift */; };
+ F71BA809BB59253DBB358439 /* SBUHighlightMessageInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D9B16E335EE4A57C9DCDD12 /* SBUHighlightMessageInfo.swift */; };
+ F8253DED12BF5D2205D74BF7 /* SBUBaseChannelListModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6B8CD827ED731E1B3F10B1E /* SBUBaseChannelListModule.List.swift */; };
+ F84DF3CFBB85088C577E5AC1 /* SBUUserListModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 268546A279243ECF49AF5595 /* SBUUserListModule.List.swift */; };
+ F9BEC5378303A6C9321F7010 /* SBUConfig.Base.swift in Sources */ = {isa = PBXBuildFile; fileRef = 345CE6C2C278D44F457D133B /* SBUConfig.Base.swift */; };
+ FA1C68AF1DB2EC1D0BC759D8 /* SBUBaseViewController.Unavailable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05464C774228DD9A030DAEEB /* SBUBaseViewController.Unavailable.swift */; };
+ FB43B5A64BFC49464F4A8B06 /* SBUCacheManager.File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99786206965A3CB390AA1A9F /* SBUCacheManager.File.swift */; };
+ FB67E4B532A7F05774890EDB /* SBUAdminMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00727993BD6CF183C6CF8868 /* SBUAdminMessageCellParams.swift */; };
+ FB754E66105F7467DE3D6C18 /* SBUPhotoAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A5843D82645BBA9020795B8 /* SBUPhotoAccess.swift */; };
+ FC517969F2576C3C880F270F /* SBUBottomSheetController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B593F9894D4CEF27FBA11BD /* SBUBottomSheetController.swift */; };
+ FD207636ED797DC8915117AA /* SBUCommonViewControllerSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3ECBFA58084BE5F846E7E2F /* SBUCommonViewControllerSet.swift */; };
+ FE98D3C230FA4CA7D30E507D /* SBUOpenChannelUnknownMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 059939A46206F9FF97654E9B /* SBUOpenChannelUnknownMessageCell.swift */; };
+ FEE706B4D5DD98C541797B27 /* SBUMessageThreadModule.List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BC157F31F14D2A18AFD2EC6 /* SBUMessageThreadModule.List.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -485,101 +485,131 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
- 019DB8FA4A5B6BFC068A2B96 /* Date+SBUIKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Date+SBUIKit.swift"; path = "../Sources/Extension/Date+SBUIKit.swift"; sourceTree = ""; };
- 02303F02A83A1410659865BB /* SBUNewNotificationInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUNewNotificationInfo.swift; path = ../Sources/View/Channel/NewMessageInfo/SBUNewNotificationInfo.swift; sourceTree = ""; };
- 02E8717B044B32ECB1446F21 /* SBUUnderLineTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUUnderLineTextField.swift; path = ../Sources/View/Common/SBUUnderLineTextField.swift; sourceTree = ""; };
- 0321E753FCC50FD867143C02 /* SBUOpenChannelViewController.Unavailable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUOpenChannelViewController.Unavailable.swift; path = ../Sources/Deprecated/Channel/SBUOpenChannelViewController.Unavailable.swift; sourceTree = ""; };
- 036DD65897CB8C5116B25509 /* SBUReplyConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUReplyConfiguration.swift; path = ../Sources/Configuration/Replies/SBUReplyConfiguration.swift; sourceTree = ""; };
- 03B1A281E7C51AA285A6E97F /* SBUCoverImageView.Deprecated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUCoverImageView.Deprecated.swift; path = ../Sources/Deprecated/SBUCoverImageView.Deprecated.swift; sourceTree = ""; };
- 04E82DC024D9F654405467B8 /* SBUBaseSelectUserModule.Header.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUBaseSelectUserModule.Header.swift; path = ../Sources/Module/SelectUser/SBUBaseSelectUserModule.Header.swift; sourceTree = ""; };
- 0639DAD8051C542A192DAEC7 /* SBUMentionLimitGuideCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMentionLimitGuideCell.swift; path = ../Sources/View/Channel/MessageInput/SBUMentionLimitGuideCell.swift; sourceTree = ""; };
- 06D9EB4B1616964B0FACA9B3 /* SBUGroupChannelCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUGroupChannelCell.swift; path = ../Sources/View/ChannelList/ChannelCell/SBUGroupChannelCell.swift; sourceTree = ""; };
- 06FC90AA3C01272B960D01BE /* SBUGroupChannelSettingsViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUGroupChannelSettingsViewController.swift; path = ../Sources/View/ChannelSettings/SBUGroupChannelSettingsViewController.swift; sourceTree = ""; };
- 07B8C69B2EC3DF38C5B89ABC /* SBUCacheManager.File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUCacheManager.File.swift; path = ../Sources/Manager/CacheManager/SBUCacheManager.File.swift; sourceTree = ""; };
- 07E84F5D1ECA943A19889798 /* SBUQuotedMessageViewProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUQuotedMessageViewProtocol.swift; path = "../Sources/View/Life cycles/SBUQuotedMessageViewProtocol.swift"; sourceTree = ""; };
- 0814A5564184000C30E1B263 /* SBUMessageThreadModule.List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMessageThreadModule.List.swift; path = ../Sources/Module/MessageThread/SBUMessageThreadModule.List.swift; sourceTree = ""; };
- 0820A9CAC92B3262958085BD /* SBUColorSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUColorSet.swift; path = ../Sources/Theme/SBUColorSet.swift; sourceTree = ""; };
- 086A4D43AD987E6D60D94618 /* URL+SBUKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "URL+SBUKit.swift"; path = "../Sources/Extension/URL+SBUKit.swift"; sourceTree = ""; };
- 0B26B8F2726D7C5BFDA1241A /* SBUMessageThreadViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMessageThreadViewModel.swift; path = ../Sources/ViewModel/MessageThread/SBUMessageThreadViewModel.swift; sourceTree = ""; };
- 0BA7B651EC567A95E1C68DD5 /* Float+SBUKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Float+SBUKit.swift"; path = "../Sources/Extension/Float+SBUKit.swift"; sourceTree = ""; };
- 0BAAED3336A448CAD252C114 /* SBUMention.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMention.swift; path = ../Sources/Model/SBUMention.swift; sourceTree = ""; };
- 0C06B9A1803732D7E1E72BC6 /* SBUAlertView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUAlertView.swift; path = ../Sources/View/Common/SBUAlertView.swift; sourceTree = ""; };
- 0C1319C71DD42B53AA16153C /* SBUQuoteMessageInputView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUQuoteMessageInputView.swift; path = ../Sources/View/Channel/MessageInput/SBUQuoteMessageInputView.swift; sourceTree = ""; };
- 0EA325839C013E3FD6A93E66 /* SBUOpenChannelCommonContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUOpenChannelCommonContentView.swift; path = ../Sources/View/Channel/MessageCell/FileMessageContentView/SBUOpenChannelCommonContentView.swift; sourceTree = ""; };
- 0ED31B77B1B45BAD753416DD /* SBUTypingIndicatorMessageCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUTypingIndicatorMessageCell.swift; path = ../Sources/View/Channel/MessageCell/SBUTypingIndicatorMessageCell.swift; sourceTree = ""; };
- 0FC66B0C70712E83854E9E74 /* SBUParentMessageInfoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUParentMessageInfoView.swift; path = ../Sources/View/MessageThread/SBUParentMessageInfoView.swift; sourceTree = ""; };
- 10A3F4BAB6E65F25EDB02A86 /* MessageTemplateRenderer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MessageTemplateRenderer.swift; path = ../Sources/CustomSyntaxTest/MessageTemplateRenderer.swift; sourceTree = ""; };
- 1114499D835ADDBCF0167D41 /* VoiceMessageStatus.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VoiceMessageStatus.swift; path = ../Sources/Enums/VoiceMessageStatus.swift; sourceTree = ""; };
- 111A97A71FCFC2D77A603F09 /* SBUFormFieldView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUFormFieldView.swift; path = ../Sources/View/Channel/MessageCell/Forms/Views/SBUFormFieldView.swift; sourceTree = ""; };
- 143BF8AD155FF48CA7664010 /* SBUOpenChannelSettingsModule.Header.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUOpenChannelSettingsModule.Header.swift; path = ../Sources/Module/ChannelSettings/OpenChannel/SBUOpenChannelSettingsModule.Header.swift; sourceTree = ""; };
- 168FC08C0BC4342EE5CB617F /* SBUReactionCollectionViewCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = SBUReactionCollectionViewCell.xib; path = ../Sources/View/Channel/Reaction/SBUReactionCollectionViewCell.xib; sourceTree = ""; };
- 16F9A7A79C7C3369CFCEFD7D /* SBUSelectableStackView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUSelectableStackView.swift; path = ../Sources/View/Channel/CellView/SBUSelectableStackView.swift; sourceTree = ""; };
- 17114F1C3065F9F956B8536C /* SBUMessageWebView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMessageWebView.swift; path = ../Sources/View/Channel/CellView/SBUMessageWebView.swift; sourceTree = ""; };
- 17BC3417F11DFC0CC53C8570 /* SBUTypingIndicatorMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUTypingIndicatorMessage.swift; path = ../Sources/Model/SBUTypingIndicatorMessage.swift; sourceTree = ""; };
- 181B733EC3ECF8213650C4B3 /* SBUUserMessageTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUUserMessageTextView.swift; path = ../Sources/View/Channel/CellView/SBUUserMessageTextView.swift; sourceTree = ""; };
- 18749DBA7B870E3815BAB80C /* SBUForm.Deprecated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUForm.Deprecated.swift; path = ../Sources/Deprecated/SBUForm.Deprecated.swift; sourceTree = ""; };
- 1899D09F3E73488B33E9EAE0 /* SBUBaseChannelListModule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUBaseChannelListModule.swift; path = ../Sources/Module/ChannelList/SBUBaseChannelListModule.swift; sourceTree = ""; };
- 18C8875FE5A6CABB83DF1304 /* SendbirdUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SendbirdUI.swift; path = ../Sources/SendbirdUI.swift; sourceTree = ""; };
- 18F84DA08C2A787F3A4A0F8C /* Thread+SBUIKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Thread+SBUIKit.swift"; path = "../Sources/Extension/Thread+SBUIKit.swift"; sourceTree = ""; };
- 19CE35C51EEBC95C36DC95C8 /* SBUConfig.GroupChannel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUConfig.GroupChannel.swift; path = ../Sources/Configuration/SBUConfig.GroupChannel.swift; sourceTree = ""; };
- 1BBAF7BAF74B4E3A4E70CD1F /* SBUBottomSheetController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUBottomSheetController.swift; path = ../Sources/View/Common/Menu/SBUBottomSheetController.swift; sourceTree = ""; };
- 1CFB1BE2D22B4865C8B88D4C /* SBURegisterOperatorModule.Header.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBURegisterOperatorModule.Header.swift; path = ../Sources/Module/SelectUser/RegisterOperator/SBURegisterOperatorModule.Header.swift; sourceTree = ""; };
- 1E5E5622022C040BBFCE6F2B /* SBUMessageWebViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMessageWebViewModel.swift; path = ../Sources/View/Channel/ViewModel/SBUMessageWebViewModel.swift; sourceTree = ""; };
- 1E7E8D3724BAEDC0109003BC /* SBUOpenChannelAdminMessageCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUOpenChannelAdminMessageCell.swift; path = ../Sources/View/Channel/MessageCell/OpenChannel/SBUOpenChannelAdminMessageCell.swift; sourceTree = ""; };
- 1E908BF87C99DDB2841C0241 /* SBUAvailable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUAvailable.swift; path = ../Sources/SBUAvailable.swift; sourceTree = ""; };
- 1F848399F8551029FDE8E5AA /* Base.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Base.xcconfig; path = ../Sources/Configurations/Base.xcconfig; sourceTree = ""; };
- 212CD7A3A2BF80ADF3EA0632 /* SBUUnknownMessageCellParams.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUUnknownMessageCellParams.swift; path = ../Sources/View/Channel/MessageCell/MessageCellParams/SBUUnknownMessageCellParams.swift; sourceTree = ""; };
- 2254BF65FD6DC0918F0765F5 /* SBUModerationsModule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUModerationsModule.swift; path = ../Sources/Module/Moderations/SBUModerationsModule.swift; sourceTree = ""; };
- 232A4CB868ACAE3AAA410CBC /* SBUMultipleFilesMessageCellParams.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMultipleFilesMessageCellParams.swift; path = ../Sources/View/Channel/MessageCell/MessageCellParams/SBUMultipleFilesMessageCellParams.swift; sourceTree = ""; };
- 23E382BF002F2FB35F88A22A /* SBUQuotedFileMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUQuotedFileMessageView.swift; path = ../Sources/View/Channel/MessageCell/Replies/MessageView/SBUQuotedFileMessageView.swift; sourceTree = ""; };
- 24355661365B4A776F5C3A4D /* SBUCreateChannelViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUCreateChannelViewModel.swift; path = ../Sources/ViewModel/SelectUser/CreateChannel/SBUCreateChannelViewModel.swift; sourceTree = ""; };
- 24CF705F86FC8061CEC8449C /* MessageTemplateParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MessageTemplateParser.swift; path = ../Sources/CustomSyntaxTest/MessageTemplateParser.swift; sourceTree = ""; };
- 2783923CF9EADF9F14080E16 /* SBUGroupChannelModule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUGroupChannelModule.swift; path = ../Sources/Module/Channel/GroupChannel/SBUGroupChannelModule.swift; sourceTree = ""; };
- 2809D5B2DEDB6D1F915AE3E3 /* SBUMessageInputMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMessageInputMode.swift; path = ../Sources/View/Channel/MessageInput/SBUMessageInputMode.swift; sourceTree = ""; };
- 28A2345FCA6D246710620C17 /* Sequence+SBUIKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Sequence+SBUIKit.swift"; path = "../Sources/Extension/Sequence+SBUIKit.swift"; sourceTree = ""; };
- 2975CDDCB51845BB4215ADF0 /* SBUBaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUBaseViewController.swift; path = ../Sources/View/SBUBaseViewController.swift; sourceTree = ""; };
- 2AFD044C37C5F87A8919A787 /* SBUOpenChannelUnknownMessageCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUOpenChannelUnknownMessageCell.swift; path = ../Sources/View/Channel/MessageCell/OpenChannel/SBUOpenChannelUnknownMessageCell.swift; sourceTree = ""; };
- 2BB9969A4EEF3FC4E7709653 /* SBUTheme.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUTheme.swift; path = ../Sources/Theme/SBUTheme.swift; sourceTree = ""; };
- 2C90B88671EC438C6008F6DA /* SBUFeedNotificationCellParams.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUFeedNotificationCellParams.swift; path = ../Sources/View/Channel/MessageCell/MessageCellParams/SBUFeedNotificationCellParams.swift; sourceTree = ""; };
- 2CFFD6EBEC5345E71BACCAB0 /* SBUFeedNotificationChannelViewParams.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUFeedNotificationChannelViewParams.swift; path = ../Sources/Module/Channel/NotificationChannel/Feed/Params/SBUFeedNotificationChannelViewParams.swift; sourceTree = ""; };
- 2D04BB84E9FDEF6EBD88839F /* SBURegisterOperatorModule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBURegisterOperatorModule.swift; path = ../Sources/Module/SelectUser/RegisterOperator/SBURegisterOperatorModule.swift; sourceTree = ""; };
- 2DAA65BC68ACD42D6816274C /* SBUToastType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUToastType.swift; path = ../Sources/Manager/SBUToastType.swift; sourceTree = ""; };
- 2E3D3A971CBFD76BD48F075C /* SBUBaseMessageCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUBaseMessageCell.swift; path = ../Sources/View/Channel/MessageCell/SBUBaseMessageCell.swift; sourceTree = ""; };
+ 00727993BD6CF183C6CF8868 /* SBUAdminMessageCellParams.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUAdminMessageCellParams.swift; path = ../Sources/View/Channel/MessageCell/MessageCellParams/SBUAdminMessageCellParams.swift; sourceTree = ""; };
+ 016C87BE09C604AD46B97A0C /* SBUExtendedMessagePayloadCustomViewFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUExtendedMessagePayloadCustomViewFactory.swift; path = ../Sources/View/Channel/MessageCell/CustomView/SBUExtendedMessagePayloadCustomViewFactory.swift; sourceTree = ""; };
+ 01A24ACC026F98972A2A797A /* SBUBaseMessageCell.Feedback.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUBaseMessageCell.Feedback.swift; path = ../Sources/View/Channel/MessageCell/SBUBaseMessageCell.Feedback.swift; sourceTree = ""; };
+ 0295FCE38C0E5EDBDB0561DD /* SBUStackView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUStackView.swift; path = ../Sources/View/Common/SBUStackView.swift; sourceTree = ""; };
+ 03CE00B1C88AC326FBE0630B /* SBUInviteUserModule.List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUInviteUserModule.List.swift; path = ../Sources/Module/SelectUser/InviteUser/SBUInviteUserModule.List.swift; sourceTree = ""; };
+ 04155CA412F2F20701D1AA8A /* SBUOpenChannelBaseMessageCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUOpenChannelBaseMessageCell.swift; path = ../Sources/View/Channel/MessageCell/OpenChannel/SBUOpenChannelBaseMessageCell.swift; sourceTree = ""; };
+ 04764F8ACCBB3F7FC2EA6CD4 /* UIImageView+SBUIKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImageView+SBUIKit.swift"; path = "../Sources/Extension/UIImageView+SBUIKit.swift"; sourceTree = ""; };
+ 04D72E9CA2DC74C1C179A706 /* UIApplication+SBUIKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIApplication+SBUIKit.swift"; path = "../Sources/Extension/UIApplication+SBUIKit.swift"; sourceTree = ""; };
+ 051A47117A63FD1857E2F522 /* SBUChannelListViewController.Deprecated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUChannelListViewController.Deprecated.swift; path = ../Sources/Deprecated/ChannelList/SBUChannelListViewController.Deprecated.swift; sourceTree = ""; };
+ 05464C774228DD9A030DAEEB /* SBUBaseViewController.Unavailable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUBaseViewController.Unavailable.swift; path = ../Sources/Deprecated/SBUBaseViewController.Unavailable.swift; sourceTree = ""; };
+ 054FA8576F96F9AB6B053AA5 /* SBUInviteUserViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUInviteUserViewModel.swift; path = ../Sources/ViewModel/SelectUser/SBUInviteUserViewModel.swift; sourceTree = ""; };
+ 055D64F2F1E797037D9D70C9 /* SBUUnknownMessageCellParams.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUUnknownMessageCellParams.swift; path = ../Sources/View/Channel/MessageCell/MessageCellParams/SBUUnknownMessageCellParams.swift; sourceTree = ""; };
+ 059939A46206F9FF97654E9B /* SBUOpenChannelUnknownMessageCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUOpenChannelUnknownMessageCell.swift; path = ../Sources/View/Channel/MessageCell/OpenChannel/SBUOpenChannelUnknownMessageCell.swift; sourceTree = ""; };
+ 05EF1A5E3847B4A7000A94EF /* CommonProtocols.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CommonProtocols.swift; path = ../Sources/Protocol/CommonProtocols.swift; sourceTree = ""; };
+ 06B3EB773CE28EBF0BBD851A /* SBUMessageSearchViewController.Deprecated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMessageSearchViewController.Deprecated.swift; path = ../Sources/Deprecated/MessageSearch/SBUMessageSearchViewController.Deprecated.swift; sourceTree = ""; };
+ 07A5681BEC654D08B5FAED22 /* SBUConstant.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUConstant.swift; path = ../Sources/Constant/SBUConstant.swift; sourceTree = ""; };
+ 07A92C39DA25091A47A99D1C /* SBUNotificationTimelineView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUNotificationTimelineView.swift; path = ../Sources/View/Channel/CellView/SBUNotificationTimelineView.swift; sourceTree = ""; };
+ 07AFFA928A002DA5D085ABB1 /* SBUBaseSelectUserModule.List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUBaseSelectUserModule.List.swift; path = ../Sources/Module/SelectUser/SBUBaseSelectUserModule.List.swift; sourceTree = ""; };
+ 07DE44489D302663FBB2CA25 /* SBUBaseSelectUserViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUBaseSelectUserViewModel.swift; path = ../Sources/ViewModel/SelectUser/SBUBaseSelectUserViewModel.swift; sourceTree = ""; };
+ 08B535635A779517B2033BA5 /* SBUFormView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUFormView.swift; path = ../Sources/View/Channel/MessageCell/Forms/Views/SBUFormView.swift; sourceTree = ""; };
+ 0B83A0E7DBEEAC6EC292372C /* SBUCoverImageView.Deprecated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUCoverImageView.Deprecated.swift; path = ../Sources/Deprecated/SBUCoverImageView.Deprecated.swift; sourceTree = ""; };
+ 0C302648052F85AA36E4758A /* SBUBaseChannelViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUBaseChannelViewModel.swift; path = ../Sources/ViewModel/Channel/SBUBaseChannelViewModel.swift; sourceTree = ""; };
+ 0C3D6142AD26E1F341A191AB /* SBUOpenChannelAdminMessageCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUOpenChannelAdminMessageCell.swift; path = ../Sources/View/Channel/MessageCell/OpenChannel/SBUOpenChannelAdminMessageCell.swift; sourceTree = ""; };
+ 0C4FC066680E2748587BAA07 /* Thread+SBUIKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Thread+SBUIKit.swift"; path = "../Sources/Extension/Thread+SBUIKit.swift"; sourceTree = ""; };
+ 0CE36EC19694CAAB7FB7FE13 /* SBUModerationsViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUModerationsViewModel.swift; path = ../Sources/ViewModel/ChannelSettings/SBUModerationsViewModel.swift; sourceTree = ""; };
+ 0D33D8BFA2B5FB27B459A23D /* SBUNavigationTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUNavigationTitleView.swift; path = ../Sources/View/Common/SBUNavigationTitleView.swift; sourceTree = ""; };
+ 0D833E8C4F82306DDD8FEF87 /* SBUMenuView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMenuView.swift; path = ../Sources/View/Common/Menu/SBUMenuView.swift; sourceTree = ""; };
+ 0D8754D25485DE920BEEC4C5 /* SBUDashboardConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUDashboardConfig.swift; path = ../Sources/Configuration/SBUDashboardConfig.swift; sourceTree = ""; };
+ 0E0BFC49944A7397E0278E79 /* SBUUserMessageTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUUserMessageTextView.swift; path = ../Sources/View/Channel/CellView/SBUUserMessageTextView.swift; sourceTree = ""; };
+ 0FB030C0FEE772D9C7E935BF /* SBUGroupChannelPushSettingsModule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUGroupChannelPushSettingsModule.swift; path = ../Sources/Module/NotificationSettings/SBUGroupChannelPushSettingsModule.swift; sourceTree = ""; };
+ 10D036AD3A0E63CDDE3E7A70 /* SBUGroupChannelPushSettingsModule.Header.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUGroupChannelPushSettingsModule.Header.swift; path = ../Sources/Module/NotificationSettings/SBUGroupChannelPushSettingsModule.Header.swift; sourceTree = ""; };
+ 11563DCA106FCFAD4D8D368B /* SBUGroupChannelSettingsModule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUGroupChannelSettingsModule.swift; path = ../Sources/Module/ChannelSettings/GroupChannel/SBUGroupChannelSettingsModule.swift; sourceTree = ""; };
+ 123706653F6DA8B7FFAEDFF7 /* SBUToastType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUToastType.swift; path = ../Sources/Manager/SBUToastType.swift; sourceTree = ""; };
+ 1274972ACDC3D445B95C2D8C /* SBUChatNotificationChannelModule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUChatNotificationChannelModule.swift; path = ../Sources/Module/Channel/NotificationChannel/Chat/SBUChatNotificationChannelModule.swift; sourceTree = ""; };
+ 12AECBDF34BF87C4EBE34633 /* SBUCacheManager.Version.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUCacheManager.Version.swift; path = ../Sources/Manager/CacheManager/SBUCacheManager.Version.swift; sourceTree = ""; };
+ 12C02E91E25DBB5CE93AEB2D /* SBUMessageSearchViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMessageSearchViewController.swift; path = ../Sources/View/MessageSearch/SBUMessageSearchViewController.swift; sourceTree = ""; };
+ 12EC6A145B1239A9CDF091EA /* SBUPhotoCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUPhotoCollectionViewCell.swift; path = ../Sources/View/Common/PhotoLibrary/SBUPhotoCollectionViewCell.swift; sourceTree = ""; };
+ 1360855DB060FA5219E10410 /* SBUUserListModule.Header.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUUserListModule.Header.swift; path = ../Sources/Module/UserList/SBUUserListModule.Header.swift; sourceTree = ""; };
+ 14D6ABF23C8F36A1C41F12C6 /* SBUParentMessageInfoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUParentMessageInfoView.swift; path = ../Sources/View/MessageThread/SBUParentMessageInfoView.swift; sourceTree = ""; };
+ 15288DAB1D94793A495A1926 /* SBUOpenChannelModule.Input.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUOpenChannelModule.Input.swift; path = ../Sources/Module/Channel/OpenChannel/SBUOpenChannelModule.Input.swift; sourceTree = ""; };
+ 17080F22507174D4D19CFC3D /* SBURegisterOperatorViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBURegisterOperatorViewModel.swift; path = ../Sources/ViewModel/SelectUser/SBURegisterOperatorViewModel.swift; sourceTree = ""; };
+ 177723926C6545B1E2A9072E /* SBUBaseChannelListModule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUBaseChannelListModule.swift; path = ../Sources/Module/ChannelList/SBUBaseChannelListModule.swift; sourceTree = ""; };
+ 17E8CE192CFC8A660ED75F13 /* Base.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Base.xcconfig; path = ../Sources/Configurations/Base.xcconfig; sourceTree = ""; };
+ 187375B048417C4598618301 /* SBUAnimation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUAnimation.swift; path = ../Sources/View/Common/SBUAnimation.swift; sourceTree = ""; };
+ 18C30691212E51C2D656080B /* SBUQuotedFileMessageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUQuotedFileMessageView.swift; path = ../Sources/View/Channel/MessageCell/Replies/MessageView/SBUQuotedFileMessageView.swift; sourceTree = ""; };
+ 18FC83085B3229B33C0CE77D /* SBUExtendedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUExtendedMessage.swift; path = ../Sources/Model/SBUExtendedMessage.swift; sourceTree = ""; };
+ 192509B6B7EBD2F6F3E323D5 /* SBUPropertyWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUPropertyWrapper.swift; path = ../Sources/Util/SBUPropertyWrapper.swift; sourceTree = ""; };
+ 1A2948CF29311D64648C2A30 /* SBUMessageWebViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMessageWebViewModel.swift; path = ../Sources/View/Channel/ViewModel/SBUMessageWebViewModel.swift; sourceTree = ""; };
+ 1B31FC2E0D2996BDE42B57EB /* SBUMessageSearchModule.List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMessageSearchModule.List.swift; path = ../Sources/Module/MessageSearch/SBUMessageSearchModule.List.swift; sourceTree = ""; };
+ 1B38BF1929AC14C72C39C3E9 /* SBUQuotedBaseMessageViewParams.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUQuotedBaseMessageViewParams.swift; path = ../Sources/View/Channel/MessageCell/Replies/ViewParams/SBUQuotedBaseMessageViewParams.swift; sourceTree = ""; };
+ 1B3BFE6E82E987141AA20AF5 /* SBUGroupChannelSettingsViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUGroupChannelSettingsViewModel.swift; path = ../Sources/ViewModel/ChannelSettings/SBUGroupChannelSettingsViewModel.swift; sourceTree = ""; };
+ 1B466CB8A10174EC81C85376 /* SBUCreateChannelModule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUCreateChannelModule.swift; path = ../Sources/Module/SelectUser/CreateChannel/SBUCreateChannelModule.swift; sourceTree = ""; };
+ 1D175BA7B0ED1BA5820DDC14 /* SBUGroupChannelModule.List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUGroupChannelModule.List.swift; path = ../Sources/Module/Channel/GroupChannel/SBUGroupChannelModule.List.swift; sourceTree = ""; };
+ 1E3637DDA83F29D1F970E604 /* SBUStringSet.Deprecated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUStringSet.Deprecated.swift; path = ../Sources/Constant/SBUStringSet.Deprecated.swift; sourceTree = ""; };
+ 1F41A376F99DE5712113712F /* SBUQuoteMessageInputView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUQuoteMessageInputView.swift; path = ../Sources/View/Channel/MessageInput/SBUQuoteMessageInputView.swift; sourceTree = ""; };
+ 1F6FC2FA520534E4D8EC3FE4 /* SBUNotificationNavigationTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUNotificationNavigationTitleView.swift; path = ../Sources/View/Common/SBUNotificationNavigationTitleView.swift; sourceTree = ""; };
+ 1FEA1FC1C47B68847270AD04 /* SBUConfigManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUConfigManager.swift; path = ../Sources/Configuration/SBUConfigManager.swift; sourceTree = ""; };
+ 1FEA97BF290264E3EA853252 /* SBUNewNotificationInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUNewNotificationInfo.swift; path = ../Sources/View/Channel/NewMessageInfo/SBUNewNotificationInfo.swift; sourceTree = ""; };
+ 20084ECF8B7B61B77BEF0D9D /* SBUOpenChannelImageContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUOpenChannelImageContentView.swift; path = ../Sources/View/Channel/MessageCell/FileMessageContentView/SBUOpenChannelImageContentView.swift; sourceTree = ""; };
+ 204975E3DC99CF7F8C7E820C /* SBUMentionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMentionManager.swift; path = ../Sources/Util/SBUMentionManager.swift; sourceTree = ""; };
+ 20D5D8AC1DEB901967AC0F19 /* SBUGroupChannelPushSettingsModule.List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUGroupChannelPushSettingsModule.List.swift; path = ../Sources/Module/NotificationSettings/SBUGroupChannelPushSettingsModule.List.swift; sourceTree = ""; };
+ 23501DB65B9CD2CFF0373809 /* SBUChatNotificationChannelModule.Header.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUChatNotificationChannelModule.Header.swift; path = ../Sources/Module/Channel/NotificationChannel/Chat/SBUChatNotificationChannelModule.Header.swift; sourceTree = ""; };
+ 23F4190DDB7728A93D4C305F /* SBUCreateOpenChannelModule.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUCreateOpenChannelModule.swift; path = ../Sources/Module/SelectUser/CreateChannel/SBUCreateOpenChannelModule.swift; sourceTree = ""; };
+ 24A8BEDC04F3214FBCD01E91 /* SBUVoiceRecorder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUVoiceRecorder.swift; path = ../Sources/Manager/SBUVoiceRecorder.swift; sourceTree = ""; };
+ 24CFD3FB49FE5702696A4B69 /* SBUCreateChannelViewController.Deprecated.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUCreateChannelViewController.Deprecated.swift; path = ../Sources/Deprecated/CreateChannel/SBUCreateChannelViewController.Deprecated.swift; sourceTree = ""; };
+ 25510825485517906E74C171 /* Assets.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = ../Sources/Resource/Assets.xcassets; sourceTree = ""; };
+ 25D8318140965C1A245FDA41 /* SBUUserMessageCellParams.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUUserMessageCellParams.swift; path = ../Sources/View/Channel/MessageCell/MessageCellParams/SBUUserMessageCellParams.swift; sourceTree = ""; };
+ 265DE003403F8AABA8B36705 /* SBUTypingIndicatorMessageManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUTypingIndicatorMessageManager.swift; path = ../Sources/Manager/SBUTypingIndicatorMessageManager.swift; sourceTree = ""; };
+ 268546A279243ECF49AF5595 /* SBUUserListModule.List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUUserListModule.List.swift; path = ../Sources/Module/UserList/SBUUserListModule.List.swift; sourceTree = ""; };
+ 26F18837852994F7920B6359 /* SBUFontSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUFontSet.swift; path = ../Sources/Theme/SBUFontSet.swift; sourceTree = ""; };
+ 28356ECF747403065F1C7101 /* SBUCacheManager.Config.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUCacheManager.Config.swift; path = ../Sources/Manager/CacheManager/SBUCacheManager.Config.swift; sourceTree = ""; };
+ 283F8BA091A2AA96F2BB5349 /* SBUGroupChannelSettingsViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUGroupChannelSettingsViewController.swift; path = ../Sources/View/ChannelSettings/SBUGroupChannelSettingsViewController.swift; sourceTree = ""; };
+ 28D3D7E094AED1E8318CCB66 /* SBUNotificationEmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUNotificationEmptyView.swift; path = ../Sources/View/Common/SBUNotificationEmptyView.swift; sourceTree = ""; };
+ 2A0E2021023CC9B625769D88 /* SBUMessageCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUMessageCellConfiguration.swift; path = ../Sources/Configuration/MessageCell/SBUMessageCellConfiguration.swift; sourceTree = ""; };
+ 2A34429DD27859B843A17EDD /* SBULogger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBULogger.swift; path = ../Sources/Util/SBULogger.swift; sourceTree = ""; };
+ 2ACA32D640C2B81E6944EA02 /* SBUOpenChannelListModule.Header.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUOpenChannelListModule.Header.swift; path = ../Sources/Module/ChannelList/OpenChannel/SBUOpenChannelListModule.Header.swift; sourceTree = ""; };
+ 2BCA6F209C5DD4FD0704AC99 /* SBUFeedNotificationChannelModule.CategoryFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUFeedNotificationChannelModule.CategoryFilter.swift; path = ../Sources/Module/Channel/NotificationChannel/Feed/SBUFeedNotificationChannelModule.CategoryFilter.swift; sourceTree = ""; };
+ 2BF4A0F7E98B8A2EAA4400AB /* SBUOpenChannelSettingsViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUOpenChannelSettingsViewController.swift; path = ../Sources/View/ChannelSettings/SBUOpenChannelSettingsViewController.swift; sourceTree = ""; };
+ 2D2DB42CF81E6390C5AA3FD0 /* SBUBaseSelectUserModule.Header.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUBaseSelectUserModule.Header.swift; path = ../Sources/Module/SelectUser/SBUBaseSelectUserModule.Header.swift; sourceTree = ""; };
+ 2D3F3A4B4F4822CA51996429 /* SBUQuotedMessageViewProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUQuotedMessageViewProtocol.swift; path = "../Sources/View/Life cycles/SBUQuotedMessageViewProtocol.swift"; sourceTree = ""; };
+ 2E89DB048AD748621202B46B /* SBUNotificationChannelManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SBUNotificationChannelManager.swift; path = ../Sources/Manager/SBUNotificationChannelManager.swift; sourceTree = ""; };
2E9850E02B1EEB8600EA4F39 /* AdditionalFeaturesManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdditionalFeaturesManager.swift; sourceTree = "