CMTremorResultHandler
A completion handler for accessing and processing tremor results.
Declaration
typealias CMTremorResultHandler = ([CMTremorResult], (any Error)?) -> VoidParameters
- tremorResult:
An array of tremor results found by the query.
- error:
If an error occurred, this parameter contains information about the error; otherwise it is
nil.