SCCameraKitPreferences
Objective-C
@protocol SCCameraKitPreferences <NSObject>
Swift
protocol SCCameraKitPreferences : NSObjectProtocol
Protocol to interface with preferences stored by CameraKit This interface is intentionally opaque and should only be used to clear out stored preferences
-
Clear all stored preferences
Declaration
Objective-C
- (void)clear;
Swift
func clear()