Options
public struct Options : OptionSet
Specifies which events to monitor.
-
Monitor
didFinishGatheringevents.Declaration
Swift
public static let didFinishGathering: MetadataQueryMonitor.Options -
Monitor
didStartGatheringevents.Declaration
Swift
public static let didStartGathering: MetadataQueryMonitor.Options -
Monitor
didUpdateevents.Declaration
Swift
public static let didUpdate: MetadataQueryMonitor.Options -
Monitor
gatheringProgressevents.Declaration
Swift
public static let gatheringProgress: MetadataQueryMonitor.Options -
Monitor all events.
Declaration
Swift
public static let all: MetadataQueryMonitor.Options
View on GitHub
Install in Dash
Options Structure Reference