Enumerations
The following enumerations are available globally.
-
A list of possible search types that can be used for snapping
See moreDeclaration
Objective-C
enum SnapscreenSearchType {}
-
A list of possible error codes that are returned by SnapscreenKit. The error domain for errors from
See moreSnapscreenKit
is usuallySnapscreenKitErrorDomain
unless some underlying error is the cause.Declaration
Objective-C
enum SnapscreenErrorCode {}
Swift
enum SnapscreenErrorCode : Int
-
Enum for the status update events sent to the SnapscreenClipSnapViewControllerDelegate
See moreDeclaration
Objective-C
enum SnapscreenClipSnapStatus {}
-
A list of possible view finder modes
See moreDeclaration
Objective-C
enum SnapscreenARViewFinderMode {}
-
Enum for tracking events sent by the SDK to a SnapscreenKitTrackingDelegate
See moreDeclaration
Objective-C
enum SnapscreenTrackingEvent {}