Options
public struct Options : OptionSet
Specifies which events to monitor.
-
Monitor
didFinishGathering
events.Declaration
Swift
public static let didFinishGathering: MetadataQueryMonitor.Options
-
Monitor
didStartGathering
events.Declaration
Swift
public static let didStartGathering: MetadataQueryMonitor.Options
-
Monitor
didUpdate
events.Declaration
Swift
public static let didUpdate: MetadataQueryMonitor.Options
-
Monitor
gatheringProgress
events.Declaration
Swift
public static let gatheringProgress: MetadataQueryMonitor.Options
-
Monitor all events.
Declaration
Swift
public static let all: MetadataQueryMonitor.Options