RNPushKitEventHandler.h 258 Bytes
Newer Older
1 2 3 4 5 6 7
#import <Foundation/Foundation.h>
#import "RNNotificationEventHandler.h"

@interface RNPushKitEventHandler : RNNotificationEventHandler

- (void)registeredWithToken:(NSString *)token;

yogevbd's avatar
yogevbd committed
8 9
- (void)didReceiveIncomingPushWithPayload:(NSDictionary *)payload;

10
@end