Protocols

The following protocols are available globally.

  • Interface that user’s custom object should conform to in order to receive events from VisionSafetyManager. Delegate methods are called one by one followed by visionManagerDidCompleteUpdate call on a delegate of VisionManager.

    NOTE: All delegate methods are called on a background thread.

    See more

    Declaration

    Swift

    public protocol VisionSafetyManagerDelegate : AnyObject