#import <MicroStrategyMobileSDK-Swift.h>
◆ 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 |
|
|
| |