ReachabilityMonitorDelegate
public protocol ReachabilityMonitorDelegate: class
The delegate of a ReachabilityMonitor object must adopt the ReachabilityMonitorDelegate protocol. Methods of the
protocol allow the delegate to observe network reachability state changes..
-
Tells the delegate when the network reachability state has changed.
Declaration
Swift
func reachabilityMonitorDidChangeReachability(_ manager: ReachabilityMonitor)
View on GitHub
ReachabilityMonitorDelegate Protocol Reference