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

GDReachability.h

Go to the documentation of this file.
00001 /*
00002  * (c) 2017 BlackBerry Limited. All rights reserved.
00003  */
00004 
00005 #import <Foundation/Foundation.h>
00006 #import <SystemConfiguration/SystemConfiguration.h>
00007 
00008 
00009 #if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
00010 #ifndef __has_extension
00011 #define __has_extension(x) 0  // Compatibility with non-clang compilers.
00012 #endif
00013 
00014 #if __has_extension(attribute_deprecated_with_message)
00015 #   define DEPRECATED_IN_GDREACHABILITY __attribute__((deprecated("Deprecated in GDReachability. Use isNetworkAvailable property instead.")))
00016 #else
00017 #   define DEPRECATED_IN_GDREACHABILITY __attribute__((deprecated))
00018 #endif
00019 
00030 
00042 
00114 
00125 
00130 
00144 
00157 
00162