Sha256: 498d9eddbb9d36177233c5d0702e0f233793fd980406ccc144547fba5fde2299

Contents?: true

Size: 478 Bytes

Versions: 17

Compression:

Stored size: 478 Bytes

Contents

//
//  PushNotificationsListener.h
//  ApplePush
//
//  Created by Alex Epifanoff on 01.07.13.
//
//

#import <Foundation/Foundation.h>
#import "IPushNotificationsReceiver.h"

@interface PushNotificationsReceiver : NSObject<IPushNotificationsReceiver>

+ (id<IPushNotificationsReceiver>)sharedInstance;

- (void) onPushRegistrationSucceed:(NSData *)deviceToken;
- (void) onPushRegistrationFailed:(NSError *)error;
- (void) onPushMessageReceived:(NSDictionary *)userInfo;


@end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-7.5.1 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-7.4.1 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-7.1.17 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-6.2.0 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-6.0.11 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-5.5.18 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-5.5.17 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-5.5.15 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-5.5.0.22 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-5.5.2 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-5.5.0.7 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-5.5.0.3 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
rhodes-5.5.0 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
tauplatform-1.0.3 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
tauplatform-1.0.2 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h
tauplatform-1.0.1 lib/extensions/applePush/ext/platform/iphone/impl/PushNotificationsReceiver.h