Classes

The following classes are available globally.

  • NXAddressInfo is a singleton class that lets you get IP address infomation about current connection(s). NXAddress shouldn’t instantiated directly.

    See more

    Declaration

    Objective-C

    @interface NXAddressInfo : NSObject
  • NXNetwork is a long-use object used to listen to and handle changes in a device’s network reachability. You should create an instance of a NXNetwork object and retain a strong reference to it in memory, and react to changes using by observing the NXNetworkReachabilityStatusChanged notification, a block you can assign to nexum instance’s reachabilityStatusChangedHandler property, or an object that conforms to NXNetworkDelegate protocol.

    See more

    Declaration

    Objective-C

    @interface NXNetwork : NSObject