9 #import <UIKit/UIKit.h> 12 #import <CoreData/CoreData.h> 15 #import <MessageUI/MFMailComposeViewController.h> 17 @class SecurityPolicy;
26 - (void)initialize:(NSArray* _Nullable)parameters;
32 - (UIWindow* _Nullable )
window;
43 - (void)setDelegate:(
id<SecurityHandlerDelegate> _Nullable)delegate;
66 - (
BOOL) authorizedWithURL:(NSString * _Nullable) urlString;
74 - (NSPersistentStoreCoordinator* _Nullable)newPersistentStoreCoordinatorWithManagedObjectModel:(NSManagedObjectModel* _Nullable)objectModel;
87 - (NSPersistentStore* _Nullable)addPersistentStoreToCoordinator:(NSPersistentStoreCoordinator* _Nullable)persistentCoordinator
88 WithType:(NSString* _Nullable)storeType configuration:(NSString* _Nullable) configuration
89 URL:(NSURL* _Nullable)storeURL options:(NSDictionary* _Nullable)options
90 error:(NSError* _Nullable * _Nullable)error;
117 - (
BOOL)canHandleURL:(NSURL* _Nullable)url;
120 - (void)updateSecurityPolicy:(SecurityPolicy* _Nullable)securityPolicy;
124 - (void) openWithExternalApp:(NSString* _Nullable)url;
131 - (void)setAuthorizationInProgress:(
BOOL)authorizationInProgress;
136 - (
BOOL)isSecurityFrameworkURL:(NSURL* _Nullable)url;
137 - (
BOOL)handleSecurityFrameworkURL:(NSURL* _Nullable)url fromApplication:sourceApplication;
145 - (void) sendFileWithData:(NSData* _Nonnull)fileData name:(NSString* _Nullable)fileName;
150 - (void) mailto:(NSURL* _Nullable)url;
165 - (void)mailWithAttachmentByParameters:(NSDictionary* _Nonnull)parameters controller:(UIViewController* _Nonnull)controller delegate:(
id<MFMailComposeViewControllerDelegate> _Nullable) delegate shouldAutorotate:(
BOOL) shouldAutorotate;
172 - (NSString * _Nullable)titleForEmail:(NSString * _Nullable) originalString;
177 - (void)setLoadBakedInConfig:(
BOOL)loadBakedInConfig;
179 - (void)setSupportLandscapeOnly:(
BOOL)value;
180 - (
BOOL)canHandleNetworkAuthenticationChallenge:(NSURLAuthenticationChallenge * _Nullable)challenge;
181 - (
BOOL)handleNetworkAuthenticationChallenge:(NSURLAuthenticationChallenge * _Nullable)challenge completionHandler:(
void (^ _Nullable)(NSURLSessionAuthChallengeDisposition, NSURLCredential * _Nonnull))completionHandler;
signed char BOOL
Definition: PDCwtypes.h:101
enum _SecurityFramework SecurityFramework
id< FileManager > _Nullable fileManager()
void applicationLaunchWithURLFailed()
Definition: FileManager.h:11
BOOL canPersistCertificate()
Definition: SecurityHandler.h:19
BOOL getApplicationLaunchedWithURL()
void unAuthorizeOnBackground()
id< SecurityPolicyManager > _Nullable securityPolicyManager()
UIWindow *_Nullable window()
BOOL shouldThrowExceptionIfAccessedBeforeAuhtorization()
BOOL requiresAuthorizationOnApplicationOfNewURL()
void applicationLaunchedWithURL()
BOOL shouldHideCoverScreen()
BOOL shouldHideScreenContentsOnBackground()
id< SecurityHandler > _Nullable securityHandler()
BOOL shouldLoadBakedInConfig()
BOOL isAuthorizationInProgress()
SecurityFramework securityFramework()
BOOL webViewShouldLoadDataUsingURL()
enum _MSTRFeature MSTRFeature