mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
Handle push notifications on iOS
Reviewed By: fkgozali Differential Revision: D4450067 fbshipit-source-id: 6b83dbe75bf7e61c5fc19b27ed2ea48b31b84e2b
This commit is contained in:
parent
2f876a3a49
commit
5c84caaa86
@ -9,6 +9,8 @@
|
||||
|
||||
#import <React/RCTEventEmitter.h>
|
||||
|
||||
extern NSString *const RCTRemoteNotificationReceived;
|
||||
|
||||
@interface RCTPushNotificationManager : RCTEventEmitter
|
||||
|
||||
typedef void (^RCTRemoteNotificationCallback)(UIBackgroundFetchResult result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user