SCCameraKitAgreementSet

Objective-C

@protocol SCCameraKitAgreementSet <NSObject>

Swift

protocol AgreementSet : NSObjectProtocol

Protocol to interface with agreements by CameraKit This interface should not be used directly.

  • A URL to the terms of service agreement for CameraKit.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSURL *_Nonnull termsOfServiceURL;

    Swift

    var termsOfServiceURL: URL { get }
  • A URL to the privacy policy for CameraKit.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSURL *_Nonnull privacyPolicyURL;

    Swift

    var privacyPolicyURL: URL { get }
  • A URL to the learn more page for CameraKit.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSURL *_Nonnull learnMoreURL;

    Swift

    var learnMoreURL: URL { get }