Skip to content

Commit a2b0b33

Browse files
committed
SDKs Updated to Latest Version
1 parent 2f85876 commit a2b0b33

File tree

20 files changed

+33
-15
lines changed

20 files changed

+33
-15
lines changed

Channelize.framework/Assets.car

49.4 KB
Binary file not shown.

Channelize.framework/Channelize

1.48 MB
Binary file not shown.

Channelize.framework/Headers/Channelize-Swift.h

+15-10
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ SWIFT_CLASS("_TtC10Channelize11Cancellable")
258258

259259

260260

261+
262+
261263
@class UICollectionViewLayout;
262264
@class NSBundle;
263265

@@ -276,17 +278,17 @@ SWIFT_CLASS("_TtC10Channelize23RecentMessageController")
276278

277279

278280

279-
280-
@interface RecentMessageController (SWIFT_EXTENSION(Channelize)) <UIGestureRecognizerDelegate>
281-
@end
282-
283281
@class UICollectionView;
284282

285283
@interface RecentMessageController (SWIFT_EXTENSION(Channelize)) <UICollectionViewDelegateFlowLayout>
286284
- (CGSize)collectionView:(UICollectionView * _Nonnull)collectionView layout:(UICollectionViewLayout * _Nonnull)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
287285
- (CGFloat)collectionView:(UICollectionView * _Nonnull)collectionView layout:(UICollectionViewLayout * _Nonnull)collectionViewLayout minimumLineSpacingForSectionAtIndex:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
288286
@end
289287

288+
289+
@interface RecentMessageController (SWIFT_EXTENSION(Channelize)) <UIGestureRecognizerDelegate>
290+
@end
291+
290292
@class UISearchBar;
291293

292294
@interface RecentMessageController (SWIFT_EXTENSION(Channelize)) <UISearchBarDelegate>
@@ -306,16 +308,19 @@ SWIFT_CLASS("_TtC10Channelize23RecentMessageController")
306308

307309

