PLVWVReachability

Objective-C

@interface PLVWVReachability : NSObject

- (PLVWKReachabilityStatus)currentReachabilityStatus;

- (void)setReachabilityStatusChangeBlock:(nullable void (^)(PLVWKReachabilityStatus status))block;

/*!
 * Start listening for reachability notifications on the current run loop.
 */
- (BOOL)startNotifier;

- (void)stopNotifier;

@end

Swift

class PLVWVReachability : NSObject

Undocumented