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
CurrentValueSubjectPublisher, 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