Publishable
public protocol Publishable
Protocol to enable publishing data streams over the Combine framework
-
Undocumented
Declaration
Swift
associatedtype DataPoint : CTDataPointBaseProtocol
-
Undocumented
Declaration
Swift
var subscription: Set<AnyCancellable> { get set }
-
Streams the data points from touch overlay.
Uses Combine
Declaration
Swift
var touchedDataPointPublisher: PassthroughSubject<DataPoint, Never> { get }