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