308310
@interface RecentMessageController (SWIFT_EXTENSION(Channelize))
309-
- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
310-
- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
311-
- (void)collectionView:(UICollectionView * _Nonnull)collectionView didSelectItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
311+
- (void)didUserGetOnlineWithUserId:(NSString * _Nonnull)userId SWIFT_DEPRECATED_OBJC("Swift method 'RecentMessageController.didUserGetOnline(userId:)' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
312+
- (void)didUserGetOfflineWithUserId:(NSString * _Nonnull)userId SWIFT_DEPRECATED_OBJC("Swift method 'RecentMessageController.didUserGetOffline(userId:)' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
313+
- (void)didUserBlockedWithIsMe:(BOOL)isMe userId:(NSString * _Nullable)userId SWIFT_DEPRECATED_OBJC("Swift method 'RecentMessageController.didUserBlocked(isMe:userId:)' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
312314
@end
313315

316+
@class UICollectionReusableView;
314317

315318
@interface RecentMessageController (SWIFT_EXTENSION(Channelize))
316-
- (void)didUserGetOnlineWithUserId:(NSString * _Nonnull)userId SWIFT_DEPRECATED_OBJC("Swift method 'RecentMessageController.didUserGetOnline(userId:)' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
317-
- (void)didUserGetOfflineWithUserId:(NSString * _Nonnull)userId SWIFT_DEPRECATED_OBJC("Swift method 'RecentMessageController.didUserGetOffline(userId:)' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
318-
- (void)didUserBlockedWithIsMe:(BOOL)isMe userId:(NSString * _Nullable)userId SWIFT_DEPRECATED_OBJC("Swift method 'RecentMessageController.didUserBlocked(isMe:userId:)' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
319+
- (NSInteger)collectionView:(UICollectionView * _Nonnull)collectionView numberOfItemsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
320+
- (UICollectionViewCell * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView cellForItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
321+
- (void)collectionView:(UICollectionView * _Nonnull)collectionView didSelectItemAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
322+
- (CGSize)collectionView:(UICollectionView * _Nonnull)collectionView layout:(UICollectionViewLayout * _Nonnull)collectionViewLayout referenceSizeForHeaderInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
323+
- (UICollectionReusableView * _Nonnull)collectionView:(UICollectionView * _Nonnull)collectionView viewForSupplementaryElementOfKind:(NSString * _Nonnull)kind atIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
319324
@end
320325

321326

Binary file not shown.
Binary file not shown.

Channelize.framework/typing2.gif

148 KB
Loading

Channelize.framework/userTyping.gif

148 KB
Loading

Channelize.framework/userTyping2.gif

41.8 KB
Loading

ChannelizeAPI.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'ChannelizeAPI'
4-
s.version = '4.10.0'
4+
s.version = '4.10.1'
55
s.summary = 'Channelize API SDK'
66
s.description = 'A Real Time Messaging API SDK'
77
s.homepage = 'https://channelize.io/'
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.platform = :ios, '10.3'
1111
s.requires_arc = true
1212
s.swift_version = '4.2'
13-
s.source = { :git => 'https://github.com/ChannelizeIO/Channelize-iOS.git', :tag => '4.10.0', :branch => 'pods/Xcode10' }
13+
s.source = { :git => 'https://github.com/ChannelizeIO/Channelize-iOS.git', :tag => '4.10.1', :branch => 'pods/Xcode10' }
1414
s.vendored_frameworks = 'Channelize_API.framework'
1515
s.dependency 'AWSMobileClient', '2.9.3'
1616
s.dependency 'AWSIoT', '2.9.3'

ChannelizeCall.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ChannelizeCall"
4-
s.version = "4.10.0"
4+
s.version = "4.10.1"
55
s.summary = "Channelize Call SDK"
66
s.description = "A Video and Audio call SDK using Channelize API SDK"
77
s.homepage = "https://channelize.io/"

ChannelizeUI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ChannelizeUI"
4-
s.version = "4.10.0"
4+
s.version = "4.10.1"
55
s.summary = "Channelize UI SDK"
66
s.description = "A Messaging UI SDK built for Channelize API SDK"
77
s.homepage = "https://channelize.io/"
70.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.

Channelize_Voice_Video.framework/Headers/Channelize_Voice_Video-Swift.h

+14-1
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,22 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
184184
#endif
185185

186186
@class CXProvider;
187+
@class CXStartCallAction;
187188
@class CXEndCallAction;
188189
@class CXAnswerCallAction;
189-
@class CXStartCallAction;
190190
@class CXSetMutedCallAction;
191191

192+
SWIFT_CLASS("_TtC22Channelize_Voice_Video15CallKitProvider")
193+
@interface CallKitProvider : NSObject <CXProviderDelegate>
194+
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
195+
- (void)providerDidReset:(CXProvider * _Nonnull)provider;
196+
- (void)provider:(CXProvider * _Nonnull)provider performStartCallAction:(CXStartCallAction * _Nonnull)action;
197+
- (void)provider:(CXProvider * _Nonnull)provider performEndCallAction:(CXEndCallAction * _Nonnull)action;
198+
- (void)provider:(CXProvider * _Nonnull)provider performAnswerCallAction:(CXAnswerCallAction * _Nonnull)action;
199+
- (void)provider:(CXProvider * _Nonnull)provider performSetMutedCallAction:(CXSetMutedCallAction * _Nonnull)action;
200+
@end
201+
202+
192203
SWIFT_CLASS("_TtC22Channelize_Voice_Video12CallProvider")
193204
@interface CallProvider : NSObject <CXProviderDelegate>
194205
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@@ -208,6 +219,8 @@ SWIFT_CLASS("_TtC22Channelize_Voice_Video12CallProvider")
208219

209220

210221

222+
223+
211224
#if __has_attribute(external_source_symbol)
212225
# pragma clang attribute pop
213226
#endif
Binary file not shown.

0 commit comments

Comments
 (0)