SCCameraKitAgreementsStore

Objective-C

@protocol SCCameraKitAgreementsStore <NSObject>

Swift

protocol AgreementsStore : NSObjectProtocol

Protocol describing the CameraKit agreements store.

Warning

DO NOT attempt to directly use this protocol. Attempting to do so WILL CAUSE YOUR APP TO CRASH. Use SCCameraKitAgreementsPresentationContextProvider to define how CameraKit will show agreements on your behalf.