SCCameraKitLensUIEventsDelegate
Objective-C
@protocol SCCameraKitLensUIEventsDelegate <NSObject>
Swift
protocol LensUIEventsDelegate : NSObjectProtocol
The delegate to handle UI events from the lens processor. At the moment, this is used to trigger haptic feedback.
-
Trigger haptic feedback for a lens
Declaration
Objective-C
- (void)lensProcessor:(nonnull id<SCCameraKitLensProcessor>)lensProcessor triggerHapticFeedbackWithType:(SCCameraKitHapticFeedbackType)type forLens:(nonnull id<SCCameraKitLens>)lens;
Swift
optional func lensProcessor(_ lensProcessor: any SCCameraKitLensProcessor, triggerHapticFeedbackWith type: HapticFeedbackType, for lens: any SCCameraKitLens)
Parameters
lensProcessor
The lens processor that triggered the haptic feedback
type
The type of haptic feedback to trigger
lens
The lens that triggered the haptic feedback