-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathSBAlertItem.h
executable file
·76 lines (70 loc) · 2.15 KB
/
SBAlertItem.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
*/
@class UIAlertView;
@interface SBAlertItem : NSObject <UIAlertViewDelegate> {
UIAlertView *_alertSheet;
BOOL _orderOverSBAlert;
BOOL _preventLockOver;
BOOL _didEverActivate;
BOOL _ignoreIfAlreadyDisplaying;
BOOL _didPlayPresentationSound;
BOOL _allowInSetup;
BOOL _pendInSetupIfNotAllowed;
}
@property BOOL pendInSetupIfNotAllowed;
@property BOOL allowInSetup;
@property BOOL ignoreIfAlreadyDisplaying;
+ (id)_alertItemsController;
+ (void)activateAlertItem:(id)arg1;
- (id)alertSheet;
- (BOOL)allowMenuButtonDismissal;
- (BOOL)allowAutoUnlock;
- (BOOL)shouldShowInLockScreen;
- (BOOL)shouldShowInEmergencyCall;
- (BOOL)undimsScreen;
- (BOOL)unlocksScreen;
- (BOOL)togglesMediaControls;
- (BOOL)dismissOnModalDisplayActivation;
- (void)playPresentationSound;
- (void)cleanPreviousConfiguration;
- (void)configure:(BOOL)arg1 requirePasscodeForActions:(BOOL)arg2;
- (id)lockLabel;
- (id)shortLockLabel;
- (float)lockLabelFontSize;
- (double)autoDismissInterval;
- (void)performUnlockAction;
- (void)setOrderOverSBAlert:(BOOL)arg1;
- (BOOL)preventLockOver;
- (void)setPreventLockOver:(BOOL)arg1;
- (void)willActivate;
- (void)didActivate;
- (void)willRelockForButtonPress:(BOOL)arg1;
- (void)screenWillUndim;
- (void)willDeactivateForReason:(int)arg1;
- (void)didDeactivateForReason:(int)arg1;
- (void)noteVolumeOrLockPressed;
- (int)alertItemNotificationType;
- (id)alertItemNotificationDate;
- (id)alertItemNotificationSender;
- (BOOL)forcesModalAlertAppearance;
- (BOOL)reappearsAfterLock;
- (BOOL)reappearsAfterUnlock;
- (int)alertPriority;
- (BOOL)pendInSetupIfNotAllowed;
- (BOOL)allowInSetup;
- (BOOL)ignoreIfAlreadyDisplaying;
- (void)setIgnoreIfAlreadyDisplaying:(BOOL)arg1;
- (Class)alertSheetClass;
- (void)setAllowInSetup:(BOOL)arg1;
- (void)setPendInSetupIfNotAllowed:(BOOL)arg1;
- (BOOL)didPlayPresentationSound;
- (void)_playPresentationSound;
- (void)buttonDismissed;
- (void)dismiss;
- (void)alertView:(id)arg1 clickedButtonAtIndex:(int)arg2;
- (BOOL)dismissOnLock;
- (id)init;
- (void)dealloc;
- (void)dismiss:(int)arg1;
@end