FMReachabilityStatus Constants Reference

Declared in FMRealReachability.h

FMReachabilityStatus

This notification was called only when reachability really changed; We use FSM to promise this for you; We post self to this notification, then you can invoke currentReachabilityStatus method to fetch current status.

Definition

typedef NS_ENUM(NSInteger, FMReachabilityStatus ) {
   FMRealStatusUnknown = -1,
   FMRealStatusNotReachable = 0,
   FMRealStatusViaWWAN = 1,
   FMRealStatusViaWiFi = 2,
};

Constants

FMRealStatusUnknown

Direct match with Apple networkStatus, just a force type convert.

Declared In FMRealReachability.h.

FMRealStatusNotReachable

This notification was called only when reachability really changed; We use FSM to promise this for you; We post self to this notification, then you can invoke currentReachabilityStatus method to fetch current status.

Declared In FMRealReachability.h.

FMRealStatusViaWWAN

This notification was called only when reachability really changed; We use FSM to promise this for you; We post self to this notification, then you can invoke currentReachabilityStatus method to fetch current status.

Declared In FMRealReachability.h.

FMRealStatusViaWiFi

This notification was called only when reachability really changed; We use FSM to promise this for you; We post self to this notification, then you can invoke currentReachabilityStatus method to fetch current status.

Declared In FMRealReachability.h.

Declared In

FMRealReachability.h