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

    network

    The network object who’s reachability has changed

    reachabilityStatus

    The new reachabiltiy status