Skip to content

Commit 424d01e

Browse files
author
BitriseBot
committed
Glia Core SDK Release 1.5.6
1 parent e7524b4 commit 424d01e

21 files changed

+1013
-3925
lines changed

GliaCoreSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'GliaCoreSDK'
3-
s.version = '2.0.2'
3+
s.version = '1.5.6'
44
s.summary = 'The Glia Core SDK'
55
s.description = 'The Glia Core SDK brings the in-person customer experience to iOS devices.'
66
s.homepage = 'https://www.glia.com/'
Binary file not shown.

GliaCoreSDK.xcframework/ios-arm64/GliaCoreSDK.framework/Headers/GliaCoreSDK-Swift.h

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,6 @@ SWIFT_CLASS("_TtC11GliaCoreSDK10Engagement")
376376

377377

378378

379-
380-
381379
/// Error of the Engagement
382380
typedef SWIFT_ENUM(NSInteger, EngagementError, open) {
383381
/// The Operator is unavailable for an Engagement.
@@ -559,22 +557,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GliaCore * _
559557

560558

561559

562-
563-
enum LogLevel : NSInteger;
564-
565-
@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
566-
/// Configure log level
567-
/// <ul>
568-
/// <li>
569-
/// parameters:
570-
/// </li>
571-
/// <li>
572-
/// level: One of the ‘LogLevel’ values that the logger should use
573-
/// </li>
574-
/// </ul>
575-
- (void)configureLogLevelWithLevel:(enum LogLevel)level;
576-
@end
577-
578560
@class MediaUpgradeOffer;
579561

580562
@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
@@ -605,6 +587,22 @@ enum LogLevel : NSInteger;
605587
- (void)requestMediaUpgradeWithOffer:(MediaUpgradeOffer * _Nonnull)offer completion:(void (^ _Nonnull)(BOOL, GliaCoreError * _Nullable))completion;
606588
@end
607589

590+
enum LogLevel : NSInteger;
591+
592+
@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
593+
/// Configure log level
594+
/// <ul>
595+
/// <li>
596+
/// parameters:
597+
/// </li>
598+
/// <li>
599+
/// level: One of the ‘LogLevel’ values that the logger should use
600+
/// </li>
601+
/// </ul>
602+
- (void)configureLogLevelWithLevel:(enum LogLevel)level;
603+
@end
604+
605+
608606

609607

610608

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
Copyright (c) 2024 Glia <support@glia.com>
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.
20+
21+
This software incorporates the following third-party libraries, which are subject to their own licenses:
22+
23+
SwiftPhoenixClient library:
24+
25+
Copyright (c) 2015 David Stump <david@davidstump.net>
26+
27+
Permission is hereby granted, free of charge, to any person obtaining a copy
28+
of this software and associated documentation files (the "Software"), to deal
29+
in the Software without restriction, including without limitation the rights
30+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
31+
copies of the Software, and to permit persons to whom the Software is
32+
furnished to do so, subject to the following conditions:
33+
34+
The above copyright notice and this permission notice shall be included in
35+
all copies or substantial portions of the Software.
36+
37+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
39+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
43+
THE SOFTWARE.
44+
45+
ReactiveSwift library:
46+
47+
Copyright (c) 2012 - 2016, GitHub, Inc. All rights reserved.
48+
49+
Permission is hereby granted, free of charge, to any person obtaining a copy of
50+
this software and associated documentation files (the "Software"), to deal in
51+
the Software without restriction, including without limitation the rights to
52+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
53+
the Software, and to permit persons to whom the Software is furnished to do so,
54+
subject to the following conditions:
55+
56+
The above copyright notice and this permission notice shall be included in all
57+
copies or substantial portions of the Software.
58+
59+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
60+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
61+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
62+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
63+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
64+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)