ReachDelegate
public protocol ReachDelegate: class
Delegate responsible to notify of changes in Network
connection
-
networkIsReachable()
Default implementationCalled when network is available
Default Implementation
Declaration
Swift
func networkIsReachable()
-
networkIsNotReachable()
Default implementationCalled when network is not available
Default Implementation
Declaration
Swift
func networkIsNotReachable()
-
networkDidChange(status:)
Default implementation