SCCameraKitLensPrefetcherTask
Objective-C
@protocol SCCameraKitLensPrefetcherTask <NSObject>
Swift
protocol LensPrefetcherTask : NSObjectProtocol
Describes the interface used to cancel an ongoing prefetch task
-
Cancel prefetch task if it’s ongoing
Declaration
Objective-C
- (void)cancel;
Swift
func cancel()