Library Mobile API Reference for iPhone  MicroStrategy 2019
DossierAppDelegate Class Reference

#import <MicroStrategyMobileSDK-Swift.h>

Inheritance diagram for DossierAppDelegate:
MSIAppDelegateImpl

Instance Methods

(BOOL) - application:didFinishLaunchingWithOptions:
 
(void) - applicationWillTerminate:
 
(nonnull instancetype) - OBJC_DESIGNATED_INITIALIZER
 
(void) - userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:
 
(void) - userNotificationCenter:willPresentNotification:withCompletionHandler:
 
- Instance Methods inherited from MSIAppDelegateImpl
(IBOutlet UIWindow *window) - NS_AVAILABLE_IOS
 

Additional Inherited Members

- Properties inherited from MSIAppDelegateImpl
void(^ backgroundSessionCompletionHandler )(void)
 

Method Documentation

◆ application:didFinishLaunchingWithOptions:()

- (BOOL) application: (UIApplication *_Nonnull)  application
didFinishLaunchingWithOptions: (NSDictionary< UIApplicationLaunchOptionsKey, id > *_Nullable)  SWIFT_WARN_UNUSED_RESULT 

◆ applicationWillTerminate:()

- (void) applicationWillTerminate: (UIApplication *_Nonnull)  application

◆ OBJC_DESIGNATED_INITIALIZER()

- (nonnull instancetype) OBJC_DESIGNATED_INITIALIZER

◆ userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:()

- (void) userNotificationCenter: (UNUserNotificationCenter *_Nonnull)  center
didReceiveNotificationResponse: (UNNotificationResponse *_Nonnull)  response
withCompletionHandler: (void(^)(void))  completionHandler 

◆ userNotificationCenter:willPresentNotification:withCompletionHandler:()

- (void) userNotificationCenter: (UNUserNotificationCenter *_Nonnull)  center
willPresentNotification: (UNNotification *_Nonnull)  notification
withCompletionHandler: (void(^)(UNNotificationPresentationOptions))  completionHandler