LiveQuery
public class LiveQuery
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum Event
-
Undocumented
Declaration
Swift
public let application: LCApplication
-
Undocumented
Declaration
Swift
public let query: LCQuery
-
Undocumented
Declaration
Swift
public let eventQueue: DispatchQueue
-
Undocumented
Declaration
Swift
public let eventHandler: (LiveQuery, Event) -> Void
-
Undocumented
Declaration
Swift
public init( application: LCApplication = .default, query: LCQuery, eventQueue: DispatchQueue = .main, eventHandler: @escaping (LiveQuery, Event) -> Void) throws
-
Undocumented
Declaration
Swift
public func subscribe(completion: @escaping (LCBooleanResult) -> Void)
-
Undocumented
Declaration
Swift
public func unsubscribe(completion: @escaping (LCBooleanResult) -> Void)