-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from CleverTap/develop
SDK-1609/Release v2.3.0
- Loading branch information
Showing
105 changed files
with
759 additions
and
1,258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/CTCarouselImageMessageCell~land.nib
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/CTCarouselImageMessageCell~port.nib
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/CTCarouselImageView.nib
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/CTCarouselMessageCell~land.nib
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/CTCarouselMessageCell~port.nib
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/CTInboxIconMessageCell~land.nib
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/CTInboxIconMessageCell~port.nib
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/CTInboxSimpleMessageCell~land.nib
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/CTInboxSimpleMessageCell~port.nib
Binary file not shown.
Binary file modified
BIN
-4.88 MB
(48%)
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/CleverTapSDK
Binary file not shown.
Binary file removed
BIN
-947 Bytes
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/DigiCertGlobalRootCA.crt
Binary file not shown.
Binary file removed
BIN
-1.15 KB
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/DigiCertSHA2SecureServerCA.crt
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
Plugin/CleverTapUnity/iOS/CleverTapSDK.framework/Headers/CleverTap+SCDomain.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#import <Foundation/Foundation.h> | ||
#import "CleverTap.h" | ||
|
||
@class CleverTap; | ||
|
||
@protocol CleverTapDomainDelegate <NSObject> | ||
@optional | ||
/*! | ||
@method | ||
@abstract | ||
When conformed to `CleverTapDomainDelegate`, domain available callback will be received if domain available | ||
@param domain the domain to be used by SC SDK | ||
*/ | ||
- (void)onSCDomainAvailable:(NSString* _Nonnull)domain; | ||
|
||
/*! | ||
@method | ||
@abstract | ||
When conformed to `CleverTapDomainDelegate`, domain unavailable callback will be received if domain not available | ||
*/ | ||
- (void)onSCDomainUnavailable; | ||
@end | ||
|
||
@interface CleverTap (SCDomain) | ||
@end |
Oops, something went wrong.