]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.1/SBRemoteNotificationServer.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / SBRemoteNotificationServer.h
CommitLineData
298474e0
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import "NSObject.h"
8
9@class NSMutableDictionary, NSMutableSet, NSThread;
10
11@interface SBRemoteNotificationServer : NSObject
12{
13 NSThread *_runLoopThread;
14 NSMutableDictionary *_publishersToBundleIds;
15 NSMutableSet *_disabledBundleIds;
16 NSMutableDictionary *_lastNotification;
17 NSMutableSet *_pendingRegistrations;
18 struct __AOSNotificationSession *_notificationSession;
19 double _reregisterAfterErrorDelay;
20 double _lastErrorTime;
21 BOOL _sessionActive;
22}
23
24+ (id)sharedInstance;
25+ (void)runServerOnNewThread;
26+ (void)unregisterAllPublishersForBundleIdentifier:(id)fp8;
27+ (void)unregisterAllPublishersExceptForBundleIdentifiers:(id)fp8;
28- (void)dealloc;
29- (void)_scheduleAndRun;
30- (void)scheduleInRunLoop;
31- (void)_readRegistrations;
32- (void)_writeRegistrations;
33- (void)_setMonitoringAOSNotifications:(BOOL)fp8;
34- (void)_aosDaemonDiedNote;
35- (void)_handleAosDaemonDied;
36- (void)_adjustMonitoringState;
37- (void)_registerForPublishers;
38- (void)_notificationReceivedWithEventType:(int)fp8 error:(struct __CFError *)fp12 result:(void *)fp16;
39- (void)_addPendingNotificationPublisher:(id)fp8;
40- (void)_removePendingNotificationPublisher:(id)fp8;
41- (void)_removeAllPendingNotificationPublishers;
42- (BOOL)_isPendingNotificationPublisher:(id)fp8 byBundleIdentifier:(id)fp12;
43- (void)_processRemoteNotificationTopic:(id)fp8 userInfo:(id)fp12;
44- (void)_handleRemoteNotification:(id)fp8;
45- (void)_alertCallback:(struct __CFUserNotification *)fp8 open:(BOOL)fp12;
46- (struct __CFDictionary *)_createPublisherURLFromPublisher:(id)fp8;
47- (id)_publisherForTopicString:(id)fp8;
48- (void)_clientStarted:(id)fp8 userInfo:(id)fp12;
49- (id)_registerPublisher:(id)fp8 userInfo:(id)fp12;
50- (void)_unregisterPublisher:(id)fp8 userInfo:(id)fp12;
51- (id)_getRegisteredPublishers:(id)fp8 userInfo:(id)fp12;
52- (id)_getRemoteNotificationSystemIdentifier;
53- (id)_getRemoteNotificationsEffectivelyEnabled:(id)fp8 userInfo:(id)fp12;
54- (id)_getRegisteredBundleIdentifiersAndEnabledState;
55- (void)_setRemoteNotificationsEnabled:(id)fp8 userInfo:(id)fp12;
56- (void)_unregisterAllPublishersForBundleIdentifier:(id)fp8;
57- (void)_unregisterAllPublishersExceptForBundleIdentifiers:(id)fp8;
58- (id)runLoopThread;
59- (void)setRunLoopThread:(id)fp8;
60
61@end
62