blackberry.com
BlackBerry Dynamics
Runtime library for macOS applications
from the application developer portal

GDURLLoadingSystem.h

Go to the documentation of this file.
00001 /*
00002  * (c) 2017 BlackBerry Limited. All rights reserved.
00003  *
00004  */
00005 
00006 #import <Foundation/Foundation.h>
00007 
00167 @interface GDURLLoadingSystem : NSObject {
00168 }
00169 
00170 
00186 + (void) enableSecureCommunication;
00187 
00197 + (void) disableSecureCommunication;
00198 
00211 + (BOOL) isSecureCommunicationEnabled;
00212 
00225 + (Class) getProtocolClass;
00226 
00227 @end