Contents

SRFetchResult

Recorded data that a sensor reader fetches.

Declaration

class SRFetchResult<SampleType> where SampleType : AnyObject

Overview

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.

Topics

Sampling Data

See Also

Querying data