9 #import <UIKit/UIKit.h> 12 #define HOME_SCREEN_IMAGES_ID @"HOME_SCREEN_IMAGES" 23 NSDictionary* notificationInfoDictionary;
24 NSMutableData *xmlData;
30 BOOL isLoginPromptAlive;
33 bool mIsStartupFromURL;
34 BOOL isCertificatePromptAlive;
37 NSString *certificateServerURL;
38 UIImageView *splashImageView;
39 UIViewController *startupViewController;
40 BOOL isLoginPromptDisplayed;
41 BOOL applicationLauncherInitialized;
42 UIViewController *launchScreenViewController;
43 BOOL launchWithDemoConfigurationURL;
44 BOOL displayErrorAlertWhenDisappeared;
45 NSString *errorAlertTitle;
46 NSString *errorAlertMessage;
47 BOOL isOfflineModeDisabled;
55 - (id)initWithURL:(NSURL*)_url;
62 - (id)initWithDemoConfigurationURL:(NSURL*)_url;
69 - (id)initWithNotificationInfoDictionary:(NSDictionary*)notificationInfoDictionary;
75 - (void)launchWithViewController:(UIViewController *)viewController;
81 - (
BOOL)isIntroAnimEnabled;
88 + (UIViewController*)createViewControllerForHomeScreenDisplayObject:(DisplayObject*)displayObject;
95 + (UIViewController*)createViewControllerForSubscriptionID:(NSString*)subscriptionID;
101 + (HelpController*)newHelpController;
106 - (void)loadWithPreferencesData:(NSData*)preferencesData;
113 @property (nonatomic)
BOOL postponedLoad;
signed char BOOL
Definition: PDCwtypes.h:101
Definition: ApplicationLauncherController.h:20
Definition: MSIDevicePreferences.h:99
Definition: MSIProjectInfo.h:17
BOOL postponedLoad
Definition: ApplicationLauncherController.h:26