VaultMobileSDK  18R3
iOS framework for Vault API
VEVSDKApplicationDelegate.h
Go to the documentation of this file.
1 
7 #import <UIKit/UIKit.h>
8 
9 
15 @interface VEVSDKApplicationDelegate : NSObject
16 
17 
20 + (instancetype)sharedInstance;
21 
32 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions;
33 
53 - (BOOL)application:(UIApplication *)application
54  openURL:(NSURL *)url
55  options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options;
56 
77 - (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier
78  completionHandler:(void (^)(void))completionHandler;
79 
80 @end
instancetype sharedInstance()
Return the singleton instance.
A singleton object with an interface that corresponds to Apple&#39;s UIApplicationDelegate protocol...
Definition: VEVSDKApplicationDelegate.h:15