NetworkStateDetector
public class NetworkStateDetector : NetworkStateDetectorProtocol
Important
This is a Public Preview API. It may be changed or removed at any time.-
Declaration
Swift
public convenience init?()
-
Declaration
Swift
public var delegate: NetworkStateDetectorDelegate?
-
Declaration
Swift
public var connected: Bool { get }
-
Declaration
Swift
public var connectedToWifi: Bool { get }
-
Declaration
Swift
public var currentState: NetworkState { get }
-
Declaration
Swift
@discardableResult public func start() -> Bool
-
Declaration
Swift
public func stop()