Skip to content

Commit

Permalink
staged missing files from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Mar 28, 2018
1 parent 39e9865 commit 4bb9edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1 +1 @@
{"Structs.html#/c:@S@sockaddr":{"name":"sockaddr","abstract":"<p>Undocumented</p>"},"Type Definitions.html#/c:NXNetwork.h@T@NXNetworkReachabilityStatusChangedHandler":{"name":"NXNetworkReachabilityStatusChangedHandler","abstract":"<p>A block used to handle changes in a network object&rsquo;s reachabiltiy status</p>"},"Protocols/NXNetworkDelegate.html#/c:objc(pl)NXNetworkDelegate(im)network:reachabilityStatusChanged:":{"name":"-network:reachabilityStatusChanged:","abstract":"<p>Sent to the delegate when the network object&rsquo;s reachability status changes</p>","parent_name":"NXNetworkDelegate"},"Protocols/NXNetworkDelegate.html":{"name":"NXNetworkDelegate","abstract":"<p>The methods of NXNetworkNavigationDelegate protocol help you observe and handle changes to a NXNetwork object&rsquo;s reachability.</p>"},"Enums/NXNetworkReachabilityStatus.html#/c:@E@NXNetworkReachabilityStatus@NXNetworkReachabilityStatusNotReachable":{"name":"NXNetworkReachabilityStatusNotReachable","abstract":"<p>The network object is not reachable</p>","parent_name":"NXNetworkReachabilityStatus"},"Enums/NXNetworkReachabilityStatus.html#/c:@E@NXNetworkReachabilityStatus@NXNetworkReachabilityStatusReachableOverWiFi":{"name":"NXNetworkReachabilityStatusReachableOverWiFi","abstract":"<p>The network object is reachable over WiFi</p>","parent_name":"NXNetworkReachabilityStatus"},"Enums/NXNetworkReachabilityStatus.html#/c:@E@NXNetworkReachabilityStatus@NXNetworkReachabilityStatusReachableOverWWAN":{"name":"NXNetworkReachabilityStatusReachableOverWWAN","abstract":"<p>The network object is reachable over WWAN</p>","parent_name":"NXNetworkReachabilityStatus"},"Enums/NXNetworkReachabilityStatus.html":{"name":"NXNetworkReachabilityStatus","abstract":"<p>An enumeration describing the various reachability statuses (statii?)</p>"},"Constants.html#/c:@NXNetworkReachabilityStatusChanged":{"name":"NXNetworkReachabilityStatusChanged","abstract":"<p>Notification sent when an NXNetwork&rsquo;s reachability status changes</p>"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(cm)sharedNetwork":{"name":"+sharedNetwork","abstract":"<p>The generic shared network object. You can use this singleton if you don&rsquo;t want to manage ownership of the network object directly, and you can interact with and observe changes to its reachabilty status via notifications, blocks, its delegate object.</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(cm)network":{"name":"+network","abstract":"<p>Create a generic network object, observing changes to internet reachability</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(im)initWithHostName:":{"name":"-initWithHostName:","abstract":"<p>Create network object that observes changes to the reachability of a single hostname and only that hostname</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(im)initWithHostAddress:":{"name":"-initWithHostAddress:","abstract":"<p>Create network object that observes changes to the reachability of a single IP address and only that IP address</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(im)initWithLocalAddress:remoteAddress:":{"name":"-initWithLocalAddress:remoteAddress:","abstract":"<p>Create a network object that observes changes to the reachability of an IP Address pair</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)delegate":{"name":"delegate","abstract":"<p>The delegate object to be informed of changes to the network object&rsquo;s reachability status</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)reachabilityStatusChangedHandler":{"name":"reachabilityStatusChangedHandler","abstract":"<p>The block to be executed when the network object&rsquo;s reachability status changes</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(im)startListening":{"name":"-startListening","abstract":"<p>Begin listening to changes in reachability</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(im)stopListening":{"name":"-stopListening","abstract":"<p>Stop listening to changes in reachability</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)reachabilityStatus":{"name":"reachabilityStatus","abstract":"<p>The current reachability status of the network object</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)reachable":{"name":"reachable","abstract":"<p>YES if the device is reachable, otherwise NO.</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)connectionRequired":{"name":"connectionRequired","abstract":"<p>YES if connection is required, otherwise NO.</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)onDemand":{"name":"onDemand","abstract":"<p>YES if connection is on demand, otherwise NO.</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)interventionRequired":{"name":"interventionRequired","abstract":"<p>YES if intervention is required, otherwise NO.</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html":{"name":"NXNetwork","abstract":"<p>NXNetwork is a long-use object used to listen to and handle changes in a device&rsquo;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 <code><a href=\"36f8f5912051ae747ef441d6511ca4cbConstants.html#/c:@NXNetworkReachabilityStatusChanged\">NXNetworkReachabilityStatusChanged</a></code> notification, a block you can assign to nexum instance&rsquo;s <code>reachabilityStatusChangedHandler</code> property, or an object that conforms to <code><a href=\"36f8f5912051ae747ef441d6511ca4cbProtocols/NXNetworkDelegate.html\">NXNetworkDelegate</a></code> protocol.</p>"},"designing-for-reachability.html":{"name":"Designing For Reachability"},"project-setup.html":{"name":"Project Setup"},"example---basic-reachability.html":{"name":"Example - Basic Reachability"},"Guides.html":{"name":"Guides","abstract":"<p>The following guides are available globally.</p>"},"Classes.html":{"name":"Classes","abstract":"<p>The following classes are available globally.</p>"},"Constants.html":{"name":"Constants","abstract":"<p>The following constants are available globally.</p>"},"Enums.html":{"name":"Enumerations","abstract":"<p>The following enumerations are available globally.</p>"},"Protocols.html":{"name":"Protocols","abstract":"<p>The following protocols are available globally.</p>"},"Type Definitions.html":{"name":"Type Definitions","abstract":"<p>The following type definitions are available globally.</p>"},"Structs.html":{"name":"Structures","abstract":"<p>The following structures are available globally.</p>"}}
{"Structs.html#/c:@S@sockaddr":{"name":"sockaddr","abstract":"<p>Undocumented</p>"},"Type Definitions.html#/c:NXNetwork.h@T@NXNetworkReachabilityStatusChangedHandler":{"name":"NXNetworkReachabilityStatusChangedHandler","abstract":"<p>A block used to handle changes in a network object&rsquo;s reachabiltiy status</p>"},"Protocols/NXNetworkDelegate.html#/c:objc(pl)NXNetworkDelegate(im)network:reachabilityStatusChanged:":{"name":"-network:reachabilityStatusChanged:","abstract":"<p>Sent to the delegate when the network object&rsquo;s reachability status changes</p>","parent_name":"NXNetworkDelegate"},"Protocols/NXNetworkDelegate.html":{"name":"NXNetworkDelegate","abstract":"<p>The methods of NXNetworkNavigationDelegate protocol help you observe and handle changes to a NXNetwork object&rsquo;s reachability.</p>"},"Enums/NXNetworkReachabilityStatus.html#/c:@E@NXNetworkReachabilityStatus@NXNetworkReachabilityStatusNotReachable":{"name":"NXNetworkReachabilityStatusNotReachable","abstract":"<p>The network object is not reachable</p>","parent_name":"NXNetworkReachabilityStatus"},"Enums/NXNetworkReachabilityStatus.html#/c:@E@NXNetworkReachabilityStatus@NXNetworkReachabilityStatusReachableOverWiFi":{"name":"NXNetworkReachabilityStatusReachableOverWiFi","abstract":"<p>The network object is reachable over WiFi</p>","parent_name":"NXNetworkReachabilityStatus"},"Enums/NXNetworkReachabilityStatus.html#/c:@E@NXNetworkReachabilityStatus@NXNetworkReachabilityStatusReachableOverWWAN":{"name":"NXNetworkReachabilityStatusReachableOverWWAN","abstract":"<p>The network object is reachable over WWAN</p>","parent_name":"NXNetworkReachabilityStatus"},"Enums/NXNetworkReachabilityStatus.html":{"name":"NXNetworkReachabilityStatus","abstract":"<p>An enumeration describing the various reachability statuses (statii?)</p>"},"Constants.html#/c:@NXNetworkReachabilityStatusChanged":{"name":"NXNetworkReachabilityStatusChanged","abstract":"<p>Notification sent when an NXNetwork&rsquo;s reachability status changes</p>"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(cm)sharedNetwork":{"name":"+sharedNetwork","abstract":"<p>The generic shared network object. You can use this singleton if you don&rsquo;t want to manage ownership of the network object directly, and you can interact with and observe changes to its reachabilty status via notifications, blocks, its delegate object.</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(cm)network":{"name":"+network","abstract":"<p>Create a generic network object, observing changes to internet reachability</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(im)initWithHostName:":{"name":"-initWithHostName:","abstract":"<p>Create network object that observes changes to the reachability of a single hostname and only that hostname</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(im)initWithHostAddress:":{"name":"-initWithHostAddress:","abstract":"<p>Create network object that observes changes to the reachability of a single IP address and only that IP address</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(im)initWithLocalAddress:remoteAddress:":{"name":"-initWithLocalAddress:remoteAddress:","abstract":"<p>Create a network object that observes changes to the reachability of an IP Address pair</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)delegate":{"name":"delegate","abstract":"<p>The delegate object to be informed of changes to the network object&rsquo;s reachability status</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)reachabilityStatusChangedHandler":{"name":"reachabilityStatusChangedHandler","abstract":"<p>The block to be executed when the network object&rsquo;s reachability status changes</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(im)startListening":{"name":"-startListening","abstract":"<p>Begin listening to changes in reachability</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(im)stopListening":{"name":"-stopListening","abstract":"<p>Stop listening to changes in reachability</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)reachabilityStatus":{"name":"reachabilityStatus","abstract":"<p>The current reachability status of the network object</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)reachable":{"name":"reachable","abstract":"<p>YES if the device is reachable, otherwise NO.</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)connectionRequired":{"name":"connectionRequired","abstract":"<p>YES if connection is required, otherwise NO.</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)onDemand":{"name":"onDemand","abstract":"<p>YES if connection is on demand, otherwise NO.</p>","parent_name":"NXNetwork"},"Classes/NXNetwork.html#/c:objc(cs)NXNetwork(py)interventionRequired":{"name":"interventionRequired","abstract":"<p>YES if intervention is required, otherwise NO.</p>","parent_name":"NXNetwork"},"Classes/NXAddressInfo.html#/c:objc(cs)NXAddressInfo(cm)sharedAddressInfo":{"name":"+sharedAddressInfo","abstract":"<p>Get the shared address info object</p>","parent_name":"NXAddressInfo"},"Classes/NXAddressInfo.html#/c:objc(cs)NXAddressInfo(py)WLANIPv4Address":{"name":"WLANIPv4Address","abstract":"<p>IPv4 WLAN Address</p>","parent_name":"NXAddressInfo"},"Classes/NXAddressInfo.html#/c:objc(cs)NXAddressInfo(py)WLANIPv6Address":{"name":"WLANIPv6Address","abstract":"<p>IPv6 WLAN Address</p>","parent_name":"NXAddressInfo"},"Classes/NXAddressInfo.html#/c:objc(cs)NXAddressInfo(py)WWANIPv4Address":{"name":"WWANIPv4Address","abstract":"<p>IPv4 WWAN Address</p>","parent_name":"NXAddressInfo"},"Classes/NXAddressInfo.html#/c:objc(cs)NXAddressInfo(py)WWANIPv6Address":{"name":"WWANIPv6Address","abstract":"<p>IPv6 WWAN Address</p>","parent_name":"NXAddressInfo"},"Classes/NXAddressInfo.html":{"name":"NXAddressInfo","abstract":"<p>NXAddressInfo is a singleton class that lets you get IP address infomation about current connection(s). NXAddress shouldn&rsquo;t instantiated directly.</p>"},"Classes/NXNetwork.html":{"name":"NXNetwork","abstract":"<p>NXNetwork is a long-use object used to listen to and handle changes in a device&rsquo;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 <code><a href=\"36f8f5912051ae747ef441d6511ca4cbConstants.html#/c:@NXNetworkReachabilityStatusChanged\">NXNetworkReachabilityStatusChanged</a></code> notification, a block you can assign to nexum instance&rsquo;s <code>reachabilityStatusChangedHandler</code> property, or an object that conforms to <code><a href=\"36f8f5912051ae747ef441d6511ca4cbProtocols/NXNetworkDelegate.html\">NXNetworkDelegate</a></code> protocol.</p>"},"designing-for-reachability.html":{"name":"Designing For Reachability"},"project-setup.html":{"name":"Project Setup"},"example---basic-reachability.html":{"name":"Example - Basic Reachability"},"Guides.html":{"name":"Guides","abstract":"<p>The following guides are available globally.</p>"},"Classes.html":{"name":"Classes","abstract":"<p>The following classes are available globally.</p>"},"Constants.html":{"name":"Constants","abstract":"<p>The following constants are available globally.</p>"},"Enums.html":{"name":"Enumerations","abstract":"<p>The following enumerations are available globally.</p>"},"Protocols.html":{"name":"Protocols","abstract":"<p>The following protocols are available globally.</p>"},"Type Definitions.html":{"name":"Type Definitions","abstract":"<p>The following type definitions are available globally.</p>"},"Structs.html":{"name":"Structures","abstract":"<p>The following structures are available globally.</p>"}}

0 comments on commit 4bb9edd

Please sign in to comment.