CHHapticEngine.CompletionHandler
A typealias for a completion handler that the engine calls after starting or stopping.
Declaration
typealias CompletionHandler = ((any Error)?) -> VoidA typealias for a completion handler that the engine calls after starting or stopping.
typealias CompletionHandler = ((any Error)?) -> Void