Skip to content

Commit

Permalink
Glia Core SDK Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BitriseBot authored and yurii-glia committed Sep 6, 2023
1 parent 141225a commit 70013ee
Show file tree
Hide file tree
Showing 19 changed files with 2,185 additions and 37 deletions.
2 changes: 1 addition & 1 deletion GliaCoreSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GliaCoreSDK'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'The Glia Core SDK'
s.description = 'The Glia Core SDK brings the in-person customer experience to iOS devices.'
s.homepage = 'https://www.glia.com/'
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ enum LogLevel : NSInteger;
- (void)requestVisitorCodeWithCompletion:(void (^ _Nonnull)(NSString * _Nullable, GliaCoreError * _Nullable))completion SWIFT_DEPRECATED_MSG("Use `GliaCore.CallVisualizer` to request visitor code.");
@end


@class Message;

@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
Expand Down Expand Up @@ -720,7 +721,6 @@ enum LogLevel : NSInteger;




@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
/// Waits until there is an active engagement handled by the SDK.
/// If the SDK already has an active engagement present, then it returns information about it through
Expand Down
Loading

0 comments on commit 70013ee

Please sign in to comment.