RNNotificationParser.h 260 Bytes
Newer Older
yogevbd's avatar
WIP  
yogevbd committed
1 2 3 4 5 6 7 8 9
#import <Foundation/Foundation.h>
@import UserNotifications;

@interface RNNotificationParser : NSObject

+ (NSDictionary *)parseNotificationResponse:(UNNotificationResponse *)response;
+ (NSDictionary *)parseNotification:(UNNotification *)notification;

@end