SDK
TODO
-
The type for errors returned by the Abound SDK.
See
See moreAboundError.Code
for specific error types.Declaration
Swift
@objc public final class AboundError : NSObject, Error, CustomNSError, LocalizedError
-
A view controller that manages 3D scanning, preview and saving.
Before presenting the view controller, make sure that you have called
provideAPIKey()
onAboundServices
with your API key, and you have set the delegate property to an implementation ofAboundScanControllerDelegate
.For help getting started, see Get Started.
Important
This class is intended to be used as-is and does not support subclassing. The view hierarchy for this class is private and must not be modified.Declaration
Swift
public final class AboundScanController : UIViewController
-
This protocol defines a set of optional methods that you can use to control the 3D mapping interface.
See also
AboundScanController
Declaration
Swift
@objc public protocol AboundScanControllerDelegate
-
AboundServices
manages access to the Abound API for 3D scanning.Before using the SDK, make sure to call
See moreAboundServices.provideAPIKey(...)
with your app’s API key.Declaration
Swift
@objc public final class AboundServices : NSObject