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

GDConnectivityManager.h

Go to the documentation of this file.
00001 /*
00002  * (c) 2017 BlackBerry Limited. All rights reserved.
00003  *
00004  */
00005 
00006 #pragma once
00007 
00008 #import <Foundation/Foundation.h>
00009 
00017 @interface GDConnectivityManager : NSObject
00018 
00030 + (BOOL)forceResetAllConnections;
00031 
00032 @end