Type Definitions
The following type definitions are available globally.
- 
                    
                    A block used to handle changes in a network object’s reachabiltiy status DeclarationObjective-C typedef void (^NXNetworkReachabilityStatusChangedHandler)( NXNetwork *_Nonnull, NXNetworkReachabilityStatus)ParametersnetworkThe network object who’s reachabiltiy status has changed reachabilityStatusThe new reachability status 
 
            