Skip to content
Snippets Groups Projects

Add ability to respond to notifications on macOS

Merged Joe Donofry requested to merge macos_notification_actions into master
4 unresolved threads
Files
2
@@ -13,7 +13,7 @@
#import <UserNotifications/UserNotifications.h>
@interface MacNotificationDelegate : NSObject <UNUserNotificationCenterDelegate> {
std::unique_ptr<NotificationManagerProxy> mProxy;
std::unique_ptr<NotificationManagerProxy> mProxy;
}
- (id)initWithProxy:(std::unique_ptr<NotificationManagerProxy>&&)proxy;
Loading