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
-
Undocumented
Declaration
Objective-C
- (PLVWKReachabilityStatus)currentReachabilityStatus;Swift
func currentReachabilityStatus() -> PLVWKReachabilityStatus -
Undocumented
Declaration
Objective-C
- (void)setReachabilityStatusChangeBlock:(nullable void (^)(PLVWKReachabilityStatus status))block;Swift
func setReachabilityStatusChange(_ block: ((PLVWKReachabilityStatus) -> Void)?) -
Undocumented
Declaration
Objective-C
- (BOOL)startNotifier;Swift
func startNotifier() -> Bool -
Undocumented
Declaration
Objective-C
- (void)stopNotifier;Swift
func stopNotifier()
View on GitHub
PLVWVReachability Class Reference