-
Notifications
You must be signed in to change notification settings - Fork 7
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 #36 from CleverTap/develop
Release 0.2.5
- Loading branch information
Showing
53 changed files
with
31,724 additions
and
15 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
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
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 added
BIN
+407 KB
...cationContent.xcframework/ios-arm64/CTNotificationContent.framework/CTNotificationContent
Binary file not shown.
Binary file added
BIN
+7.4 KB
...TNotificationContent.framework/CTProductDisplayLinearViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+6.72 KB
...rm64/CTNotificationContent.framework/CTProductDisplayLinearViewController.nib/runtime.nib
Binary file not shown.
Binary file added
BIN
+8.39 KB
...otificationContent.framework/CTProductDisplayVerticalViewController.nib/objects-11.0+.nib
Binary file not shown.
Binary file added
BIN
+7.71 KB
...64/CTNotificationContent.framework/CTProductDisplayVerticalViewController.nib/runtime.nib
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
...s-arm64/CTNotificationContent.framework/Headers/BaseCTNotificationContentViewController.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,16 @@ | ||
#import <UIKit/UIKit.h> | ||
#import <UserNotifications/UserNotifications.h> | ||
#import <UserNotificationsUI/UserNotificationsUI.h> | ||
#import "CTNotificationViewController.h" | ||
|
||
@interface BaseCTNotificationContentViewController : UIViewController | ||
|
||
- (UNNotificationContentExtensionResponseOption)handleAction:(NSString *)action; // must override in subclass | ||
|
||
- (NSString *)getDeeplinkUrl; // must override in subclass | ||
|
||
- (CTNotificationViewController *)getParentViewController; | ||
|
||
- (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event; | ||
|
||
@end |
Oops, something went wrong.