WavecellNetworkReachabilityObserverProtocol
public protocol WavecellNetworkReachabilityObserverProtocol : AnyObject
The client object may adopt this protocol to monitor the network reachability status.
To receive notification the client object should be registered at Wavecell object as an observer.
-
Declaration
Swift
func handleNetworkReachabilityStatusChanged(_ status: RtcReachabilityStatus)
WavecellNetworkReachabilityObserverProtocol Protocol Reference