Legacy
internal class Legacy
Legacy connectivity provider via the http API.
Warning
This is not to be used since the API is deprecated.-
Defines a
CurrentValueSubject
Publisher
, which indicates if Skyle is connected via the deprecated http API.Declaration
Swift
internal var connectivity: CurrentValueSubject<Bool, Never>
-
Starts the timer, polling the deprecated http API.
Declaration
Swift
internal func start()
-
Stops the timer, polling the deprecated http API.
Declaration
Swift
internal func stop()
-
Simple cleanup by calling
stop()
.Declaration
Swift
deinit