Event
public enum Event
Encapsulates changes to the results of the metadata query.
-
The metadata query has finished its initial result-gathering phase.
Declaration
Swift
case didFinishGathering(MetadataQueryMonitor.Info)
-
The metadata query has started its initial result-gathering phase.
Declaration
Swift
case didStartGathering(MetadataQueryMonitor.Info)
-
The metadata query’s results have changed during its live-update phase.
Declaration
Swift
case didUpdate(MetadataQueryMonitor.Info)
-
The metadata query is collecting results during its initial result-gathering phase.
Declaration
Swift
case gatheringProgress(MetadataQueryMonitor.Info)