• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDURLLoadingSystem.h
Go to the documentation of this file.
1 /*
2  * Copyright 2023 BlackBerry Limited. All rights reserved.
3  *
4  */
5 
6 #import <Foundation/Foundation.h>
7 
187 @interface GDURLLoadingSystem : NSObject {
188 }
189 
190 
206 + (void) enableSecureCommunication;
207 
220 + (void) disableSecureCommunication;
221 
234 + (BOOL) isSecureCommunicationEnabled;
235 
248 + (Class) getProtocolClass;
249 
270 @property (class, nonatomic, assign) BOOL supportWKWebView;
271 
272 @end
GDURLLoadingSystem
Manage access across the firewall via the URL Loading System.
Definition: GDURLLoadingSystem.h:187