SRFetchResult
Recorded data that a sensor reader fetches.
Declaration
class SRFetchResult<SampleType> where SampleType : AnyObjectOverview
A sensor reader’s delegate receives instances of this class from the sensorReader(_:didCompleteFetch:) when a fetch request finishes successfully.
Results are in the form of samples, which are of varying types depending on the reader’s sensor. For a list of sample types per sensor, see Sample types.