Enumerations

The following enumerations are available globally.

  • A list of possible search types that can be used for snapping

    See more

    Declaration

    Objective-C

    enum SnapscreenSearchType {}
  • A list of possible error codes that are returned by SnapscreenKit. The error domain for errors from SnapscreenKit is usually SnapscreenKitErrorDomain unless some underlying error is the cause.

    See more

    Declaration

    Objective-C

    enum SnapscreenErrorCode {}

    Swift

    enum SnapscreenErrorCode : Int
  • Enum for the status update events sent to the SnapscreenClipSnapViewControllerDelegate

    See more

    Declaration

    Objective-C

    enum SnapscreenClipSnapStatus {}
  • Enum for tracking events sent by the SDK to a SnapscreenKitTrackingDelegate

    See more

    Declaration

    Objective-C

    enum SnapscreenTrackingEvent {}