start(completionHandler:)
Asynchronously starts the haptic engine.
Declaration
func start(completionHandler: (@Sendable ((any Error)?) -> Void)? = nil)func start() async throwsParameters
- completionHandler:
The closure the system calls to indicate whether the server started successfully or encountered an error.