KSYNetworkStatus Constants Reference
| Declared in | KSYReachability.h |
|---|---|
| References | http://nshipster.com/ns_enum-ns_options/ |
KSYNetworkStatus
Create NS_ENUM macro if it does not exist on the targeted version of iOS or OS X.
Definition
typedef NS_ENUM(NSInteger, KSYNetworkStatus ) {
KSYNotReachable = 0,
KSYReachableViaWiFi = 2,
KSYReachableViaWWAN = 1,
};
Constants
KSYNotReachable-
Create NS_ENUM macro if it does not exist on the targeted version of iOS or OS X.
Declared In
KSYReachability.h. KSYReachableViaWiFi-
Create NS_ENUM macro if it does not exist on the targeted version of iOS or OS X.
Declared In
KSYReachability.h. KSYReachableViaWWAN-
Create NS_ENUM macro if it does not exist on the targeted version of iOS or OS X.
Declared In
KSYReachability.h.
Declared In
KSYReachability.h