VisionSafetyManagerDelegate

public protocol VisionSafetyManagerDelegate : AnyObject

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.