SCCameraKitCancellable
Objective-C
@protocol SCCameraKitCancellable <NSObject>
Swift
protocol Cancellable : NSObjectProtocol
Describes the interface used to cancel an ongoing operation
-
Cancel the ongoing operation if it’s in progress
Declaration
Objective-C
- (void)cancel;Swift
func cancel()