NXNetworkDelegate
@protocol NXNetworkDelegate <NSObject>
The methods of NXNetworkNavigationDelegate protocol help you observe and handle changes to a NXNetwork object’s reachability.
-
Sent to the delegate when the network object’s reachability status changes
Declaration
Objective-C
- (void)network:(nonnull NXNetwork *)network reachabilityStatusChanged:(NXNetworkReachabilityStatus)reachabilityStatus;Parameters
networkThe network object who’s reachability has changed
reachabilityStatusThe new reachabiltiy status