NSHapticFeedbackPerformer
A set of methods and constants that a haptic feedback performer implements.
Declaration
protocol NSHapticFeedbackPerformer : NSObjectProtocolOverview
To retrieve a haptic feedback performer object based on the current input device, accessibility settings, and user preferences, call the defaultPerformer method of the NSHapticFeedbackManager class.
To provide the user with haptic feedback while using a Force Touch trackpad, call the perform(_:performanceTime:) method of this protocol.