SDK

TODO

  • The type for errors returned by the Abound SDK.

    See AboundError.Code for specific error types.

    See more

    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() on AboundServices with your API key, and you have set the delegate property to an implementation of AboundScanControllerDelegate.

    For help getting started, see Get Started.

    Important

    The AboundScanController class supports portrait mode only. 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.
    See more

    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 more

    Declaration

    Swift

    @objc
    public protocol AboundScanControllerDelegate
  • AboundServices manages access to the Abound API for 3D scanning.

    Before using the SDK, make sure to call AboundServices.provideAPIKey(...) with your app’s API key.

    See more

    Declaration

    Swift

    @objc
    public final class AboundServices : NSObject