From ded2f8928dd509acc8d4ae1e4131b622c7bb4d9c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 30 Nov 2015 18:21:01 -0500 Subject: phonegap-plugin-push --- .../src/ios/AppDelegate+notification.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 StoneIsland/plugins/phonegap-plugin-push/src/ios/AppDelegate+notification.h (limited to 'StoneIsland/plugins/phonegap-plugin-push/src/ios/AppDelegate+notification.h') diff --git a/StoneIsland/plugins/phonegap-plugin-push/src/ios/AppDelegate+notification.h b/StoneIsland/plugins/phonegap-plugin-push/src/ios/AppDelegate+notification.h new file mode 100644 index 00000000..be79903e --- /dev/null +++ b/StoneIsland/plugins/phonegap-plugin-push/src/ios/AppDelegate+notification.h @@ -0,0 +1,21 @@ +// +// AppDelegate+notification.h +// pushtest +// +// Created by Robert Easterday on 10/26/12. +// +// + +#import "AppDelegate.h" + +@interface AppDelegate (notification) +- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken; +- (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error; +- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo; +- (void)applicationDidBecomeActive:(UIApplication *)application; +- (void)application:(UIApplication *)application handleActionWithIdentifier:(NSString *)identifier forRemoteNotification:(NSDictionary *)userInfo completionHandler:(void(^)())completionHandler; +- (id) getCommandInstance:(NSString*)className; + +@property (nonatomic, retain) NSDictionary *launchNotification; + +@end -- cgit v1.2.3-70-g09d2