-
Notifications
You must be signed in to change notification settings - Fork 7
/
SBAssistantController.h
78 lines (71 loc) · 3.2 KB
/
SBAssistantController.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
77
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "SBUIPluginHost.h"
#import "SBHomeCentricPopoverControllerDelegate-Protocol.h"
#import "SBShowcaseViewControllerProtocol-Protocol.h"
@class NSString, SBDeviceLockDisableAssertion, SBHomeCentricPopoverController, SBShowcaseController;
@interface SBAssistantController : SBUIPluginHost <SBHomeCentricPopoverControllerDelegate, SBShowcaseViewControllerProtocol>
{
SBHomeCentricPopoverController *_homeCentricPopover;
NSString *_popoverAppDisplayIDBeingHosted;
SBShowcaseController *_showcase;
int _revealMode;
BOOL _unlockedDevice;
BOOL _isDismissing;
int _activationEvent;
SBDeviceLockDisableAssertion *_disableAssertion;
}
+ (BOOL)_runActivateAssistantTest;
+ (BOOL)isAssistantRunningHidden;
+ (BOOL)isAssistantVisible;
+ (BOOL)shouldEnterAssistant;
+ (BOOL)supportedAndEnabled;
+ (id)sharedInstanceIfExists;
+ (id)sharedInstance;
@property(nonatomic) int revealMode; // @synthesize revealMode=_revealMode;
@property(nonatomic) SBShowcaseController *showcase; // @synthesize showcase=_showcase;
@property(getter=isDismissing) BOOL dismissing; // @synthesize dismissing=_isDismissing;
- (void)uiPlugin:(id)arg1 ignoresKeyboardAvoidance:(BOOL)arg2;
- (void)uiPlugin:(id)arg1 forceUpdateToInterfaceOrientation:(int)arg2 animated:(BOOL)arg3;
- (void)uiPlugin:(id)arg1 isNowRunning:(BOOL)arg2;
- (void)uiPluginUserEventOccurred:(id)arg1;
- (BOOL)uiPlugin:(id)arg1 openURL:(id)arg2;
- (BOOL)uiPlugin:(id)arg1 launchApplicationWithBundleID:(id)arg2 openURL:(id)arg3;
- (BOOL)uiPluginAttemptDeviceUnlock:(id)arg1 withPassword:(id)arg2 lockViewOwner:(id)arg3;
- (void)uiPluginWantsSizeUpdate:(id)arg1 revealMode:(int)arg2 withBlock:(id)arg3;
- (BOOL)uiPluginWantsActivation:(id)arg1 forEvent:(int)arg2 revealMode:(int)arg3 completion:(id)arg4;
- (void)_presentPopover:(id)arg1 revealMode:(int)arg2 completion:(id)arg3;
- (int)_showcaseRevealModeForPluginRevealMode:(int)arg1;
- (void)revealModeWillChange:(int)arg1;
- (void)_dismissUIPlugin:(id)arg1 animated:(BOOL)arg2;
- (void)dismissPluginForEvent:(int)arg1;
- (BOOL)pluginSuppressesNotifications;
- (BOOL)pluginWantsScreenDimInterval:(double *)arg1;
- (BOOL)pluginWantsInterfaceOrientation:(int *)arg1;
- (void)preparePluginForActivationEvent:(int)arg1 afterInterval:(double)arg2;
- (BOOL)pluginWantsActivationEvent:(int)arg1 interval:(double *)arg2;
- (void)homeCentricPopoverDidDismissView:(id)arg1;
- (void)homeCentricPopoverWillDismissView:(id)arg1 animated:(BOOL)arg2;
- (void)homeCentricPopoverDidPresentView:(id)arg1;
- (void)homeCentricPopoverWillPresentView:(id)arg1 animated:(BOOL)arg2;
- (void)_cleanupContextHosting;
- (BOOL)activateIgnoringTouches;
- (float)revealAmountForMode:(int)arg1;
- (float)bottomBarHeight;
- (BOOL)shouldShowLockStatusBarTime;
- (BOOL)_isPluginLoaded;
- (void)_loadPlugin;
@property(nonatomic) BOOL unlockedDevice;
- (void)dismissAssistantForAlertActivation:(id)arg1;
- (void)dismissAssistantWithFadeOfDuration:(double)arg1;
- (void)dismissAssistantWithFade;
- (void)dismissAssistant;
- (void)_notePluginVisibilityDidChange;
- (void)viewDidDisappear;
- (void)viewDidAppear;
- (void)dealloc;
- (id)init;
@end