From 053473394e6e0990c68a924adbb7c7d75f35973d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 11 Dec 2015 02:07:02 -0600 Subject: pushplugin on android --- .../src/ios/CDVParsePlugin.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h (limited to 'StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h') diff --git a/StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h b/StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h new file mode 100644 index 00000000..47e1a69c --- /dev/null +++ b/StoneIsland/plugins/com.parse.cordova.core.pushplugin/src/ios/CDVParsePlugin.h @@ -0,0 +1,19 @@ +#import +#import "AppDelegate.h" + +@interface CDVParsePlugin: CDVPlugin + +- (void)initialize: (CDVInvokedUrlCommand*)command; +- (void)getInstallationId: (CDVInvokedUrlCommand*)command; +- (void)getInstallationObjectId: (CDVInvokedUrlCommand*)command; +- (void)getSubscriptions: (CDVInvokedUrlCommand *)command; +- (void)subscribe: (CDVInvokedUrlCommand *)command; +- (void)unsubscribe: (CDVInvokedUrlCommand *)command; +- (void)resetBadge: (CDVInvokedUrlCommand *)command; +- (void)trackEvent: (CDVInvokedUrlCommand *)command; + +@end + +@interface AppDelegate (CDVParsePlugin) +- (void)handleRemoteNotification:(UIApplication *)application payload:(NSDictionary *)payload; +@end -- cgit v1.2.3-70-g09d2